Shades of Sushi #80AD35
Tints of Sushi #80AD35
RGB
CMYK
RGB Variations
Color information
#80AD35 (or 0x80AD35) is known color: Sushi. HEX triplet: 80, AD and 35. RGB value is (128,173,53). Sum of RGB (Red+Green+Blue) = 128+173+53=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD35 is #7F52CA. Grayscale: #929292. Windows color (decimal): -8344267 or 3517824. OLE color: 3517824.
HSL color Cylindrical-coordinate representation of color #80AD35: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80AD35 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 53 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.32 |
| HSL | 82.5º | 0.53% | 0.44% | - |
| HSV(B) | 82.5º | 0.69% | 0.68% | - |
| XYZ | 24.49 | 34.73 | 8.78 | - |
| YUV | 145.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 53 | 0.26 | 0 | 0.69 | 0.32 | 82.5 | 0.53 | 0.44 |
| Hex | 80 | AD | 35 | 1A | 0 | 45 | 20 | 52 | 35 | 2C |
| Octal | 200 | 255 | 65 | 32 | 0 | 105 | 40 | 122 | 65 | 54 |
| Binary | 10000000 | 10101101 | 110101 | 11010 | 0 | 1000101 | 100000 | 1010010 | 110101 | 101100 |
Color Harmonies of #80AD35
Complementary color
Monochromatic Colors of #80AD35
Black with #80AD35
Text Example
Text Example
White with #80AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD35; }
p { color: rgb(128,173,53); }
H1.HeaderClassName
{
color: #80AD35;
}
.AnyTagClassName
{
color: #80AD35;
}
</style>
background-color css
<style>
a { background-color: #80AD35; }
a { background-color: rgb(128,173,53); }
div.DivClassName
{
background-color: #80AD35;
}
.BgClassName
{
background-color: #80AD35;
}
</style>
border-color css
<style>
span { border-color: #80AD35; }
span { border-color: rgb(128,173,53); }
td.TdClassName
{
border-color: #80AD35;
}
.TagClassName
{
border-color: #80AD35;
}
</style>