Shades of Sushi #80AD38
Tints of Sushi #80AD38
RGB
CMYK
RGB Variations
Color information
#80AD38 (or 0x80AD38) is known color: Sushi. HEX triplet: 80, AD and 38. RGB value is (128,173,56). Sum of RGB (Red+Green+Blue) = 128+173+56=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD38 is #7F52C7. Grayscale: #929292. Windows color (decimal): -8344264 or 3714432. OLE color: 3714432.
HSL color Cylindrical-coordinate representation of color #80AD38: hue angle of 83.08º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80AD38 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 56 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.32 |
| HSL | 83.08º | 0.51% | 0.45% | - |
| HSV(B) | 83.08º | 0.68% | 0.68% | - |
| XYZ | 24.56 | 34.76 | 9.16 | - |
| YUV | 146.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 56 | 0.26 | 0 | 0.68 | 0.32 | 83.08 | 0.51 | 0.45 |
| Hex | 80 | AD | 38 | 1A | 0 | 44 | 20 | 53 | 33 | 2D |
| Octal | 200 | 255 | 70 | 32 | 0 | 104 | 40 | 123 | 63 | 55 |
| Binary | 10000000 | 10101101 | 111000 | 11010 | 0 | 1000100 | 100000 | 1010011 | 110011 | 101101 |
Color Harmonies of #80AD38
Complementary color
Monochromatic Colors of #80AD38
Black with #80AD38
Text Example
Text Example
White with #80AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD38; }
p { color: rgb(128,173,56); }
H1.HeaderClassName
{
color: #80AD38;
}
.AnyTagClassName
{
color: #80AD38;
}
</style>
background-color css
<style>
a { background-color: #80AD38; }
a { background-color: rgb(128,173,56); }
div.DivClassName
{
background-color: #80AD38;
}
.BgClassName
{
background-color: #80AD38;
}
</style>
border-color css
<style>
span { border-color: #80AD38; }
span { border-color: rgb(128,173,56); }
td.TdClassName
{
border-color: #80AD38;
}
.TagClassName
{
border-color: #80AD38;
}
</style>