#559805

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

Shades of Limeade #559805

Tints of Limeade #559805

Color information

#559805 (or 0x559805) is unknown color: approx Limeade. HEX triplet: 55, 98 and 05. RGB value is (85,152,5). Sum of RGB (Red+Green+Blue) = 85+152+5=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #559805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559805 is #AA67FA. Grayscale: #737373. Windows color (decimal): -11167739 or 366677. OLE color: 366677.

HSL color Cylindrical-coordinate representation of color #559805: hue angle of 87.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #559805 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB851525-
CMYK0.4400.970.40
HSL87.35º93.63%30.78%-
HSV(B)87.35º96.71%59.61%-
XYZ1524.44.06-
YUV115.2165.8106.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 152 (59.77% from 255) = 62.81%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=35.12%
G=62.81%
B=2.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8515250.4400.970.4087.3593.6330.78
Hex559852C06128575e1f
Octal12523055401415012713637
Binary101010110011000101101100011000011010001010111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559805; }

 p { color: rgb(85,152,5); }

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

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

 a { background-color: rgb(85,152,5); }

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

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

 span { border-color: rgb(85,152,5); }

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