#56980B

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

Shades of Limeade #56980B

Tints of Limeade #56980B

Color information

#56980B (or 0x56980B) is unknown color: approx Limeade. HEX triplet: 56, 98 and 0B. RGB value is (86,152,11). Sum of RGB (Red+Green+Blue) = 86+152+11=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #56980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56980B is #A967F4. Grayscale: #747474. Windows color (decimal): -11102197 or 759894. OLE color: 759894.

HSL color Cylindrical-coordinate representation of color #56980B: hue angle of 88.09º 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 #56980B is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB8615211-
CMYK0.4300.930.40
HSL88.09º86.5%31.96%-
HSV(B)88.09º92.76%59.61%-
XYZ15.1324.464.24-
YUV116.1968.63106.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 152 (59.77% from 255) = 61.04%
BLUE value IS 11 (4.69% from 255) = 4.42%
R=34.54%
G=61.04%
B=4.42%

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
Decimal86152110.4300.930.4088.0986.531.96
Hex5698B2B05D28585720
Octal126230135301355013012740
Binary10101101001100010111010110101110110100010110001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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