Shades of Sushi #81B53C
Tints of Sushi #81B53C
RGB
CMYK
RGB Variations
Color information
#81B53C (or 0x81B53C) is known color: Sushi. HEX triplet: 81, B5 and 3C. RGB value is (129,181,60). Sum of RGB (Red+Green+Blue) = 129+181+60=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #81B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B53C is #7E4AC3. Grayscale: #989898. Windows color (decimal): -8276676 or 3978625. OLE color: 3978625.
HSL color Cylindrical-coordinate representation of color #81B53C: hue angle of 85.79º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81B53C is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 60 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.29 |
| HSL | 85.79º | 0.5% | 0.47% | - |
| HSV(B) | 85.79º | 0.67% | 0.71% | - |
| XYZ | 26.39 | 38.04 | 10.23 | - |
| YUV | 151.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 60 | 0.29 | 0 | 0.67 | 0.29 | 85.79 | 0.5 | 0.47 |
| Hex | 81 | B5 | 3C | 1D | 0 | 43 | 1D | 56 | 32 | 2F |
| Octal | 201 | 265 | 74 | 35 | 0 | 103 | 35 | 126 | 62 | 57 |
| Binary | 10000001 | 10110101 | 111100 | 11101 | 0 | 1000011 | 11101 | 1010110 | 110010 | 101111 |
Color Harmonies of #81B53C
Complementary color
Monochromatic Colors of #81B53C
Black with #81B53C
Text Example
Text Example
White with #81B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B53C; }
p { color: rgb(129,181,60); }
H1.HeaderClassName
{
color: #81B53C;
}
.AnyTagClassName
{
color: #81B53C;
}
</style>
background-color css
<style>
a { background-color: #81B53C; }
a { background-color: rgb(129,181,60); }
div.DivClassName
{
background-color: #81B53C;
}
.BgClassName
{
background-color: #81B53C;
}
</style>
border-color css
<style>
span { border-color: #81B53C; }
span { border-color: rgb(129,181,60); }
td.TdClassName
{
border-color: #81B53C;
}
.TagClassName
{
border-color: #81B53C;
}
</style>