#57A525

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

Shades of Limeade #57A525

Tints of Limeade #57A525

Color information

#57A525 (or 0x57A525) is unknown color: approx Limeade. HEX triplet: 57, A5 and 25. RGB value is (87,165,37). Sum of RGB (Red+Green+Blue) = 87+165+37=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #57A525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A525 is #A85ADA. Grayscale: #7F7F7F. Windows color (decimal): -11033307 or 2467159. OLE color: 2467159.

HSL color Cylindrical-coordinate representation of color #57A525: hue angle of 96.56º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57A525 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB8716537-
CMYK0.4700.780.35
HSL96.56º63.37%39.61%-
HSV(B)96.56º77.58%64.71%-
XYZ17.7229.076.43-
YUV127.0977.1699.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=30.10%
G=57.09%
B=12.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87165370.4700.780.3596.5663.3739.61
Hex57A5252F04E23613f28
Octal12724545570116431417750
Binary101011110100101100101101111010011101000111100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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