Html Css Color HEX #CFF806 Electric Lime

📋 copy color: '#CFF806'

red 207 ◦ green 248 ◦ blue 6

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

Shades of Electric Lime #CFF806

Tints of Electric Lime #CFF806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 44.9%
G = 53.8%
B = 1.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#CFF806 (or 0xCFF806) is known color: Electric Lime. HEX triplet: CF, F8 and 06. RGB value is (207,248,6). Sum of RGB (Red+Green+Blue) = 207+248+6=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF806 is #3007F9. Grayscale: #D1D1D1. Windows color (decimal): -3147770 or 456911. OLE color: 456911.

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

Color convert

RGB 207 248 6 -
CMYK 0.17 0 0.98 0.03
HSL 70.17º 0.95% 0.5% -
HSV(B) 70.17º 0.98% 0.97% -
XYZ 59.33 80.41 12.57 -
YUV 208.15 13.92 127.18 -
System Red Green Blue C M Y K H S L
Decimal 207 248 6 0.17 0 0.98 0.03 70.17 0.95 0.5
Hex CF F8 6 11 0 62 3 46 5F 32
Octal 317 370 6 21 0 142 3 106 137 62
Binary 11001111 11111000 110 10001 0 1100010 11 1000110 1011111 110010

Color Harmonies of #CFF806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF806

Black with #CFF806

Text Example


Text Example

White with #CFF806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF806; }

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

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

background-color css

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

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

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

border-color css

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

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

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