Shades of Mantis #81C94D
Tints of Mantis #81C94D
RGB
CMYK
RGB Variations
Color information
#81C94D (or 0x81C94D) is known color: Mantis. HEX triplet: 81, C9 and 4D. RGB value is (129,201,77). Sum of RGB (Red+Green+Blue) = 129+201+77=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #81C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C94D is #7E36B2. Grayscale: #A5A5A5. Windows color (decimal): -8271539 or 5097857. OLE color: 5097857.
HSL color Cylindrical-coordinate representation of color #81C94D: hue angle of 94.84º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81C94D is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 77 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.21 |
| HSL | 94.84º | 0.53% | 0.55% | - |
| HSV(B) | 94.84º | 0.62% | 0.79% | - |
| XYZ | 31.28 | 46.98 | 14.44 | - |
| YUV | 165.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 77 | 0.36 | 0 | 0.62 | 0.21 | 94.84 | 0.53 | 0.55 |
| Hex | 81 | C9 | 4D | 24 | 0 | 3E | 15 | 5F | 35 | 37 |
| Octal | 201 | 311 | 115 | 44 | 0 | 76 | 25 | 137 | 65 | 67 |
| Binary | 10000001 | 11001001 | 1001101 | 100100 | 0 | 111110 | 10101 | 1011111 | 110101 | 110111 |
Color Harmonies of #81C94D
Complementary color
Monochromatic Colors of #81C94D
Black with #81C94D
Text Example
Text Example
White with #81C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C94D; }
p { color: rgb(129,201,77); }
H1.HeaderClassName
{
color: #81C94D;
}
.AnyTagClassName
{
color: #81C94D;
}
</style>
background-color css
<style>
a { background-color: #81C94D; }
a { background-color: rgb(129,201,77); }
div.DivClassName
{
background-color: #81C94D;
}
.BgClassName
{
background-color: #81C94D;
}
</style>
border-color css
<style>
span { border-color: #81C94D; }
span { border-color: rgb(129,201,77); }
td.TdClassName
{
border-color: #81C94D;
}
.TagClassName
{
border-color: #81C94D;
}
</style>