Html Css Color HEX #C5E906 Electric Lime

📋 copy color: '#C5E906'

red 197 ◦ green 233 ◦ blue 6

#C5E906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #C5E906

Tints of Electric Lime #C5E906

RGB

 RED value IS 197 (77.34% from 255) = 45.18%

 GREEN value IS 233 (91.41% from 255) = 53.44%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 45.18%
G = 53.44%
B = 1.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#C5E906 (or 0xC5E906) is known color: Electric Lime. HEX triplet: C5, E9 and 06. RGB value is (197,233,6). Sum of RGB (Red+Green+Blue) = 197+233+6=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E906 is #3A16F9. Grayscale: #C5C5C5. Windows color (decimal): -3806970 or 453061. OLE color: 453061.

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

Color convert

RGB 197 233 6 -
CMYK 0.15 0 0.97 0.09
HSL 69.52º 0.95% 0.47% -
HSV(B) 69.52º 0.97% 0.91% -
XYZ 52.2 70.16 10.96 -
YUV 196.36 20.57 128.46 -
System Red Green Blue C M Y K H S L
Decimal 197 233 6 0.15 0 0.97 0.09 69.52 0.95 0.47
Hex C5 E9 6 F 0 61 9 46 5F 2F
Octal 305 351 6 17 0 141 11 106 137 57
Binary 11000101 11101001 110 1111 0 1100001 1001 1000110 1011111 101111

Color Harmonies of #C5E906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E906

Black with #C5E906

Text Example


Text Example

White with #C5E906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E906; }

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

 H1.HeaderClassName
 {
   color: #C5E906;
 }
 .AnyTagClassName
 {
   color: #C5E906;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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