#57a131

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

Shades of Limeade #57A131

Tints of Limeade #57A131

Color information

#57A131 (or 0x57A131) is unknown color: approx Limeade. HEX triplet: 57, A1 and 31. RGB value is (87,161,49). Sum of RGB (Red+Green+Blue) = 87+161+49=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #57A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A131 is #A85ECE. Grayscale: #7E7E7E. Windows color (decimal): -11034319 or 3252567. OLE color: 3252567.

HSL color Cylindrical-coordinate representation of color #57A131: hue angle of 99.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57A131 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB8716149-
CMYK0.4600.700.37
HSL99.64º53.33%41.18%-
HSV(B)99.64º69.57%63.14%-
XYZ17.2327.747.35-
YUV126.1184.48100.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 161 (63.28% from 255) = 54.21%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=29.29%
G=54.21%
B=16.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87161490.4600.700.3799.6453.3341.18
Hex57A1312E04625643529
Octal12724161560106451446551
Binary101011110100001110001101110010001101001011100100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57a131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57a131; }

 p { color: rgb(87,161,49); }

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

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

 a { background-color: rgb(87,161,49); }

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

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

 span { border-color: rgb(87,161,49); }

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