Html Css Color HEX #CEF805 Electric Lime

📋 copy color: '#CEF805'

red 206 ◦ green 248 ◦ blue 5

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

Shades of Electric Lime #CEF805

Tints of Electric Lime #CEF805

RGB

 RED value IS 206 (80.86% from 255) = 44.88%

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

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

R = 44.88%
G = 54.03%
B = 1.09%

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

#CEF805 (or 0xCEF805) is known color: Electric Lime. HEX triplet: CE, F8 and 05. RGB value is (206,248,5). Sum of RGB (Red+Green+Blue) = 206+248+5=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF805 is #3107FA. Grayscale: #D0D0D0. Windows color (decimal): -3213307 or 391374. OLE color: 391374.

HSL color Cylindrical-coordinate representation of color #CEF805: hue angle of 70.37º degrees, saturation: 0.96, 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 #CEF805 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 5 -
CMYK 0.17 0 0.98 0.03
HSL 70.37º 0.96% 0.5% -
HSV(B) 70.37º 0.98% 0.97% -
XYZ 59.05 80.27 12.52 -
YUV 207.74 13.59 126.76 -
System Red Green Blue C M Y K H S L
Decimal 206 248 5 0.17 0 0.98 0.03 70.37 0.96 0.5
Hex CE F8 5 11 0 62 3 46 60 32
Octal 316 370 5 21 0 142 3 106 140 62
Binary 11001110 11111000 101 10001 0 1100010 11 1000110 1100000 110010

Color Harmonies of #CEF805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF805

Black with #CEF805

Text Example


Text Example

White with #CEF805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF805; }

 p { color: rgb(206,248,5); }

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

background-color css

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

 a { background-color: rgb(206,248,5); }

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

border-color css

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

 span { border-color: rgb(206,248,5); }

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