#57980B

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

Shades of Limeade #57980B

Tints of Limeade #57980B

Color information

#57980B (or 0x57980B) is unknown color: approx Limeade. HEX triplet: 57, 98 and 0B. RGB value is (87,152,11). Sum of RGB (Red+Green+Blue) = 87+152+11=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #57980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57980B is #A867F4. Grayscale: #747474. Windows color (decimal): -11036661 or 759895. OLE color: 759895.

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

Color convert

RGB8715211-
CMYK0.4300.930.40
HSL87.66º86.5%31.96%-
HSV(B)87.66º92.76%59.61%-
XYZ15.2224.514.24-
YUV116.4968.47106.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 152 (59.77% from 255) = 60.8%
BLUE value IS 11 (4.69% from 255) = 4.4%
R=34.8%
G=60.8%
B=4.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87152110.4300.930.4087.6686.531.96
Hex5798B2B05D28585720
Octal127230135301355013012740
Binary10101111001100010111010110101110110100010110001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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