#55A420

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

Shades of Limeade #55A420

Tints of Limeade #55A420

Color information

#55A420 (or 0x55A420) is unknown color: approx Limeade. HEX triplet: 55, A4 and 20. RGB value is (85,164,32). Sum of RGB (Red+Green+Blue) = 85+164+32=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #55A420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A420 is #AA5BDF. Grayscale: #7D7D7D. Windows color (decimal): -11164640 or 2139221. OLE color: 2139221.

HSL color Cylindrical-coordinate representation of color #55A420: hue angle of 95.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55A420 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB8516432-
CMYK0.4800.800.36
HSL95.91º67.35%38.43%-
HSV(B)95.91º80.49%64.31%-
XYZ17.2828.595.97-
YUV125.3375.3399.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 164 (64.45% from 255) = 58.36%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=30.25%
G=58.36%
B=11.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85164320.4800.800.3695.9167.3538.43
Hex55A4203005024604326
Octal125244406001204414010346
Binary1010101101001001000001100000101000010010011000001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,164,32); }

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

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

 a { background-color: rgb(85,164,32); }

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

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

 span { border-color: rgb(85,164,32); }

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