Html Css Color HEX #CEDD01 Electric Lime

📋 copy color: '#CEDD01'

red 206 ◦ green 221 ◦ blue 1

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

Shades of Electric Lime #CEDD01

Tints of Electric Lime #CEDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.64%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 48.13%
G = 51.64%
B = 0.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#CEDD01 (or 0xCEDD01) is known color: Electric Lime. HEX triplet: CE, DD and 01. RGB value is (206,221,1). Sum of RGB (Red+Green+Blue) = 206+221+1=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD01 is #3122FE. Grayscale: #C0C0C0. Windows color (decimal): -3220223 or 122318. OLE color: 122318.

HSL color Cylindrical-coordinate representation of color #CEDD01: hue angle of 64.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEDD01 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 1 -
CMYK 0.07 0 1.00 0.13
HSL 64.09º 0.99% 0.44% -
HSV(B) 64.09º 1% 0.87% -
XYZ 51.32 64.84 9.84 -
YUV 191.44 20.53 138.39 -
System Red Green Blue C M Y K H S L
Decimal 206 221 1 0.07 0 1.00 0.13 64.09 0.99 0.44
Hex CE DD 1 7 0 64 D 40 63 2C
Octal 316 335 1 7 0 144 15 100 143 54
Binary 11001110 11011101 1 111 0 1100100 1101 1000000 1100011 101100

Color Harmonies of #CEDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD01

Black with #CEDD01

Text Example


Text Example

White with #CEDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD01; }

 p { color: rgb(206,221,1); }

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

background-color css

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

 a { background-color: rgb(206,221,1); }

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

border-color css

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

 span { border-color: rgb(206,221,1); }

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