#CAF516

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

Shades of Electric Lime #CAF516

Tints of Electric Lime #CAF516

Color information

#CAF516 (or 0xCAF516) is unknown color: approx Electric Lime. HEX triplet: CA, F5 and 16. RGB value is (202,245,22). Sum of RGB (Red+Green+Blue) = 202+245+22=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF516 is #350AE9. Grayscale: #CFCFCF. Windows color (decimal): -3476202 or 1504714. OLE color: 1504714.

HSL color Cylindrical-coordinate representation of color #CAF516: hue angle of 71.57º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAF516 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB20224522-
CMYK0.1800.910.04
HSL71.57º91.77%52.35%-
HSV(B)71.57º91.02%96.08%-
XYZ57.1577.9212.79-
YUV206.7223.75124.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 245 (96.09% from 255) = 52.24%
BLUE value IS 22 (8.98% from 255) = 4.69%
R=43.07%
G=52.24%
B=4.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202245220.1800.910.0471.5791.7752.35
HexCAF5161205B4485c34
Octal31236526220133411013464
Binary110010101111010110110100100101101110010010001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF516; }

 p { color: rgb(202,245,22); }

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

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

 a { background-color: rgb(202,245,22); }

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

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

 span { border-color: rgb(202,245,22); }

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