COLOR #C7E720

HEX: #C7E720
RGB: (199,231,32)

Color info

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

RGB color model

#C7E720 color RGB value is (199,231,32).

  • red value is 199;
  • green value is 231;
  • blue value is 32.
RGB:
(199,231,32)
(78%,91%,13%)

RGB channels and saturation

R 199 of 255 = 78%
G 231 of 255 = 91%
B 32 of 255 = 13%

199
231
32

R + G + B ~ 61%. #C7E720 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 231 + 32 = 462 (100%)
R 199 of 462 ~ 43.07%
G 231 of 462 ~ 50%
B 32 of 462 ~ 6.93%

%43.07
%50

CMYK color model

#C7E720 color CMYK value is (14,0,86,9).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 86.15%
  • key color value is 9.41%
CMYK:
(14,0,86,9)
C14M0Y86K9 
(14%,0%,86%,9%)
(0.14/0.00/0.86/0.09)	

CMYK percentages

%13.85
%0
%86.15
%9.41

Codes

Color #C7E720 in popluar color models

C7E720
RGB19923132
HSL70°80.57%51.57%
HSB/HSV70°86.15%90.59%
CMYK13.85%0.00%86.15%
9.41%

Color #C7E720 in popluar number systems.

HEXC7E720
Decimal19923132
Binary1100011111100111100000
Octal30734740

Shades and tints

Shades of #C7E720

#C7E720
(199,231,32)
#B5D21E
(181,210,30)
#A3BD1C
(163,189,28)
#91A81A
(145,168,26)
#7F9318
(127,147,24)
#6D7E16
(109,126,22)
#5B6914
(91,105,20)
#495412
(73,84,18)
#373F10
(55,63,16)
#252A0E
(37,42,14)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #C7E720

#C7E720
(199,231,32)
#CCE934
(204,233,52)
#D1EB48
(209,235,72)
#D6ED5C
(214,237,92)
#DBEF70
(219,239,112)
#E0F184
(224,241,132)
#E5F398
(229,243,152)
#EAF5AC
(234,245,172)
#EFF7C0
(239,247,192)
#F4F9D4
(244,249,212)
#F9FBE8
(249,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E720 color. Also use rgb(199,231,32) instead hex code.

Text Font Color

.myTextColor { color: #C7E720; }

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

This text font color is #C7E720.


Background Color

.myBgColor { background-color: #C7E720; }

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

This div background color is #C7E720.


Border color

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

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

This div border color is #C7E720.


Opacity

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

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

Text with #C7E720 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 #C7E720;}

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

This text has shadow with #C7E720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E720 on black background.


Color preview on white background

This text has color #C7E720 on white background.



Black color preview on #C7E720 background

This text has black color on #C7E720 background.


White color preview on #C7E720 background

This text has white color on #C7E720 background.