Shades of Sushi #81B440
Tints of Sushi #81B440
RGB
CMYK
RGB Variations
Color information
#81B440 (or 0x81B440) is known color: Sushi. HEX triplet: 81, B4 and 40. RGB value is (129,180,64). Sum of RGB (Red+Green+Blue) = 129+180+64=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #81B440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B440 is #7E4BBF. Grayscale: #979797. Windows color (decimal): -8276928 or 4240513. OLE color: 4240513.
HSL color Cylindrical-coordinate representation of color #81B440: hue angle of 86.38º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81B440 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 64 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.29 |
| HSL | 86.38º | 0.48% | 0.48% | - |
| HSV(B) | 86.38º | 0.64% | 0.71% | - |
| XYZ | 26.3 | 37.68 | 10.74 | - |
| YUV | 151.53 | 78.6 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 64 | 0.28 | 0 | 0.64 | 0.29 | 86.38 | 0.48 | 0.48 |
| Hex | 81 | B4 | 40 | 1C | 0 | 40 | 1D | 56 | 30 | 30 |
| Octal | 201 | 264 | 100 | 34 | 0 | 100 | 35 | 126 | 60 | 60 |
| Binary | 10000001 | 10110100 | 1000000 | 11100 | 0 | 1000000 | 11101 | 1010110 | 110000 | 110000 |
Color Harmonies of #81B440
Complementary color
Monochromatic Colors of #81B440
Black with #81B440
Text Example
Text Example
White with #81B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B440; }
p { color: rgb(129,180,64); }
H1.HeaderClassName
{
color: #81B440;
}
.AnyTagClassName
{
color: #81B440;
}
</style>
background-color css
<style>
a { background-color: #81B440; }
a { background-color: rgb(129,180,64); }
div.DivClassName
{
background-color: #81B440;
}
.BgClassName
{
background-color: #81B440;
}
</style>
border-color css
<style>
span { border-color: #81B440; }
span { border-color: rgb(129,180,64); }
td.TdClassName
{
border-color: #81B440;
}
.TagClassName
{
border-color: #81B440;
}
</style>