Shades of Sushi #80B53E
Tints of Sushi #80B53E
RGB
CMYK
RGB Variations
Color information
#80B53E (or 0x80B53E) is known color: Sushi. HEX triplet: 80, B5 and 3E. RGB value is (128,181,62). Sum of RGB (Red+Green+Blue) = 128+181+62=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #80B53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B53E is #7F4AC1. Grayscale: #989898. Windows color (decimal): -8342210 or 4109696. OLE color: 4109696.
HSL color Cylindrical-coordinate representation of color #80B53E: hue angle of 86.72º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80B53E is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 62 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.29 |
| HSL | 86.72º | 0.49% | 0.48% | - |
| HSV(B) | 86.72º | 0.66% | 0.71% | - |
| XYZ | 26.3 | 37.98 | 10.5 | - |
| YUV | 151.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 62 | 0.29 | 0 | 0.66 | 0.29 | 86.72 | 0.49 | 0.48 |
| Hex | 80 | B5 | 3E | 1D | 0 | 42 | 1D | 57 | 31 | 30 |
| Octal | 200 | 265 | 76 | 35 | 0 | 102 | 35 | 127 | 61 | 60 |
| Binary | 10000000 | 10110101 | 111110 | 11101 | 0 | 1000010 | 11101 | 1010111 | 110001 | 110000 |
Color Harmonies of #80B53E
Complementary color
Monochromatic Colors of #80B53E
Black with #80B53E
Text Example
Text Example
White with #80B53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B53E; }
p { color: rgb(128,181,62); }
H1.HeaderClassName
{
color: #80B53E;
}
.AnyTagClassName
{
color: #80B53E;
}
</style>
background-color css
<style>
a { background-color: #80B53E; }
a { background-color: rgb(128,181,62); }
div.DivClassName
{
background-color: #80B53E;
}
.BgClassName
{
background-color: #80B53E;
}
</style>
border-color css
<style>
span { border-color: #80B53E; }
span { border-color: rgb(128,181,62); }
td.TdClassName
{
border-color: #80B53E;
}
.TagClassName
{
border-color: #80B53E;
}
</style>