Html Css Color HEX #CDE908 Electric Lime

📋 copy color: '#CDE908'

red 205 ◦ green 233 ◦ blue 8

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

Shades of Electric Lime #CDE908

Tints of Electric Lime #CDE908

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.24%

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

R = 45.96%
G = 52.24%
B = 1.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#CDE908 (or 0xCDE908) is known color: Electric Lime. HEX triplet: CD, E9 and 08. RGB value is (205,233,8). Sum of RGB (Red+Green+Blue) = 205+233+8=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 233 (91.41% from 255 or 52.24% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE908 is #3216F7. Grayscale: #C7C7C7. Windows color (decimal): -3282680 or 584141. OLE color: 584141.

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

Color convert

RGB 205 233 8 -
CMYK 0.12 0 0.97 0.09
HSL 67.47º 0.93% 0.47% -
HSV(B) 67.47º 0.97% 0.91% -
XYZ 54.36 71.27 11.12 -
YUV 198.98 20.22 132.3 -
System Red Green Blue C M Y K H S L
Decimal 205 233 8 0.12 0 0.97 0.09 67.47 0.93 0.47
Hex CD E9 8 C 0 61 9 43 5D 2F
Octal 315 351 10 14 0 141 11 103 135 57
Binary 11001101 11101001 1000 1100 0 1100001 1001 1000011 1011101 101111

Color Harmonies of #CDE908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE908

Black with #CDE908

Text Example


Text Example

White with #CDE908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE908; }

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

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

background-color css

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

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

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

border-color css

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

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

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