#559521

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

Shades of Limeade #559521

Tints of Limeade #559521

Color information

#559521 (or 0x559521) is unknown color: approx Limeade. HEX triplet: 55, 95 and 21. RGB value is (85,149,33). Sum of RGB (Red+Green+Blue) = 85+149+33=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #559521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559521 is #AA6ADE. Grayscale: #757575. Windows color (decimal): -11168479 or 2200917. OLE color: 2200917.

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

Color convert

RGB8514933-
CMYK0.4300.780.42
HSL93.1º63.74%35.69%-
HSV(B)93.1º77.85%58.43%-
XYZ14.7723.545.2-
YUV116.6480.8105.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 33 (13.28% from 255) = 12.36%
R=31.84%
G=55.81%
B=12.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149330.4300.780.4293.163.7435.69
Hex5595212B04E2A5d4024
Octal125225415301165213510044
Binary1010101100101011000011010110100111010101010111011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559521; }

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

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

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

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

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

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

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

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