Html Css Color HEX #CFF808 Electric Lime

📋 copy color: '#CFF808'

red 207 ◦ green 248 ◦ blue 8

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

Shades of Electric Lime #CFF808

Tints of Electric Lime #CFF808

RGB

 RED value IS 207 (81.25% from 255) = 44.71%

 GREEN value IS 248 (97.27% from 255) = 53.56%

 BLUE value IS 8 (3.52% from 255) = 1.73%

R = 44.71%
G = 53.56%
B = 1.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#CFF808 (or 0xCFF808) is known color: Electric Lime. HEX triplet: CF, F8 and 08. RGB value is (207,248,8). Sum of RGB (Red+Green+Blue) = 207+248+8=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF808 is #3007F7. Grayscale: #D1D1D1. Windows color (decimal): -3147768 or 587983. OLE color: 587983.

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

Color convert

RGB 207 248 8 -
CMYK 0.17 0 0.97 0.03
HSL 70.25º 0.94% 0.5% -
HSV(B) 70.25º 0.97% 0.97% -
XYZ 59.34 80.42 12.62 -
YUV 208.38 14.92 127.01 -
System Red Green Blue C M Y K H S L
Decimal 207 248 8 0.17 0 0.97 0.03 70.25 0.94 0.5
Hex CF F8 8 11 0 61 3 46 5E 32
Octal 317 370 10 21 0 141 3 106 136 62
Binary 11001111 11111000 1000 10001 0 1100001 11 1000110 1011110 110010

Color Harmonies of #CFF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF808

Black with #CFF808

Text Example


Text Example

White with #CFF808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF808; }

 p { color: rgb(207,248,8); }

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

background-color css

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

 a { background-color: rgb(207,248,8); }

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

border-color css

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

 span { border-color: rgb(207,248,8); }

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