Shades of Mantis #81D658
Tints of Mantis #81D658
RGB
CMYK
RGB Variations
Color information
#81D658 (or 0x81D658) is known color: Mantis. HEX triplet: 81, D6 and 58. RGB value is (129,214,88). Sum of RGB (Red+Green+Blue) = 129+214+88=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #81D658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D658 is #7E29A7. Grayscale: #AEAEAE. Windows color (decimal): -8268200 or 5822081. OLE color: 5822081.
HSL color Cylindrical-coordinate representation of color #81D658: hue angle of 100.48º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81D658 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 88 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.16 |
| HSL | 100.48º | 0.61% | 0.59% | - |
| HSV(B) | 100.48º | 0.59% | 0.84% | - |
| XYZ | 34.86 | 53.46 | 17.71 | - |
| YUV | 174.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 88 | 0.40 | 0 | 0.59 | 0.16 | 100.48 | 0.61 | 0.59 |
| Hex | 81 | D6 | 58 | 28 | 0 | 3B | 10 | 64 | 3D | 3B |
| Octal | 201 | 326 | 130 | 50 | 0 | 73 | 20 | 144 | 75 | 73 |
| Binary | 10000001 | 11010110 | 1011000 | 101000 | 0 | 111011 | 10000 | 1100100 | 111101 | 111011 |
Color Harmonies of #81D658
Complementary color
Monochromatic Colors of #81D658
Black with #81D658
Text Example
Text Example
White with #81D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D658; }
p { color: rgb(129,214,88); }
H1.HeaderClassName
{
color: #81D658;
}
.AnyTagClassName
{
color: #81D658;
}
</style>
background-color css
<style>
a { background-color: #81D658; }
a { background-color: rgb(129,214,88); }
div.DivClassName
{
background-color: #81D658;
}
.BgClassName
{
background-color: #81D658;
}
</style>
border-color css
<style>
span { border-color: #81D658; }
span { border-color: rgb(129,214,88); }
td.TdClassName
{
border-color: #81D658;
}
.TagClassName
{
border-color: #81D658;
}
</style>