#57953B

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

Shades of Limeade #57953B

Tints of Limeade #57953B

Color information

#57953B (or 0x57953B) is unknown color: approx Limeade. HEX triplet: 57, 95 and 3B. RGB value is (87,149,59). Sum of RGB (Red+Green+Blue) = 87+149+59=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #57953B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57953B is #A86AC4. Grayscale: #787878. Windows color (decimal): -11037381 or 3904855. OLE color: 3904855.

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

Color convert

RGB8714959-
CMYK0.4200.600.42
HSL101.33º43.27%40.78%-
HSV(B)101.33º60.4%58.43%-
XYZ15.4723.847.92-
YUV120.293.46104.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 59 (23.44% from 255) = 20%
R=29.49%
G=50.51%
B=20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87149590.4200.600.42101.3343.2740.78
Hex57953B2A03C2A652b29
Octal1272257352074521455351
Binary10101111001010111101110101001111001010101100101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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