#CAF510

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

Shades of Electric Lime #CAF510

Tints of Electric Lime #CAF510

Color information

#CAF510 (or 0xCAF510) is unknown color: approx Electric Lime. HEX triplet: CA, F5 and 10. RGB value is (202,245,16). Sum of RGB (Red+Green+Blue) = 202+245+16=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF510 is #350AEF. Grayscale: #CECECE. Windows color (decimal): -3476208 or 1111498. OLE color: 1111498.

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

Color convert

RGB20224516-
CMYK0.1800.930.04
HSL71.27º91.97%51.18%-
HSV(B)71.27º93.47%96.08%-
XYZ57.177.912.52-
YUV206.0420.75125.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 245 (96.09% from 255) = 52.92%
BLUE value IS 16 (6.64% from 255) = 3.46%
R=43.63%
G=52.92%
B=3.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202245160.1800.930.0471.2791.9751.18
HexCAF5101205D4475c33
Octal31236520220135410713463
Binary110010101111010110000100100101110110010001111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF510; }

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

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

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

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

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

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

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

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