#55A033

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

Shades of Limeade #55A033

Tints of Limeade #55A033

Color information

#55A033 (or 0x55A033) is unknown color: approx Limeade. HEX triplet: 55, A0 and 33. RGB value is (85,160,51). Sum of RGB (Red+Green+Blue) = 85+160+51=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #55A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A033 is #AA5FCC. Grayscale: #7D7D7D. Windows color (decimal): -11165645 or 3383381. OLE color: 3383381.

HSL color Cylindrical-coordinate representation of color #55A033: hue angle of 101.28º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55A033 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB8516051-
CMYK0.4700.680.37
HSL101.28º51.66%41.37%-
HSV(B)101.28º68.12%62.75%-
XYZ16.9127.317.51-
YUV125.1586.1599.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 160 (62.89% from 255) = 54.05%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=28.72%
G=54.05%
B=17.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85160510.4700.680.37101.2851.6641.37
Hex55A0332F04425653429
Octal12524063570104451456451
Binary101010110100000110011101111010001001001011100101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A033; }

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

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

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

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

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

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

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

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