#559613

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

Shades of Limeade #559613

Tints of Limeade #559613

Color information

#559613 (or 0x559613) is unknown color: approx Limeade. HEX triplet: 55, 96 and 13. RGB value is (85,150,19). Sum of RGB (Red+Green+Blue) = 85+150+19=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #559613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559613 is #AA69EC. Grayscale: #747474. Windows color (decimal): -11168237 or 1283669. OLE color: 1283669.

HSL color Cylindrical-coordinate representation of color #559613: hue angle of 89.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #559613 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB8515019-
CMYK0.4300.870.41
HSL89.77º77.51%33.14%-
HSV(B)89.77º87.33%58.82%-
XYZ14.7723.794.43-
YUV115.6373.47106.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 150 (58.98% from 255) = 59.06%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=33.46%
G=59.06%
B=7.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85150190.4300.870.4189.7777.5133.14
Hex5596132B057295a4e21
Octal125226235301275113211641
Binary101010110010110100111010110101011110100110110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559613; }

 p { color: rgb(85,150,19); }

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

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

 a { background-color: rgb(85,150,19); }

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

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

 span { border-color: rgb(85,150,19); }

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