COLOR #C7F720

HEX: #C7F720
RGB: (199,247,32)

Color info

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

RGB color model

#C7F720 color RGB value is (199,247,32).

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

RGB channels and saturation

R 199 of 255 = 78%
G 247 of 255 = 97%
B 32 of 255 = 13%

199
247
32

R + G + B ~ 63%. #C7F720 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 247 + 32 = 478 (100%)
R 199 of 478 ~ 41.63%
G 247 of 478 ~ 51.67%
B 32 of 478 ~ 6.69%

%41.63
%51.67

CMYK color model

#C7F720 color CMYK value is (19,0,87,3).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 87.04%
  • key color value is 3.14%
CMYK:
(19,0,87,3)
C19M0Y87K3 
(19%,0%,87%,3%)
(0.19/0.00/0.87/0.03)	

CMYK percentages

%19.43
%0
%87.04
%3.14

Codes

Color #C7F720 in popluar color models

C7F720
RGB19924732
HSL73°93.07%54.71%
HSB/HSV73°87.04%96.86%
CMYK19.43%0.00%87.04%
3.14%

Color #C7F720 in popluar number systems.

HEXC7F720
Decimal19924732
Binary1100011111110111100000
Octal30736740

Shades and tints

Shades of #C7F720

#C7F720
(199,247,32)
#B5E11E
(181,225,30)
#A3CB1C
(163,203,28)
#91B51A
(145,181,26)
#7F9F18
(127,159,24)
#6D8916
(109,137,22)
#5B7314
(91,115,20)
#495D12
(73,93,18)
#374710
(55,71,16)
#25310E
(37,49,14)
#131B0C
(19,27,12)
#000000
(0,0,0)

Tints of #C7F720

#C7F720
(199,247,32)
#CCF734
(204,247,52)
#D1F748
(209,247,72)
#D6F75C
(214,247,92)
#DBF770
(219,247,112)
#E0F784
(224,247,132)
#E5F798
(229,247,152)
#EAF7AC
(234,247,172)
#EFF7C0
(239,247,192)
#F4F7D4
(244,247,212)
#F9F7E8
(249,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F720; }

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

This text font color is #C7F720.


Background Color

.myBgColor { background-color: #C7F720; }

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

This div background color is #C7F720.


Border color

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

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

This div border color is #C7F720.


Opacity

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

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

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

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

This text has shadow with #C7F720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F720 on black background.


Color preview on white background

This text has color #C7F720 on white background.



Black color preview on #C7F720 background

This text has black color on #C7F720 background.


White color preview on #C7F720 background

This text has white color on #C7F720 background.