#57942B

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

Shades of Limeade #57942B

Tints of Limeade #57942B

Color information

#57942B (or 0x57942B) is unknown color: approx Limeade. HEX triplet: 57, 94 and 2B. RGB value is (87,148,43). Sum of RGB (Red+Green+Blue) = 87+148+43=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #57942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57942B is #A86BD4. Grayscale: #767676. Windows color (decimal): -11037653 or 2856023. OLE color: 2856023.

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

Color convert

RGB8714843-
CMYK0.4100.710.42
HSL94.86º54.97%37.45%-
HSV(B)94.86º70.95%58.04%-
XYZ14.9623.386.01-
YUV117.7985.79106.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 148 (58.20% from 255) = 53.24%
BLUE value IS 43 (17.19% from 255) = 15.47%
R=31.29%
G=53.24%
B=15.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87148430.4100.710.4294.8654.9737.45
Hex57942B290472A5f3725
Octal12722453510107521376745
Binary101011110010100101011101001010001111010101011111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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