COLOR #C7FE4C

HEX: #C7FE4C
RGB: (199,254,76)

Color info

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

RGB color model

#C7FE4C color RGB value is (199,254,76).

  • red value is 199;
  • green value is 254;
  • blue value is 76.
RGB:
(199,254,76)
(78%,100%,30%)

RGB channels and saturation

R 199 of 255 = 78%
G 254 of 255 = 100%
B 76 of 255 = 30%

199
254
76

R + G + B ~ 69%. #C7FE4C is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 254 + 76 = 529 (100%)
R 199 of 529 ~ 37.62%
G 254 of 529 ~ 48.02%
B 76 of 529 ~ 14.37%

%37.62
%48.02
%14.37

CMYK color model

#C7FE4C color CMYK value is (22,0,70,0).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 70.08%
  • key color value is 0.39%
CMYK:
(22,0,70,0)
C22M0Y70K0 
(22%,0%,70%,0%)
(0.22/0.00/0.70/0.00)	

CMYK percentages

%21.65
%0
%70.08
%0.39

Codes

Color #C7FE4C in popluar color models

C7FE4C
RGB19925476
HSL79°98.89%64.71%
HSB/HSV79°70.08%99.61%
CMYK21.65%0.00%70.08%
0.39%

Color #C7FE4C in popluar number systems.

HEXC7FE4C
Decimal19925476
Binary11000111111111101001100
Octal307376114

Shades and tints

Shades of #C7FE4C

#C7FE4C
(199,254,76)
#B5E746
(181,231,70)
#A3D040
(163,208,64)
#91B93A
(145,185,58)
#7FA234
(127,162,52)
#6D8B2E
(109,139,46)
#5B7428
(91,116,40)
#495D22
(73,93,34)
#37461C
(55,70,28)
#252F16
(37,47,22)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #C7FE4C

#C7FE4C
(199,254,76)
#CCFE5C
(204,254,92)
#D1FE6C
(209,254,108)
#D6FE7C
(214,254,124)
#DBFE8C
(219,254,140)
#E0FE9C
(224,254,156)
#E5FEAC
(229,254,172)
#EAFEBC
(234,254,188)
#EFFECC
(239,254,204)
#F4FEDC
(244,254,220)
#F9FEEC
(249,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FE4C color. Also use rgb(199,254,76) instead hex code.

Text Font Color

.myTextColor { color: #C7FE4C; }

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

This text font color is #C7FE4C.


Background Color

.myBgColor { background-color: #C7FE4C; }

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

This div background color is #C7FE4C.


Border color

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

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

This div border color is #C7FE4C.


Opacity

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

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

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

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

This text has shadow with #C7FE4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FE4C on black background.


Color preview on white background

This text has color #C7FE4C on white background.



Black color preview on #C7FE4C background

This text has black color on #C7FE4C background.


White color preview on #C7FE4C background

This text has white color on #C7FE4C background.