#C5E706

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

Shades of Electric Lime #C5E706

Tints of Electric Lime #C5E706

Color information

#C5E706 (or 0xC5E706) is unknown color: approx Electric Lime. HEX triplet: C5, E7 and 06. RGB value is (197,231,6). Sum of RGB (Red+Green+Blue) = 197+231+6=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E706 is #3A18F9. Grayscale: #C4C4C4. Windows color (decimal): -3807482 or 452549. OLE color: 452549.

HSL color Cylindrical-coordinate representation of color #C5E706: hue angle of 69.07º 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 #C5E706 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB1972316-
CMYK0.1500.970.09
HSL69.07º94.94%46.47%-
HSV(B)69.07º97.4%90.59%-
XYZ51.6369.0410.78-
YUV195.1821.24129.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 231 (90.62% from 255) = 53.23%
BLUE value IS 6 (2.73% from 255) = 1.38%
R=45.39%
G=53.23%
B=1.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19723160.1500.970.0969.0794.9446.47
HexC5E76F0619455f2e
Octal30534761701411110513756
Binary1100010111100111110111101100001100110001011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E706; }

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

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

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

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

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

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

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

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