Html Css Color HEX #CDE905 Electric Lime

📋 copy color: '#CDE905'

red 205 ◦ green 233 ◦ blue 5

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

Shades of Electric Lime #CDE905

Tints of Electric Lime #CDE905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 46.28%
G = 52.6%
B = 1.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CDE905 (or 0xCDE905) is known color: Electric Lime. HEX triplet: CD, E9 and 05. RGB value is (205,233,5). Sum of RGB (Red+Green+Blue) = 205+233+5=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE905 is #3216FA. Grayscale: #C7C7C7. Windows color (decimal): -3282683 or 387533. OLE color: 387533.

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

Color convert

RGB 205 233 5 -
CMYK 0.12 0 0.98 0.09
HSL 67.37º 0.96% 0.47% -
HSV(B) 67.37º 0.98% 0.91% -
XYZ 54.34 71.27 11.04 -
YUV 198.64 18.72 132.54 -
System Red Green Blue C M Y K H S L
Decimal 205 233 5 0.12 0 0.98 0.09 67.37 0.96 0.47
Hex CD E9 5 C 0 62 9 43 60 2F
Octal 315 351 5 14 0 142 11 103 140 57
Binary 11001101 11101001 101 1100 0 1100010 1001 1000011 1100000 101111

Color Harmonies of #CDE905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE905

Black with #CDE905

Text Example


Text Example

White with #CDE905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE905; }

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

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

background-color css

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

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

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

border-color css

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

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

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