#559D34

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

Shades of Limeade #559D34

Tints of Limeade #559D34

Color information

#559D34 (or 0x559D34) is unknown color: approx Limeade. HEX triplet: 55, 9D and 34. RGB value is (85,157,52). Sum of RGB (Red+Green+Blue) = 85+157+52=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #559D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D34 is #AA62CB. Grayscale: #7B7B7B. Windows color (decimal): -11166412 or 3448149. OLE color: 3448149.

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

Color convert

RGB8515752-
CMYK0.4600.670.38
HSL101.14º50.24%40.98%-
HSV(B)101.14º66.88%61.57%-
XYZ16.4226.297.46-
YUV123.587.65100.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 157 (61.72% from 255) = 53.40%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=28.91%
G=53.40%
B=17.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157520.4600.670.38101.1450.2440.98
Hex559D342E04326653229
Octal12523564560103461456251
Binary101010110011101110100101110010000111001101100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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