#CDED11

Color #CDED11 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CDED11

Tints of Electric Lime #CDED11

Color information

#CDED11 (or 0xCDED11) is unknown color: approx Electric Lime. HEX triplet: CD, ED and 11. RGB value is (205,237,17). Sum of RGB (Red+Green+Blue) = 205+237+17=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDED11 is #3212EE. Grayscale: #CBCBCB. Windows color (decimal): -3281647 or 1174989. OLE color: 1174989.

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

Color convert

RGB20523717-
CMYK0.1400.930.07
HSL68.73º86.61%49.8%-
HSV(B)68.73º92.83%92.94%-
XYZ55.5673.5911.81-
YUV202.3523.4129.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 237 (92.97% from 255) = 51.63%
BLUE value IS 17 (7.03% from 255) = 3.70%
R=44.66%
G=51.63%
B=3.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205237170.1400.930.0768.7386.6149.8
HexCDED11E05D7455732
Octal31535521160135710512762
Binary11001101111011011000111100101110111110001011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED11; }

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

 H1.HeaderClassName
 {
   color: #CDED11;
 }
 .AnyTagClassName
 {
   color: #CDED11;
 }
</style>
background-color css

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

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

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

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

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

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