#55A733

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

Shades of Limeade #55A733

Tints of Limeade #55A733

Color information

#55A733 (or 0x55A733) is unknown color: approx Limeade. HEX triplet: 55, A7 and 33. RGB value is (85,167,51). Sum of RGB (Red+Green+Blue) = 85+167+51=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #55A733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A733 is #AA58CC. Grayscale: #818181. Windows color (decimal): -11163853 or 3385173. OLE color: 3385173.

HSL color Cylindrical-coordinate representation of color #55A733: hue angle of 102.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55A733 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB8516751-
CMYK0.4900.690.35
HSL102.41º53.21%42.75%-
HSV(B)102.41º69.46%65.49%-
XYZ18.1629.817.93-
YUV129.2683.8396.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=28.05%
G=55.12%
B=16.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85167510.4900.690.35102.4153.2142.75
Hex55A733310452366352b
Octal12524763610105431466553
Binary101010110100111110011110001010001011000111100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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