#57952F

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

Shades of Limeade #57952F

Tints of Limeade #57952F

Color information

#57952F (or 0x57952F) is unknown color: approx Limeade. HEX triplet: 57, 95 and 2F. RGB value is (87,149,47). Sum of RGB (Red+Green+Blue) = 87+149+47=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #57952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57952F is #A86AD0. Grayscale: #777777. Windows color (decimal): -11037393 or 3118423. OLE color: 3118423.

HSL color Cylindrical-coordinate representation of color #57952F: hue angle of 96.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57952F is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB8714947-
CMYK0.4200.680.42
HSL96.47º52.04%38.43%-
HSV(B)96.47º68.46%58.43%-
XYZ15.1923.736.47-
YUV118.8387.46105.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=30.74%
G=52.65%
B=16.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87149470.4200.680.4296.4752.0438.43
Hex57952F2A0442A603426
Octal12722557520104521406446
Binary101011110010101101111101010010001001010101100000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57952F; }

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

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

<style>
 a { background-color: #57952F; }

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

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

<style>
 span { border-color: #57952F; }

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

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