Shades of Sushi #81AD35
Tints of Sushi #81AD35
RGB
CMYK
RGB Variations
Color information
#81AD35 (or 0x81AD35) is known color: Sushi. HEX triplet: 81, AD and 35. RGB value is (129,173,53). Sum of RGB (Red+Green+Blue) = 129+173+53=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AD35 is #7E52CA. Grayscale: #929292. Windows color (decimal): -8278731 or 3517825. OLE color: 3517825.
HSL color Cylindrical-coordinate representation of color #81AD35: hue angle of 82º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81AD35 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 53 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.32 |
| HSL | 82º | 0.53% | 0.44% | - |
| HSV(B) | 82º | 0.69% | 0.68% | - |
| XYZ | 24.64 | 34.81 | 8.79 | - |
| YUV | 146.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 53 | 0.25 | 0 | 0.69 | 0.32 | 82 | 0.53 | 0.44 |
| Hex | 81 | AD | 35 | 19 | 0 | 45 | 20 | 52 | 35 | 2C |
| Octal | 201 | 255 | 65 | 31 | 0 | 105 | 40 | 122 | 65 | 54 |
| Binary | 10000001 | 10101101 | 110101 | 11001 | 0 | 1000101 | 100000 | 1010010 | 110101 | 101100 |
Color Harmonies of #81AD35
Complementary color
Monochromatic Colors of #81AD35
Black with #81AD35
Text Example
Text Example
White with #81AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD35; }
p { color: rgb(129,173,53); }
H1.HeaderClassName
{
color: #81AD35;
}
.AnyTagClassName
{
color: #81AD35;
}
</style>
background-color css
<style>
a { background-color: #81AD35; }
a { background-color: rgb(129,173,53); }
div.DivClassName
{
background-color: #81AD35;
}
.BgClassName
{
background-color: #81AD35;
}
</style>
border-color css
<style>
span { border-color: #81AD35; }
span { border-color: rgb(129,173,53); }
td.TdClassName
{
border-color: #81AD35;
}
.TagClassName
{
border-color: #81AD35;
}
</style>