#57A135

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

Shades of Limeade #57A135

Tints of Limeade #57A135

Color information

#57A135 (or 0x57A135) is unknown color: approx Limeade. HEX triplet: 57, A1 and 35. RGB value is (87,161,53). Sum of RGB (Red+Green+Blue) = 87+161+53=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #57A135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A135 is #A85ECA. Grayscale: #7E7E7E. Windows color (decimal): -11034315 or 3514711. OLE color: 3514711.

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

Color convert

RGB8716153-
CMYK0.4600.670.37
HSL101.11º50.47%41.96%-
HSV(B)101.11º67.08%63.14%-
XYZ17.3227.777.82-
YUV126.5686.4899.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 161 (63.28% from 255) = 53.49%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=28.90%
G=53.49%
B=17.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87161530.4600.670.37101.1150.4741.96
Hex57A1352E0432565322a
Octal12724165560103451456252
Binary101011110100001110101101110010000111001011100101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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