Shades of Sushi #80AD40
Tints of Sushi #80AD40
RGB
CMYK
RGB Variations
Color information
#80AD40 (or 0x80AD40) is known color: Sushi. HEX triplet: 80, AD and 40. RGB value is (128,173,64). Sum of RGB (Red+Green+Blue) = 128+173+64=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD40 is #7F52BF. Grayscale: #939393. Windows color (decimal): -8344256 or 4238720. OLE color: 4238720.
HSL color Cylindrical-coordinate representation of color #80AD40: hue angle of 84.77º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80AD40 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 64 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.32 |
| HSL | 84.77º | 0.46% | 0.46% | - |
| HSV(B) | 84.77º | 0.63% | 0.68% | - |
| XYZ | 24.77 | 34.85 | 10.27 | - |
| YUV | 147.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 64 | 0.26 | 0 | 0.63 | 0.32 | 84.77 | 0.46 | 0.46 |
| Hex | 80 | AD | 40 | 1A | 0 | 3F | 20 | 55 | 2E | 2E |
| Octal | 200 | 255 | 100 | 32 | 0 | 77 | 40 | 125 | 56 | 56 |
| Binary | 10000000 | 10101101 | 1000000 | 11010 | 0 | 111111 | 100000 | 1010101 | 101110 | 101110 |
Color Harmonies of #80AD40
Complementary color
Monochromatic Colors of #80AD40
Black with #80AD40
Text Example
Text Example
White with #80AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD40; }
p { color: rgb(128,173,64); }
H1.HeaderClassName
{
color: #80AD40;
}
.AnyTagClassName
{
color: #80AD40;
}
</style>
background-color css
<style>
a { background-color: #80AD40; }
a { background-color: rgb(128,173,64); }
div.DivClassName
{
background-color: #80AD40;
}
.BgClassName
{
background-color: #80AD40;
}
</style>
border-color css
<style>
span { border-color: #80AD40; }
span { border-color: rgb(128,173,64); }
td.TdClassName
{
border-color: #80AD40;
}
.TagClassName
{
border-color: #80AD40;
}
</style>