#5D9917

Color #5D9917 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5D9917

Tints of Limeade #5D9917

Color information

#5D9917 (or 0x5D9917) is unknown color: approx Limeade. HEX triplet: 5D, 99 and 17. RGB value is (93,153,23). Sum of RGB (Red+Green+Blue) = 93+153+23=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9917 is #A266E8. Grayscale: #787878. Windows color (decimal): -10643177 or 1546589. OLE color: 1546589.

HSL color Cylindrical-coordinate representation of color #5D9917: hue angle of 87.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D9917 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB9315323-
CMYK0.3900.850.4
HSL87.69º73.86%34.51%-
HSV(B)87.69º84.97%60%-
XYZ16.0625.174.82-
YUV120.2473.12108.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 153 (60.16% from 255) = 56.88%
BLUE value IS 23 (9.38% from 255) = 8.55%
R=34.57%
G=56.88%
B=8.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93153230.3900.850.487.6973.8634.51
Hex5D99172705528584a23
Octal135231274701255013011243
Binary101110110011001101111001110101010110100010110001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D9917; }

 p { color: rgb(93,153,23); }

 H1.HeaderClassName
 {
   color: #5D9917;
 }
 .AnyTagClassName
 {
   color: #5D9917;
 }
</style>
background-color css

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

 a { background-color: rgb(93,153,23); }

 div.DivClassName
 {
   background-color: #5D9917;
 }
 .BgClassName
 {
   background-color: #5D9917;
 }
</style>
border-color css

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

 span { border-color: rgb(93,153,23); }

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