Html Css Color HEX #CDED11 Electric Lime

📋 copy color: '#CDED11'

red 205 ◦ green 237 ◦ blue 17

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

Shades of Electric Lime #CDED11

Tints of Electric Lime #CDED11

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.7%

R = 44.66%
G = 51.63%
B = 3.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CDED11 (or 0xCDED11) is known color: 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

RGB 205 237 17 -
CMYK 0.14 0 0.93 0.07
HSL 68.73º 0.87% 0.5% -
HSV(B) 68.73º 0.93% 0.93% -
XYZ 55.56 73.59 11.81 -
YUV 202.35 23.4 129.89 -
System Red Green Blue C M Y K H S L
Decimal 205 237 17 0.14 0 0.93 0.07 68.73 0.87 0.5
Hex CD ED 11 E 0 5D 7 45 57 32
Octal 315 355 21 16 0 135 7 105 127 62
Binary 11001101 11101101 10001 1110 0 1011101 111 1000101 1010111 110010

Color Harmonies of #CDED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDED11

Black with #CDED11

Text Example


Text Example

White with #CDED11

Text Example


Text Example

HTML Codes & Css Web 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>