#559D13

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

Shades of Limeade #559D13

Tints of Limeade #559D13

Color information

#559D13 (or 0x559D13) is unknown color: approx Limeade. HEX triplet: 55, 9D and 13. RGB value is (85,157,19). Sum of RGB (Red+Green+Blue) = 85+157+19=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #559D13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559D13 is #AA62EC. Grayscale: #787878. Windows color (decimal): -11166445 or 1285461. OLE color: 1285461.

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

Color convert

RGB8515719-
CMYK0.4600.880.38
HSL91.3º78.41%34.51%-
HSV(B)91.3º87.9%61.57%-
XYZ15.9226.094.81-
YUV119.7471.15103.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 157 (61.72% from 255) = 60.15%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=32.57%
G=60.15%
B=7.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157190.4600.880.3891.378.4134.51
Hex559D132E058265b4e23
Octal125235235601304613311643
Binary101010110011101100111011100101100010011010110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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