#57951B

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

Shades of Limeade #57951B

Tints of Limeade #57951B

Color information

#57951B (or 0x57951B) is unknown color: approx Limeade. HEX triplet: 57, 95 and 1B. RGB value is (87,149,27). Sum of RGB (Red+Green+Blue) = 87+149+27=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #57951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57951B is #A86AE4. Grayscale: #747474. Windows color (decimal): -11037413 or 1807703. OLE color: 1807703.

HSL color Cylindrical-coordinate representation of color #57951B: hue angle of 90.49º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57951B is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB8714927-
CMYK0.4200.820.42
HSL90.49º69.32%34.51%-
HSV(B)90.49º81.88%58.43%-
XYZ14.8823.64.81-
YUV116.5577.46106.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=33.08%
G=56.65%
B=10.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87149270.4200.820.4290.4969.3234.51
Hex57951B2A0522A5a4523
Octal127225335201225213210543
Binary101011110010101110111010100101001010101010110101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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