#57982c

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

Shades of Limeade #57982C

Tints of Limeade #57982C

Color information

#57982C (or 0x57982C) is unknown color: approx Limeade. HEX triplet: 57, 98 and 2C. RGB value is (87,152,44). Sum of RGB (Red+Green+Blue) = 87+152+44=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #57982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57982C is #A867D3. Grayscale: #787878. Windows color (decimal): -11036628 or 2922583. OLE color: 2922583.

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

Color convert

RGB8715244-
CMYK0.4300.710.40
HSL96.11º55.1%38.43%-
HSV(B)96.11º71.05%59.61%-
XYZ15.6124.666.32-
YUV120.2584.97104.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=30.74%
G=53.71%
B=15.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87152440.4300.710.4096.1155.138.43
Hex57982C2B04728603726
Octal12723054530107501406746
Binary101011110011000101100101011010001111010001100000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57982c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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