#5D9539

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

Shades of Limeade #5D9539

Tints of Limeade #5D9539

Color information

#5D9539 (or 0x5D9539) is unknown color: approx Limeade. HEX triplet: 5D, 95 and 39. RGB value is (93,149,57). Sum of RGB (Red+Green+Blue) = 93+149+57=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9539 is #A26AC6. Grayscale: #7A7A7A. Windows color (decimal): -10644167 or 3773789. OLE color: 3773789.

HSL color Cylindrical-coordinate representation of color #5D9539: hue angle of 96.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D9539 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB9314957-
CMYK0.3800.620.42
HSL96.52º44.66%40.39%-
HSV(B)96.52º61.74%58.43%-
XYZ1624.127.68-
YUV121.7791.45107.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 57 (22.66% from 255) = 19.06%
R=31.10%
G=49.83%
B=19.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93149570.3800.620.4296.5244.6640.39
Hex5D95392603E2A612d28
Octal1352257146076521415550
Binary10111011001010111100110011001111101010101100001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,149,57); }

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

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

 a { background-color: rgb(93,149,57); }

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

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

 span { border-color: rgb(93,149,57); }

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