#559C22

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

Shades of Limeade #559C22

Tints of Limeade #559C22

Color information

#559C22 (or 0x559C22) is unknown color: approx Limeade. HEX triplet: 55, 9C and 22. RGB value is (85,156,34). Sum of RGB (Red+Green+Blue) = 85+156+34=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #559C22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C22 is #AA63DD. Grayscale: #797979. Windows color (decimal): -11166686 or 2268245. OLE color: 2268245.

HSL color Cylindrical-coordinate representation of color #559C22: hue angle of 94.92º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #559C22 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB8515634-
CMYK0.4600.780.39
HSL94.92º64.21%37.25%-
HSV(B)94.92º78.21%61.18%-
XYZ15.9225.825.66-
YUV120.8678.98102.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 156 (61.33% from 255) = 56.73%
BLUE value IS 34 (13.67% from 255) = 12.36%
R=30.91%
G=56.73%
B=12.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156340.4600.780.3994.9264.2137.25
Hex559C222E04E275f4025
Octal125234425601164713710045
Binary1010101100111001000101011100100111010011110111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,156,34); }

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

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

 a { background-color: rgb(85,156,34); }

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

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

 span { border-color: rgb(85,156,34); }

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