#559933

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

Shades of Limeade #559933

Tints of Limeade #559933

Color information

#559933 (or 0x559933) is unknown color: approx Limeade. HEX triplet: 55, 99 and 33. RGB value is (85,153,51). Sum of RGB (Red+Green+Blue) = 85+153+51=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #559933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559933 is #AA66CC. Grayscale: #797979. Windows color (decimal): -11167437 or 3381589. OLE color: 3381589.

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

Color convert

RGB8515351-
CMYK0.4400.670.4
HSL100º50%40%-
HSV(B)100º66.67%60%-
XYZ15.7424.957.12-
YUV121.0488.47102.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=29.41%
G=52.94%
B=17.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153510.4400.670.41005040
Hex5599332C04328643228
Octal12523163540103501446250
Binary101010110011001110011101100010000111010001100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559933; }

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

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

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

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

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

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

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

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