Html Css Color HEX #CDED01 Electric Lime

📋 copy color: '#CDED01'

red 205 ◦ green 237 ◦ blue 1

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

Shades of Electric Lime #CDED01

Tints of Electric Lime #CDED01

RGB

 RED value IS 205 (80.47% from 255) = 46.28%

 GREEN value IS 237 (92.97% from 255) = 53.5%

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

R = 46.28%
G = 53.5%
B = 0.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#CDED01 (or 0xCDED01) is known color: Electric Lime. HEX triplet: CD, ED and 01. RGB value is (205,237,1). Sum of RGB (Red+Green+Blue) = 205+237+1=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDED01 is #3212FE. Grayscale: #C9C9C9. Windows color (decimal): -3281663 or 126413. OLE color: 126413.

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

Color convert

RGB 205 237 1 -
CMYK 0.14 0 1.00 0.07
HSL 68.14º 0.99% 0.47% -
HSV(B) 68.14º 1% 0.93% -
XYZ 55.47 73.55 11.3 -
YUV 200.53 15.4 131.19 -
System Red Green Blue C M Y K H S L
Decimal 205 237 1 0.14 0 1.00 0.07 68.14 0.99 0.47
Hex CD ED 1 E 0 64 7 44 63 2F
Octal 315 355 1 16 0 144 7 104 143 57
Binary 11001101 11101101 1 1110 0 1100100 111 1000100 1100011 101111

Color Harmonies of #CDED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDED01

Black with #CDED01

Text Example


Text Example

White with #CDED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDED01; }

 p { color: rgb(205,237,1); }

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

background-color css

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

 a { background-color: rgb(205,237,1); }

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

border-color css

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

 span { border-color: rgb(205,237,1); }

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