Shades of Mantis #81D65B
Tints of Mantis #81D65B
RGB
CMYK
RGB Variations
Color information
#81D65B (or 0x81D65B) is known color: Mantis. HEX triplet: 81, D6 and 5B. RGB value is (129,214,91). Sum of RGB (Red+Green+Blue) = 129+214+91=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #81D65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D65B is #7E29A4. Grayscale: #AEAEAE. Windows color (decimal): -8268197 or 6018689. OLE color: 6018689.
HSL color Cylindrical-coordinate representation of color #81D65B: hue angle of 101.46º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81D65B is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 91 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.16 |
| HSL | 101.46º | 0.6% | 0.6% | - |
| HSV(B) | 101.46º | 0.57% | 0.84% | - |
| XYZ | 34.99 | 53.52 | 18.38 | - |
| YUV | 174.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 91 | 0.40 | 0 | 0.57 | 0.16 | 101.46 | 0.6 | 0.6 |
| Hex | 81 | D6 | 5B | 28 | 0 | 39 | 10 | 65 | 3C | 3C |
| Octal | 201 | 326 | 133 | 50 | 0 | 71 | 20 | 145 | 74 | 74 |
| Binary | 10000001 | 11010110 | 1011011 | 101000 | 0 | 111001 | 10000 | 1100101 | 111100 | 111100 |
Color Harmonies of #81D65B
Complementary color
Monochromatic Colors of #81D65B
Black with #81D65B
Text Example
Text Example
White with #81D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D65B; }
p { color: rgb(129,214,91); }
H1.HeaderClassName
{
color: #81D65B;
}
.AnyTagClassName
{
color: #81D65B;
}
</style>
background-color css
<style>
a { background-color: #81D65B; }
a { background-color: rgb(129,214,91); }
div.DivClassName
{
background-color: #81D65B;
}
.BgClassName
{
background-color: #81D65B;
}
</style>
border-color css
<style>
span { border-color: #81D65B; }
span { border-color: rgb(129,214,91); }
td.TdClassName
{
border-color: #81D65B;
}
.TagClassName
{
border-color: #81D65B;
}
</style>