Html Css Color HEX #CAFE05 Electric Lime

📋 copy color: '#CAFE05'

red 202 ◦ green 254 ◦ blue 5

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

Shades of Electric Lime #CAFE05

Tints of Electric Lime #CAFE05

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.1%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 43.82%
G = 55.1%
B = 1.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#CAFE05 (or 0xCAFE05) is known color: Electric Lime. HEX triplet: CA, FE and 05. RGB value is (202,254,5). Sum of RGB (Red+Green+Blue) = 202+254+5=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFE05 is #3501FA. Grayscale: #D3D3D3. Windows color (decimal): -3473915 or 392906. OLE color: 392906.

HSL color Cylindrical-coordinate representation of color #CAFE05: hue angle of 72.53º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAFE05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 5 -
CMYK 0.20 0 0.98 0.00
HSL 72.53º 0.99% 0.51% -
HSV(B) 72.53º 0.98% 1% -
XYZ 59.83 83.45 13.1 -
YUV 210.07 12.27 122.25 -
System Red Green Blue C M Y K H S L
Decimal 202 254 5 0.20 0 0.98 0.00 72.53 0.99 0.51
Hex CA FE 5 14 0 62 0 49 63 33
Octal 312 376 5 24 0 142 0 111 143 63
Binary 11001010 11111110 101 10100 0 1100010 0 1001001 1100011 110011

Color Harmonies of #CAFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE05

Black with #CAFE05

Text Example


Text Example

White with #CAFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE05; }

 p { color: rgb(202,254,5); }

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

background-color css

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

 a { background-color: rgb(202,254,5); }

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

border-color css

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

 span { border-color: rgb(202,254,5); }

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