#57941F

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

Shades of Limeade #57941F

Tints of Limeade #57941F

Color information

#57941F (or 0x57941F) is unknown color: approx Limeade. HEX triplet: 57, 94 and 1F. RGB value is (87,148,31). Sum of RGB (Red+Green+Blue) = 87+148+31=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #57941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57941F is #A86BE0. Grayscale: #747474. Windows color (decimal): -11037665 or 2069591. OLE color: 2069591.

HSL color Cylindrical-coordinate representation of color #57941F: hue angle of 91.28º 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 #57941F is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB8714831-
CMYK0.4100.790.42
HSL91.28º65.36%35.1%-
HSV(B)91.28º79.05%58.04%-
XYZ14.7723.35.02-
YUV116.4279.79107.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=32.71%
G=55.64%
B=11.65%

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
Decimal87148310.4100.790.4291.2865.3635.1
Hex57941F2904F2A5b4123
Octal127224375101175213310143
Binary101011110010100111111010010100111110101010110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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