Html Css Color HEX #CDE608 Electric Lime

📋 copy color: '#CDE608'

red 205 ◦ green 230 ◦ blue 8

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

Shades of Electric Lime #CDE608

Tints of Electric Lime #CDE608

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.92%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 46.28%
G = 51.92%
B = 1.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#CDE608 (or 0xCDE608) is known color: Electric Lime. HEX triplet: CD, E6 and 08. RGB value is (205,230,8). Sum of RGB (Red+Green+Blue) = 205+230+8=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE608 is #3219F7. Grayscale: #C6C6C6. Windows color (decimal): -3283448 or 583373. OLE color: 583373.

HSL color Cylindrical-coordinate representation of color #CDE608: hue angle of 66.76º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE608 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 8 -
CMYK 0.11 0 0.97 0.10
HSL 66.76º 0.93% 0.47% -
HSV(B) 66.76º 0.97% 0.9% -
XYZ 53.52 69.59 10.84 -
YUV 197.22 21.22 133.55 -
System Red Green Blue C M Y K H S L
Decimal 205 230 8 0.11 0 0.97 0.10 66.76 0.93 0.47
Hex CD E6 8 B 0 61 A 43 5D 2F
Octal 315 346 10 13 0 141 12 103 135 57
Binary 11001101 11100110 1000 1011 0 1100001 1010 1000011 1011101 101111

Color Harmonies of #CDE608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE608

Black with #CDE608

Text Example


Text Example

White with #CDE608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE608; }

 p { color: rgb(205,230,8); }

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

background-color css

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

 a { background-color: rgb(205,230,8); }

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

border-color css

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

 span { border-color: rgb(205,230,8); }

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