Shades of Mantis #81C651
Tints of Mantis #81C651
RGB
CMYK
RGB Variations
Color information
#81C651 (or 0x81C651) is known color: Mantis. HEX triplet: 81, C6 and 51. RGB value is (129,198,81). Sum of RGB (Red+Green+Blue) = 129+198+81=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #81C651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C651 is #7E39AE. Grayscale: #A4A4A4. Windows color (decimal): -8272303 or 5359233. OLE color: 5359233.
HSL color Cylindrical-coordinate representation of color #81C651: hue angle of 95.38º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81C651 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 81 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.22 |
| HSL | 95.38º | 0.51% | 0.55% | - |
| HSV(B) | 95.38º | 0.59% | 0.78% | - |
| XYZ | 30.73 | 45.65 | 14.98 | - |
| YUV | 164.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 81 | 0.35 | 0 | 0.59 | 0.22 | 95.38 | 0.51 | 0.55 |
| Hex | 81 | C6 | 51 | 23 | 0 | 3B | 16 | 5F | 33 | 37 |
| Octal | 201 | 306 | 121 | 43 | 0 | 73 | 26 | 137 | 63 | 67 |
| Binary | 10000001 | 11000110 | 1010001 | 100011 | 0 | 111011 | 10110 | 1011111 | 110011 | 110111 |
Color Harmonies of #81C651
Complementary color
Monochromatic Colors of #81C651
Black with #81C651
Text Example
Text Example
White with #81C651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C651; }
p { color: rgb(129,198,81); }
H1.HeaderClassName
{
color: #81C651;
}
.AnyTagClassName
{
color: #81C651;
}
</style>
background-color css
<style>
a { background-color: #81C651; }
a { background-color: rgb(129,198,81); }
div.DivClassName
{
background-color: #81C651;
}
.BgClassName
{
background-color: #81C651;
}
</style>
border-color css
<style>
span { border-color: #81C651; }
span { border-color: rgb(129,198,81); }
td.TdClassName
{
border-color: #81C651;
}
.TagClassName
{
border-color: #81C651;
}
</style>