#57953D

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

Shades of Limeade #57953D

Tints of Limeade #57953D

Color information

#57953D (or 0x57953D) is unknown color: approx Limeade. HEX triplet: 57, 95 and 3D. RGB value is (87,149,61). Sum of RGB (Red+Green+Blue) = 87+149+61=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #57953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57953D is #A86AC2. Grayscale: #787878. Windows color (decimal): -11037379 or 4035927. OLE color: 4035927.

HSL color Cylindrical-coordinate representation of color #57953D: hue angle of 102.27º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57953D is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB8714961-
CMYK0.4200.590.42
HSL102.27º41.9%41.18%-
HSV(B)102.27º59.06%58.43%-
XYZ15.5223.868.2-
YUV120.4394.46104.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=29.29%
G=50.17%
B=20.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87149610.4200.590.42102.2741.941.18
Hex57953D2A03B2A662a29
Octal1272257552073521465251
Binary10101111001010111110110101001110111010101100110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57953D; }

 p { color: rgb(87,149,61); }

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

<style>
 a { background-color: #57953D; }

 a { background-color: rgb(87,149,61); }

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

<style>
 span { border-color: #57953D; }

 span { border-color: rgb(87,149,61); }

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