Html Css Color HEX #CDE006 Electric Lime

📋 copy color: '#CDE006'

red 205 ◦ green 224 ◦ blue 6

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

Shades of Electric Lime #CDE006

Tints of Electric Lime #CDE006

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.49%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 47.13%
G = 51.49%
B = 1.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#CDE006 (or 0xCDE006) is known color: Electric Lime. HEX triplet: CD, E0 and 06. RGB value is (205,224,6). Sum of RGB (Red+Green+Blue) = 205+224+6=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE006 is #321FF9. Grayscale: #C2C2C2. Windows color (decimal): -3284986 or 450765. OLE color: 450765.

HSL color Cylindrical-coordinate representation of color #CDE006: hue angle of 65.23º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE006 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 6 -
CMYK 0.08 0 0.97 0.12
HSL 65.23º 0.95% 0.45% -
HSV(B) 65.23º 0.97% 0.88% -
XYZ 51.87 66.3 10.24 -
YUV 193.47 22.21 136.23 -
System Red Green Blue C M Y K H S L
Decimal 205 224 6 0.08 0 0.97 0.12 65.23 0.95 0.45
Hex CD E0 6 8 0 61 C 41 5F 2D
Octal 315 340 6 10 0 141 14 101 137 55
Binary 11001101 11100000 110 1000 0 1100001 1100 1000001 1011111 101101

Color Harmonies of #CDE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE006

Black with #CDE006

Text Example


Text Example

White with #CDE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE006; }

 p { color: rgb(205,224,6); }

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

background-color css

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

 a { background-color: rgb(205,224,6); }

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

border-color css

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

 span { border-color: rgb(205,224,6); }

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