Shades of Mantis #81BC60
Tints of Mantis #81BC60
RGB
CMYK
RGB Variations
Color information
#81BC60 (or 0x81BC60) is known color: Mantis. HEX triplet: 81, BC and 60. RGB value is (129,188,96). Sum of RGB (Red+Green+Blue) = 129+188+96=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC60 is #7E439F. Grayscale: #A0A0A0. Windows color (decimal): -8274848 or 6339713. OLE color: 6339713.
HSL color Cylindrical-coordinate representation of color #81BC60: hue angle of 98.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BC60 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 96 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.26 |
| HSL | 98.48º | 0.41% | 0.56% | - |
| HSV(B) | 98.48º | 0.49% | 0.74% | - |
| XYZ | 29.15 | 41.48 | 17.54 | - |
| YUV | 159.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 96 | 0.31 | 0 | 0.49 | 0.26 | 98.48 | 0.41 | 0.56 |
| Hex | 81 | BC | 60 | 1F | 0 | 31 | 1A | 62 | 29 | 38 |
| Octal | 201 | 274 | 140 | 37 | 0 | 61 | 32 | 142 | 51 | 70 |
| Binary | 10000001 | 10111100 | 1100000 | 11111 | 0 | 110001 | 11010 | 1100010 | 101001 | 111000 |
Color Harmonies of #81BC60
Complementary color
Monochromatic Colors of #81BC60
Black with #81BC60
Text Example
Text Example
White with #81BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC60; }
p { color: rgb(129,188,96); }
H1.HeaderClassName
{
color: #81BC60;
}
.AnyTagClassName
{
color: #81BC60;
}
</style>
background-color css
<style>
a { background-color: #81BC60; }
a { background-color: rgb(129,188,96); }
div.DivClassName
{
background-color: #81BC60;
}
.BgClassName
{
background-color: #81BC60;
}
</style>
border-color css
<style>
span { border-color: #81BC60; }
span { border-color: rgb(129,188,96); }
td.TdClassName
{
border-color: #81BC60;
}
.TagClassName
{
border-color: #81BC60;
}
</style>