Shades of Sushi #80AD33
Tints of Sushi #80AD33
RGB
CMYK
RGB Variations
Color information
#80AD33 (or 0x80AD33) is known color: Sushi. HEX triplet: 80, AD and 33. RGB value is (128,173,51). Sum of RGB (Red+Green+Blue) = 128+173+51=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD33 is #7F52CC. Grayscale: #929292. Windows color (decimal): -8344269 or 3386752. OLE color: 3386752.
HSL color Cylindrical-coordinate representation of color #80AD33: hue angle of 82.13º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80AD33 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 51 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.32 |
| HSL | 82.13º | 0.54% | 0.44% | - |
| HSV(B) | 82.13º | 0.71% | 0.68% | - |
| XYZ | 24.44 | 34.72 | 8.54 | - |
| YUV | 145.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 51 | 0.26 | 0 | 0.71 | 0.32 | 82.13 | 0.54 | 0.44 |
| Hex | 80 | AD | 33 | 1A | 0 | 47 | 20 | 52 | 36 | 2C |
| Octal | 200 | 255 | 63 | 32 | 0 | 107 | 40 | 122 | 66 | 54 |
| Binary | 10000000 | 10101101 | 110011 | 11010 | 0 | 1000111 | 100000 | 1010010 | 110110 | 101100 |
Color Harmonies of #80AD33
Complementary color
Monochromatic Colors of #80AD33
Black with #80AD33
Text Example
Text Example
White with #80AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD33; }
p { color: rgb(128,173,51); }
H1.HeaderClassName
{
color: #80AD33;
}
.AnyTagClassName
{
color: #80AD33;
}
</style>
background-color css
<style>
a { background-color: #80AD33; }
a { background-color: rgb(128,173,51); }
div.DivClassName
{
background-color: #80AD33;
}
.BgClassName
{
background-color: #80AD33;
}
</style>
border-color css
<style>
span { border-color: #80AD33; }
span { border-color: rgb(128,173,51); }
td.TdClassName
{
border-color: #80AD33;
}
.TagClassName
{
border-color: #80AD33;
}
</style>