Shades of Sushi #80AC37
Tints of Sushi #80AC37
RGB
CMYK
RGB Variations
Color information
#80AC37 (or 0x80AC37) is known color: Sushi. HEX triplet: 80, AC and 37. RGB value is (128,172,55). Sum of RGB (Red+Green+Blue) = 128+172+55=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC37 is #7F53C8. Grayscale: #919191. Windows color (decimal): -8344521 or 3648640. OLE color: 3648640.
HSL color Cylindrical-coordinate representation of color #80AC37: hue angle of 82.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80AC37 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 55 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.33 |
| HSL | 82.56º | 0.52% | 0.45% | - |
| HSV(B) | 82.56º | 0.68% | 0.67% | - |
| XYZ | 24.34 | 34.37 | 8.97 | - |
| YUV | 145.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 55 | 0.26 | 0 | 0.68 | 0.33 | 82.56 | 0.52 | 0.45 |
| Hex | 80 | AC | 37 | 1A | 0 | 44 | 21 | 53 | 34 | 2D |
| Octal | 200 | 254 | 67 | 32 | 0 | 104 | 41 | 123 | 64 | 55 |
| Binary | 10000000 | 10101100 | 110111 | 11010 | 0 | 1000100 | 100001 | 1010011 | 110100 | 101101 |
Color Harmonies of #80AC37
Complementary color
Monochromatic Colors of #80AC37
Black with #80AC37
Text Example
Text Example
White with #80AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC37; }
p { color: rgb(128,172,55); }
H1.HeaderClassName
{
color: #80AC37;
}
.AnyTagClassName
{
color: #80AC37;
}
</style>
background-color css
<style>
a { background-color: #80AC37; }
a { background-color: rgb(128,172,55); }
div.DivClassName
{
background-color: #80AC37;
}
.BgClassName
{
background-color: #80AC37;
}
</style>
border-color css
<style>
span { border-color: #80AC37; }
span { border-color: rgb(128,172,55); }
td.TdClassName
{
border-color: #80AC37;
}
.TagClassName
{
border-color: #80AC37;
}
</style>