COLOR #C7FE1D

HEX: #C7FE1D
RGB: (199,254,29)

Color info

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

RGB color model

#C7FE1D color RGB value is (199,254,29).

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

RGB channels and saturation

R 199 of 255 = 78%
G 254 of 255 = 100%
B 29 of 255 = 11%

199
254
29

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

Portions of RGB colors in percentages

R + G + B =
199 + 254 + 29 = 482 (100%)
R 199 of 482 ~ 41.29%
G 254 of 482 ~ 52.7%
B 29 of 482 ~ 6.02%

%41.29
%52.7

CMYK color model

#C7FE1D color CMYK value is (22,0,89,0).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 88.58%
  • key color value is 0.39%
CMYK:
(22,0,89,0)
C22M0Y89K0 
(22%,0%,89%,0%)
(0.22/0.00/0.89/0.00)	

CMYK percentages

%21.65
%0
%88.58
%0.39

Codes

Color #C7FE1D in popluar color models

C7FE1D
RGB19925429
HSL75°99.12%55.49%
HSB/HSV75°88.58%99.61%
CMYK21.65%0.00%88.58%
0.39%

Color #C7FE1D in popluar number systems.

HEXC7FE1D
Decimal19925429
Binary110001111111111011101
Octal30737635

Shades and tints

Shades of #C7FE1D

#C7FE1D
(199,254,29)
#B5E71B
(181,231,27)
#A3D019
(163,208,25)
#91B917
(145,185,23)
#7FA215
(127,162,21)
#6D8B13
(109,139,19)
#5B7411
(91,116,17)
#495D0F
(73,93,15)
#37460D
(55,70,13)
#252F0B
(37,47,11)
#131809
(19,24,9)
#000000
(0,0,0)

Tints of #C7FE1D

#C7FE1D
(199,254,29)
#CCFE31
(204,254,49)
#D1FE45
(209,254,69)
#D6FE59
(214,254,89)
#DBFE6D
(219,254,109)
#E0FE81
(224,254,129)
#E5FE95
(229,254,149)
#EAFEA9
(234,254,169)
#EFFEBD
(239,254,189)
#F4FED1
(244,254,209)
#F9FEE5
(249,254,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FE1D; }

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

This text font color is #C7FE1D.


Background Color

.myBgColor { background-color: #C7FE1D; }

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

This div background color is #C7FE1D.


Border color

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

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

This div border color is #C7FE1D.


Opacity

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

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

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

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

This text has shadow with #C7FE1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FE1D on black background.


Color preview on white background

This text has color #C7FE1D on white background.



Black color preview on #C7FE1D background

This text has black color on #C7FE1D background.


White color preview on #C7FE1D background

This text has white color on #C7FE1D background.