#559533

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

Shades of Limeade #559533

Tints of Limeade #559533

Color information

#559533 (or 0x559533) is unknown color: approx Limeade. HEX triplet: 55, 95 and 33. RGB value is (85,149,51). Sum of RGB (Red+Green+Blue) = 85+149+51=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #559533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559533 is #AA6ACC. Grayscale: #777777. Windows color (decimal): -11168461 or 3380565. OLE color: 3380565.

HSL color Cylindrical-coordinate representation of color #559533: hue angle of 99.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559533 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB8514951-
CMYK0.4300.660.42
HSL99.18º49%39.22%-
HSV(B)99.18º65.77%58.43%-
XYZ15.0923.676.9-
YUV118.6989.8103.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=29.82%
G=52.28%
B=17.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149510.4300.660.4299.184939.22
Hex5595332B0422A633127
Octal12522563530102521436147
Binary101010110010101110011101011010000101010101100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559533; }

 p { color: rgb(85,149,51); }

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

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

 a { background-color: rgb(85,149,51); }

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

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

 span { border-color: rgb(85,149,51); }

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