Html Css Color HEX #CEDF05 Electric Lime

📋 copy color: '#CEDF05'

red 206 ◦ green 223 ◦ blue 5

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

Shades of Electric Lime #CEDF05

Tints of Electric Lime #CEDF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.38%

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

R = 47.47%
G = 51.38%
B = 1.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CEDF05 (or 0xCEDF05) is known color: Electric Lime. HEX triplet: CE, DF and 05. RGB value is (206,223,5). Sum of RGB (Red+Green+Blue) = 206+223+5=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF05 is #3120FA. Grayscale: #C1C1C1. Windows color (decimal): -3219707 or 384974. OLE color: 384974.

HSL color Cylindrical-coordinate representation of color #CEDF05: hue angle of 64.68º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEDF05 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 5 -
CMYK 0.08 0 0.98 0.13
HSL 64.68º 0.96% 0.45% -
HSV(B) 64.68º 0.98% 0.87% -
XYZ 51.87 65.91 10.13 -
YUV 193.07 21.87 137.23 -
System Red Green Blue C M Y K H S L
Decimal 206 223 5 0.08 0 0.98 0.13 64.68 0.96 0.45
Hex CE DF 5 8 0 62 D 41 60 2D
Octal 316 337 5 10 0 142 15 101 140 55
Binary 11001110 11011111 101 1000 0 1100010 1101 1000001 1100000 101101

Color Harmonies of #CEDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF05

Black with #CEDF05

Text Example


Text Example

White with #CEDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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