#C8E706

Color #C8E706 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C8E706

Tints of Electric Lime #C8E706

Color information

#C8E706 (or 0xC8E706) is unknown color: approx Electric Lime. HEX triplet: C8, E7 and 06. RGB value is (200,231,6). Sum of RGB (Red+Green+Blue) = 200+231+6=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 231 (90.62% from 255 or 52.86% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E706 is #3718F9. Grayscale: #C4C4C4. Windows color (decimal): -3610874 or 452552. OLE color: 452552.

HSL color Cylindrical-coordinate representation of color #C8E706: hue angle of 68.27º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8E706 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB2002316-
CMYK0.1300.970.09
HSL68.27º94.94%46.47%-
HSV(B)68.27º97.4%90.59%-
XYZ52.4369.4410.81-
YUV196.0820.73130.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 231 (90.62% from 255) = 52.86%
BLUE value IS 6 (2.73% from 255) = 1.37%
R=45.77%
G=52.86%
B=1.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20023160.1300.970.0968.2794.9446.47
HexC8E76D0619445f2e
Octal31034761501411110413756
Binary1100100011100111110110101100001100110001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E706; }

 p { color: rgb(200,231,6); }

 H1.HeaderClassName
 {
   color: #C8E706;
 }
 .AnyTagClassName
 {
   color: #C8E706;
 }
</style>
background-color css

<style>
 a { background-color: #C8E706; }

 a { background-color: rgb(200,231,6); }

 div.DivClassName
 {
   background-color: #C8E706;
 }
 .BgClassName
 {
   background-color: #C8E706;
 }
</style>
border-color css

<style>
 span { border-color: #C8E706; }

 span { border-color: rgb(200,231,6); }

 td.TdClassName
 {
   border-color: #C8E706;
 }
 .TagClassName
 {
   border-color: #C8E706;
 }
</style>