Shades of Sushi #80B43F
Tints of Sushi #80B43F
RGB
CMYK
RGB Variations
Color information
#80B43F (or 0x80B43F) is known color: Sushi. HEX triplet: 80, B4 and 3F. RGB value is (128,180,63). Sum of RGB (Red+Green+Blue) = 128+180+63=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #80B43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B43F is #7F4BC0. Grayscale: #979797. Windows color (decimal): -8342465 or 4174976. OLE color: 4174976.
HSL color Cylindrical-coordinate representation of color #80B43F: hue angle of 86.67º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80B43F is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 63 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.29 |
| HSL | 86.67º | 0.48% | 0.48% | - |
| HSV(B) | 86.67º | 0.65% | 0.71% | - |
| XYZ | 26.12 | 37.59 | 10.58 | - |
| YUV | 151.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 63 | 0.29 | 0 | 0.65 | 0.29 | 86.67 | 0.48 | 0.48 |
| Hex | 80 | B4 | 3F | 1D | 0 | 41 | 1D | 57 | 30 | 30 |
| Octal | 200 | 264 | 77 | 35 | 0 | 101 | 35 | 127 | 60 | 60 |
| Binary | 10000000 | 10110100 | 111111 | 11101 | 0 | 1000001 | 11101 | 1010111 | 110000 | 110000 |
Color Harmonies of #80B43F
Complementary color
Monochromatic Colors of #80B43F
Black with #80B43F
Text Example
Text Example
White with #80B43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B43F; }
p { color: rgb(128,180,63); }
H1.HeaderClassName
{
color: #80B43F;
}
.AnyTagClassName
{
color: #80B43F;
}
</style>
background-color css
<style>
a { background-color: #80B43F; }
a { background-color: rgb(128,180,63); }
div.DivClassName
{
background-color: #80B43F;
}
.BgClassName
{
background-color: #80B43F;
}
</style>
border-color css
<style>
span { border-color: #80B43F; }
span { border-color: rgb(128,180,63); }
td.TdClassName
{
border-color: #80B43F;
}
.TagClassName
{
border-color: #80B43F;
}
</style>