Shades of Mantis #81C758
Tints of Mantis #81C758
RGB
CMYK
RGB Variations
Color information
#81C758 (or 0x81C758) is known color: Mantis. HEX triplet: 81, C7 and 58. RGB value is (129,199,88). Sum of RGB (Red+Green+Blue) = 129+199+88=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #81C758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C758 is #7E38A7. Grayscale: #A5A5A5. Windows color (decimal): -8272040 or 5818241. OLE color: 5818241.
HSL color Cylindrical-coordinate representation of color #81C758: hue angle of 97.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81C758 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 88 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.22 |
| HSL | 97.84º | 0.5% | 0.56% | - |
| HSV(B) | 97.84º | 0.56% | 0.78% | - |
| XYZ | 31.24 | 46.22 | 16.51 | - |
| YUV | 165.42 | 84.31 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 88 | 0.35 | 0 | 0.56 | 0.22 | 97.84 | 0.5 | 0.56 |
| Hex | 81 | C7 | 58 | 23 | 0 | 38 | 16 | 62 | 32 | 38 |
| Octal | 201 | 307 | 130 | 43 | 0 | 70 | 26 | 142 | 62 | 70 |
| Binary | 10000001 | 11000111 | 1011000 | 100011 | 0 | 111000 | 10110 | 1100010 | 110010 | 111000 |
Color Harmonies of #81C758
Complementary color
Monochromatic Colors of #81C758
Black with #81C758
Text Example
Text Example
White with #81C758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C758; }
p { color: rgb(129,199,88); }
H1.HeaderClassName
{
color: #81C758;
}
.AnyTagClassName
{
color: #81C758;
}
</style>
background-color css
<style>
a { background-color: #81C758; }
a { background-color: rgb(129,199,88); }
div.DivClassName
{
background-color: #81C758;
}
.BgClassName
{
background-color: #81C758;
}
</style>
border-color css
<style>
span { border-color: #81C758; }
span { border-color: rgb(129,199,88); }
td.TdClassName
{
border-color: #81C758;
}
.TagClassName
{
border-color: #81C758;
}
</style>