#CAFD06

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

Shades of Electric Lime #CAFD06

Tints of Electric Lime #CAFD06

Color information

#CAFD06 (or 0xCAFD06) is unknown color: approx Electric Lime. HEX triplet: CA, FD and 06. RGB value is (202,253,6). Sum of RGB (Red+Green+Blue) = 202+253+6=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFD06 is #3502F9. Grayscale: #D2D2D2. Windows color (decimal): -3474170 or 458186. OLE color: 458186.

HSL color Cylindrical-coordinate representation of color #CAFD06: hue angle of 72.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAFD06 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB2022536-
CMYK0.2000.980.01
HSL72.39º98.41%50.78%-
HSV(B)72.39º97.63%99.22%-
XYZ59.5282.8213.02-
YUV209.5913.1122.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 253 (99.22% from 255) = 54.88%
BLUE value IS 6 (2.73% from 255) = 1.30%
R=43.82%
G=54.88%
B=1.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20225360.2000.980.0172.3998.4150.78
HexCAFD6140621486233
Octal3123756240142111014263
Binary11001010111111011101010001100010110010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD06; }

 p { color: rgb(202,253,6); }

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

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

 a { background-color: rgb(202,253,6); }

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

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

 span { border-color: rgb(202,253,6); }

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