#cafa15

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

Shades of Electric Lime #CAFA15

Tints of Electric Lime #CAFA15

Color information

#CAFA15 (or 0xCAFA15) is unknown color: approx Electric Lime. HEX triplet: CA, FA and 15. RGB value is (202,250,21). Sum of RGB (Red+Green+Blue) = 202+250+21=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA15 is #3505EA. Grayscale: #D2D2D2. Windows color (decimal): -3474923 or 1440458. OLE color: 1440458.

HSL color Cylindrical-coordinate representation of color #CAFA15: hue angle of 72.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAFA15 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB20225021-
CMYK0.1900.920.02
HSL72.58º95.82%53.14%-
HSV(B)72.58º91.6%98.04%-
XYZ58.6880.9813.25-
YUV209.5421.6122.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 250 (98.05% from 255) = 52.85%
BLUE value IS 21 (8.59% from 255) = 4.44%
R=42.71%
G=52.85%
B=4.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202250210.1900.920.0272.5895.8253.14
HexCAFA151305C2496035
Octal31237225230134211114065
Binary11001010111110101010110011010111001010010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cafa15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cafa15; }

 p { color: rgb(202,250,21); }

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

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

 a { background-color: rgb(202,250,21); }

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

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

 span { border-color: rgb(202,250,21); }

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