#559809

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

Shades of Limeade #559809

Tints of Limeade #559809

Color information

#559809 (or 0x559809) is unknown color: approx Limeade. HEX triplet: 55, 98 and 09. RGB value is (85,152,9). Sum of RGB (Red+Green+Blue) = 85+152+9=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #559809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559809 is #AA67F6. Grayscale: #747474. Windows color (decimal): -11167735 or 628821. OLE color: 628821.

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

Color convert

RGB851529-
CMYK0.4400.940.40
HSL88.11º88.82%31.57%-
HSV(B)88.11º94.08%59.61%-
XYZ15.0224.414.18-
YUV115.6667.8106.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 152 (59.77% from 255) = 61.79%
BLUE value IS 9 (3.91% from 255) = 3.66%
R=34.55%
G=61.79%
B=3.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8515290.4400.940.4088.1188.8231.57
Hex559892C05E28585920
Octal125230115401365013013140
Binary10101011001100010011011000101111010100010110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559809; }

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

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

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

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

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

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

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

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