Shades of Mantis #81D25E
Tints of Mantis #81D25E
RGB
CMYK
RGB Variations
Color information
#81D25E (or 0x81D25E) is known color: Mantis. HEX triplet: 81, D2 and 5E. RGB value is (129,210,94). Sum of RGB (Red+Green+Blue) = 129+210+94=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #81D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D25E is #7E2DA1. Grayscale: #ACACAC. Windows color (decimal): -8269218 or 6214273. OLE color: 6214273.
HSL color Cylindrical-coordinate representation of color #81D25E: hue angle of 101.9º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81D25E is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 94 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.18 |
| HSL | 101.9º | 0.56% | 0.6% | - |
| HSV(B) | 101.9º | 0.55% | 0.82% | - |
| XYZ | 34.12 | 51.57 | 18.75 | - |
| YUV | 172.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 94 | 0.39 | 0 | 0.55 | 0.18 | 101.9 | 0.56 | 0.6 |
| Hex | 81 | D2 | 5E | 27 | 0 | 37 | 12 | 66 | 38 | 3C |
| Octal | 201 | 322 | 136 | 47 | 0 | 67 | 22 | 146 | 70 | 74 |
| Binary | 10000001 | 11010010 | 1011110 | 100111 | 0 | 110111 | 10010 | 1100110 | 111000 | 111100 |
Color Harmonies of #81D25E
Complementary color
Monochromatic Colors of #81D25E
Black with #81D25E
Text Example
Text Example
White with #81D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D25E; }
p { color: rgb(129,210,94); }
H1.HeaderClassName
{
color: #81D25E;
}
.AnyTagClassName
{
color: #81D25E;
}
</style>
background-color css
<style>
a { background-color: #81D25E; }
a { background-color: rgb(129,210,94); }
div.DivClassName
{
background-color: #81D25E;
}
.BgClassName
{
background-color: #81D25E;
}
</style>
border-color css
<style>
span { border-color: #81D25E; }
span { border-color: rgb(129,210,94); }
td.TdClassName
{
border-color: #81D25E;
}
.TagClassName
{
border-color: #81D25E;
}
</style>