#57A125

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

Shades of Limeade #57A125

Tints of Limeade #57A125

Color information

#57A125 (or 0x57A125) is unknown color: approx Limeade. HEX triplet: 57, A1 and 25. RGB value is (87,161,37). Sum of RGB (Red+Green+Blue) = 87+161+37=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #57A125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A125 is #A85EDA. Grayscale: #7D7D7D. Windows color (decimal): -11034331 or 2466135. OLE color: 2466135.

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

Color convert

RGB8716137-
CMYK0.4600.770.37
HSL95.81º62.63%38.82%-
HSV(B)95.81º77.02%63.14%-
XYZ17.0127.656.19-
YUV124.7478.48101.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 161 (63.28% from 255) = 56.49%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=30.53%
G=56.49%
B=12.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87161370.4600.770.3795.8162.6338.82
Hex57A1252E04D25603f27
Octal12724145560115451407747
Binary101011110100001100101101110010011011001011100000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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