Html Css Color HEX #CEDF09 Electric Lime

📋 copy color: '#CEDF09'

red 206 ◦ green 223 ◦ blue 9

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

Shades of Electric Lime #CEDF09

Tints of Electric Lime #CEDF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.05%

R = 47.03%
G = 50.91%
B = 2.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#CEDF09 (or 0xCEDF09) is known color: Electric Lime. HEX triplet: CE, DF and 09. RGB value is (206,223,9). Sum of RGB (Red+Green+Blue) = 206+223+9=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF09 is #3120F6. Grayscale: #C2C2C2. Windows color (decimal): -3219703 or 647118. OLE color: 647118.

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

Color convert

RGB 206 223 9 -
CMYK 0.08 0 0.96 0.13
HSL 64.77º 0.92% 0.45% -
HSV(B) 64.77º 0.96% 0.87% -
XYZ 51.89 65.92 10.25 -
YUV 193.52 23.87 136.9 -
System Red Green Blue C M Y K H S L
Decimal 206 223 9 0.08 0 0.96 0.13 64.77 0.92 0.45
Hex CE DF 9 8 0 60 D 41 5C 2D
Octal 316 337 11 10 0 140 15 101 134 55
Binary 11001110 11011111 1001 1000 0 1100000 1101 1000001 1011100 101101

Color Harmonies of #CEDF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF09

Black with #CEDF09

Text Example


Text Example

White with #CEDF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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