#5D9537

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

Shades of Limeade #5D9537

Tints of Limeade #5D9537

Color information

#5D9537 (or 0x5D9537) is unknown color: approx Limeade. HEX triplet: 5D, 95 and 37. RGB value is (93,149,55). Sum of RGB (Red+Green+Blue) = 93+149+55=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9537 is #A26AC8. Grayscale: #797979. Windows color (decimal): -10644169 or 3642717. OLE color: 3642717.

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

Color convert

RGB9314955-
CMYK0.3800.630.42
HSL95.74º46.08%40%-
HSV(B)95.74º63.09%58.43%-
XYZ15.9524.17.43-
YUV121.5490.45107.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=31.31%
G=50.17%
B=18.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93149550.3800.630.4295.7446.0840
Hex5D95372603F2A602e28
Octal1352256746077521405650
Binary10111011001010111011110011001111111010101100000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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