#559929

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

Shades of Limeade #559929

Tints of Limeade #559929

Color information

#559929 (or 0x559929) is unknown color: approx Limeade. HEX triplet: 55, 99 and 29. RGB value is (85,153,41). Sum of RGB (Red+Green+Blue) = 85+153+41=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #559929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559929 is #AA66D6. Grayscale: #787878. Windows color (decimal): -11167447 or 2726229. OLE color: 2726229.

HSL color Cylindrical-coordinate representation of color #559929: hue angle of 96.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #559929 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB8515341-
CMYK0.4400.730.4
HSL96.43º57.73%38.04%-
HSV(B)96.43º73.2%60%-
XYZ15.5424.876.08-
YUV119.983.47103.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 153 (60.16% from 255) = 54.84%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=30.47%
G=54.84%
B=14.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153410.4400.730.496.4357.7338.04
Hex5599292C04928603a26
Octal12523151540111501407246
Binary101010110011001101001101100010010011010001100000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559929; }

 p { color: rgb(85,153,41); }

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

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

 a { background-color: rgb(85,153,41); }

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

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

 span { border-color: rgb(85,153,41); }

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