Html Css Color HEX #CAF509 Electric Lime

📋 copy color: '#CAF509'

red 202 ◦ green 245 ◦ blue 9

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

Shades of Electric Lime #CAF509

Tints of Electric Lime #CAF509

RGB

 RED value IS 202 (79.3% from 255) = 44.3%

 GREEN value IS 245 (96.09% from 255) = 53.73%

 BLUE value IS 9 (3.91% from 255) = 1.97%

R = 44.3%
G = 53.73%
B = 1.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#CAF509 (or 0xCAF509) is known color: Electric Lime. HEX triplet: CA, F5 and 09. RGB value is (202,245,9). Sum of RGB (Red+Green+Blue) = 202+245+9=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF509 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF509 is #350AF6. Grayscale: #CECECE. Windows color (decimal): -3476215 or 652746. OLE color: 652746.

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

Color convert

RGB 202 245 9 -
CMYK 0.18 0 0.96 0.04
HSL 70.93º 0.93% 0.5% -
HSV(B) 70.93º 0.96% 0.96% -
XYZ 57.06 77.88 12.28 -
YUV 205.24 17.25 125.69 -
System Red Green Blue C M Y K H S L
Decimal 202 245 9 0.18 0 0.96 0.04 70.93 0.93 0.5
Hex CA F5 9 12 0 60 4 47 5D 32
Octal 312 365 11 22 0 140 4 107 135 62
Binary 11001010 11110101 1001 10010 0 1100000 100 1000111 1011101 110010

Color Harmonies of #CAF509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF509

Black with #CAF509

Text Example


Text Example

White with #CAF509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF509; }

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

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

background-color css

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

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

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

border-color css

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

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

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