COLOR #C7FA2E

HEX: #C7FA2E RGB: (199,250,46)

Color info

#C7FA2E contains mainly red and green colors. Web safe color of #C7FA2E is #CCFF33 (or #CF3).

RGB color model

#C7FA2E color RGB value is (199,250,46).

RGB: (199,250,46) (78%, 98%, 18%)

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 46 of 255 = 18%

199
250
46

R + G + B ~ 65%. #C7FA2E is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 250 + 46 = 495 (100%)
R 199 of 495 ~ 40.2%
G 250 of 495 ~ 50.51%
B 46 of 495 ~ 9.29'%

%40.2
%50.51

CMYK color model

#C7FA2E color CMYK value is (20,0,82,2).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 81.60%
  • key color value is 1.96%
CMYK: (20,0,82,2) C20M0Y82K2 (20%,0%,82%,2%) (0.20/0.00/0.82/0.02) 

CMYK percentages

%20.4
%0
%81.6
%1.96

Codes

Color #C7FA2E in popluar color models

C7 FA 2E
RGB 199 250 46
HSL 75° 95.33% 58.04%
HSB/HSV 75° 81.60% 98.04%
CMYK 20.40% 0.00% 81.60%
1.96%

Color #C7FA2E in popluar number systems.

HEX C7 FA 2E
Decimal 199 250 46
Binary 11000111 11111010 101110
Octal 307 372 56

Shades and tints

Shades of #C7FA2E

#C7FA2E
(199,250,46)
#B5E42A
(181,228,42)
#A3CE26
(163,206,38)
#91B822
(145,184,34)
#7FA21E
(127,162,30)
#6D8C1A
(109,140,26)
#5B7616
(91,118,22)
#496012
(73,96,18)
#374A0E
(55,74,14)
#25340A
(37,52,10)
#131E06
(19,30,6)
#000000
(0,0,0)

Tints of #C7FA2E

#C7FA2E
(199,250,46)
#CCFA41
(204,250,65)
#D1FA54
(209,250,84)
#D6FA67
(214,250,103)
#DBFA7A
(219,250,122)
#E0FA8D
(224,250,141)
#E5FAA0
(229,250,160)
#EAFAB3
(234,250,179)
#EFFAC6
(239,250,198)
#F4FAD9
(244,250,217)
#F9FAEC
(249,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FA2E color. Also use rgb(199,250,46) instead hex code.

Text Font Color

.myTextColor { color: #C7FA2E; }

<p style="color:#C7FA2E">This sample text font color is #C7FA2E.</p>

This text font color is #C7FA2E.

Background Color

.myBgColor { background-color: #C7FA2E; }

<div style="background-color:#C7FA2E">Inner text</div>

This div background color is #C7FA2E.

Border color

.myBorderColor { border: 1px solid #C7FA2E; }

<div style="border:3px solid #C7FA2E">Div</div>

This div border color is #C7FA2E.

Opacity

.myOpacity80 { color: #C7FA2E; opacity: 0.8; }

<p style="color:#C7FA2E;opacity:0.8;">80%</p>

Text with #C7FA2E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7FA2E;}

<p style="text-shadow: 3px 3px 1px #C7FA2E">Text here.</p>

This text has shadow with #C7FA2E color.


.textShadow {text-shadow: 3px 3px 1px #C7FA2E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7FA2E, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7FA2E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7FA2E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7FA2E, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7FA2E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7FA2E;
-webkit-box-shadow: 1px 1px 3px 2px #C7FA2E;
box-shadow: 1px 1px 3px 2px #C7FA2E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7FA2E; -webkit-box-shadow: 1px 1px 3px 2px #C7FA2E; box-shadow:1px 1px 3px 2px #C7FA2E;">
Div content here
</div>

This div box has shadow with color #C7FA2E.

Preview

Color preview on black background

This text has color #C7FA2E on black background.


Color preview on white background

This text has color #C7FA2E on white background.


Black color preview on #C7FA2E background

This text has black color on #C7FA2E background.


White color preview on #C7FA2E background

This text has white color on #C7FA2E background.


Related colors

Complementary color

Complementary color for #hex is #3805D1.


I love getcolorcode.com

Triadic colors

1 #2EC7FA and #FA2EC7 with #C7FA2E are triadic colors.

2 #2EFAC7 and #FAC72E with #C7FA2E are triadic colors.