#559D37

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

Shades of Limeade #559D37

Tints of Limeade #559D37

Color information

#559D37 (or 0x559D37) is unknown color: approx Limeade. HEX triplet: 55, 9D and 37. RGB value is (85,157,55). Sum of RGB (Red+Green+Blue) = 85+157+55=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #559D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D37 is #AA62C8. Grayscale: #7C7C7C. Windows color (decimal): -11166409 or 3644757. OLE color: 3644757.

HSL color Cylindrical-coordinate representation of color #559D37: hue angle of 102.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559D37 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB8515755-
CMYK0.4600.650.38
HSL102.35º48.11%41.57%-
HSV(B)102.35º64.97%61.57%-
XYZ16.4926.327.83-
YUV123.8489.15100.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 157 (61.72% from 255) = 52.86%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=28.62%
G=52.86%
B=18.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157550.4600.650.38102.3548.1141.57
Hex559D372E0412666302a
Octal12523567560101461466052
Binary101010110011101110111101110010000011001101100110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559D37; }

 p { color: rgb(85,157,55); }

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

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

 a { background-color: rgb(85,157,55); }

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

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

 span { border-color: rgb(85,157,55); }

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