#559E31

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

Shades of Limeade #559E31

Tints of Limeade #559E31

Color information

#559E31 (or 0x559E31) is unknown color: approx Limeade. HEX triplet: 55, 9E and 31. RGB value is (85,158,49). Sum of RGB (Red+Green+Blue) = 85+158+49=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #559E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E31 is #AA61CE. Grayscale: #7C7C7C. Windows color (decimal): -11166159 or 3251797. OLE color: 3251797.

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

Color convert

RGB8515849-
CMYK0.4600.690.38
HSL100.18º52.66%40.59%-
HSV(B)100.18º68.99%61.96%-
XYZ16.5326.617.17-
YUV123.7585.82100.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 158 (62.11% from 255) = 54.11%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=29.11%
G=54.11%
B=16.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85158490.4600.690.38100.1852.6640.59
Hex559E312E04526643529
Octal12523661560105461446551
Binary101010110011110110001101110010001011001101100100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,49); }

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

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

 a { background-color: rgb(85,158,49); }

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

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

 span { border-color: rgb(85,158,49); }

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