Html Css Color HEX #CAF607 Electric Lime

📋 copy color: '#CAF607'

red 202 ◦ green 246 ◦ blue 7

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

Shades of Electric Lime #CAF607

Tints of Electric Lime #CAF607

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.07%

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 44.4%
G = 54.07%
B = 1.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#CAF607 (or 0xCAF607) is known color: Electric Lime. HEX triplet: CA, F6 and 07. RGB value is (202,246,7). Sum of RGB (Red+Green+Blue) = 202+246+7=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF607 is #3509F8. Grayscale: #CECECE. Windows color (decimal): -3475961 or 521930. OLE color: 521930.

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

Color convert

RGB 202 246 7 -
CMYK 0.18 0 0.97 0.04
HSL 71.05º 0.94% 0.5% -
HSV(B) 71.05º 0.97% 0.96% -
XYZ 57.35 78.48 12.33 -
YUV 205.6 15.92 125.43 -
System Red Green Blue C M Y K H S L
Decimal 202 246 7 0.18 0 0.97 0.04 71.05 0.94 0.5
Hex CA F6 7 12 0 61 4 47 5E 32
Octal 312 366 7 22 0 141 4 107 136 62
Binary 11001010 11110110 111 10010 0 1100001 100 1000111 1011110 110010

Color Harmonies of #CAF607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF607

Black with #CAF607

Text Example


Text Example

White with #CAF607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF607; }

 p { color: rgb(202,246,7); }

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

background-color css

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

 a { background-color: rgb(202,246,7); }

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

border-color css

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

 span { border-color: rgb(202,246,7); }

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