#57931F

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

Shades of Limeade #57931F

Tints of Limeade #57931F

Color information

#57931F (or 0x57931F) is unknown color: approx Limeade. HEX triplet: 57, 93 and 1F. RGB value is (87,147,31). Sum of RGB (Red+Green+Blue) = 87+147+31=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #57931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57931F is #A86CE0. Grayscale: #747474. Windows color (decimal): -11037921 or 2069335. OLE color: 2069335.

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

Color convert

RGB8714731-
CMYK0.4100.790.42
HSL91.03º65.17%34.9%-
HSV(B)91.03º78.91%57.65%-
XYZ14.6122.994.96-
YUV115.8480.12107.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=32.83%
G=55.47%
B=11.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87147310.4100.790.4291.0365.1734.9
Hex57931F2904F2A5b4123
Octal127223375101175213310143
Binary101011110010011111111010010100111110101010110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,147,31); }

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

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

 a { background-color: rgb(87,147,31); }

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

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

 span { border-color: rgb(87,147,31); }

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