Shades of Sushi #81AB41
Tints of Sushi #81AB41
RGB
CMYK
RGB Variations
Color information
#81AB41 (or 0x81AB41) is known color: Sushi. HEX triplet: 81, AB and 41. RGB value is (129,171,65). Sum of RGB (Red+Green+Blue) = 129+171+65=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB41 is #7E54BE. Grayscale: #929292. Windows color (decimal): -8279231 or 4303745. OLE color: 4303745.
HSL color Cylindrical-coordinate representation of color #81AB41: hue angle of 83.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81AB41 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 65 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.33 |
| HSL | 83.77º | 0.45% | 0.46% | - |
| HSV(B) | 83.77º | 0.62% | 0.67% | - |
| XYZ | 24.57 | 34.17 | 10.3 | - |
| YUV | 146.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 65 | 0.25 | 0 | 0.62 | 0.33 | 83.77 | 0.45 | 0.46 |
| Hex | 81 | AB | 41 | 19 | 0 | 3E | 21 | 54 | 2D | 2E |
| Octal | 201 | 253 | 101 | 31 | 0 | 76 | 41 | 124 | 55 | 56 |
| Binary | 10000001 | 10101011 | 1000001 | 11001 | 0 | 111110 | 100001 | 1010100 | 101101 | 101110 |
Color Harmonies of #81AB41
Complementary color
Monochromatic Colors of #81AB41
Black with #81AB41
Text Example
Text Example
White with #81AB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB41; }
p { color: rgb(129,171,65); }
H1.HeaderClassName
{
color: #81AB41;
}
.AnyTagClassName
{
color: #81AB41;
}
</style>
background-color css
<style>
a { background-color: #81AB41; }
a { background-color: rgb(129,171,65); }
div.DivClassName
{
background-color: #81AB41;
}
.BgClassName
{
background-color: #81AB41;
}
</style>
border-color css
<style>
span { border-color: #81AB41; }
span { border-color: rgb(129,171,65); }
td.TdClassName
{
border-color: #81AB41;
}
.TagClassName
{
border-color: #81AB41;
}
</style>