#57982B

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

Shades of Limeade #57982B

Tints of Limeade #57982B

Color information

#57982B (or 0x57982B) is unknown color: approx Limeade. HEX triplet: 57, 98 and 2B. RGB value is (87,152,43). Sum of RGB (Red+Green+Blue) = 87+152+43=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #57982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57982B is #A867D4. Grayscale: #787878. Windows color (decimal): -11036629 or 2857047. OLE color: 2857047.

HSL color Cylindrical-coordinate representation of color #57982B: hue angle of 95.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57982B is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB8715243-
CMYK0.4300.720.40
HSL95.78º55.9%38.24%-
HSV(B)95.78º71.71%59.61%-
XYZ15.5924.666.22-
YUV120.1484.47104.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=30.85%
G=53.90%
B=15.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87152430.4300.720.4095.7855.938.24
Hex57982B2B04828603826
Octal12723053530110501407046
Binary101011110011000101011101011010010001010001100000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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