Shades of Mantis #81D05E
Tints of Mantis #81D05E
RGB
CMYK
RGB Variations
Color information
#81D05E (or 0x81D05E) is known color: Mantis. HEX triplet: 81, D0 and 5E. RGB value is (129,208,94). Sum of RGB (Red+Green+Blue) = 129+208+94=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #81D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D05E is #7E2FA1. Grayscale: #ABABAB. Windows color (decimal): -8269730 or 6213761. OLE color: 6213761.
HSL color Cylindrical-coordinate representation of color #81D05E: hue angle of 101.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81D05E is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 94 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.18 |
| HSL | 101.58º | 0.55% | 0.59% | - |
| HSV(B) | 101.58º | 0.55% | 0.82% | - |
| XYZ | 33.63 | 50.59 | 18.58 | - |
| YUV | 171.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 94 | 0.38 | 0 | 0.55 | 0.18 | 101.58 | 0.55 | 0.59 |
| Hex | 81 | D0 | 5E | 26 | 0 | 37 | 12 | 66 | 37 | 3B |
| Octal | 201 | 320 | 136 | 46 | 0 | 67 | 22 | 146 | 67 | 73 |
| Binary | 10000001 | 11010000 | 1011110 | 100110 | 0 | 110111 | 10010 | 1100110 | 110111 | 111011 |
Color Harmonies of #81D05E
Complementary color
Monochromatic Colors of #81D05E
Black with #81D05E
Text Example
Text Example
White with #81D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D05E; }
p { color: rgb(129,208,94); }
H1.HeaderClassName
{
color: #81D05E;
}
.AnyTagClassName
{
color: #81D05E;
}
</style>
background-color css
<style>
a { background-color: #81D05E; }
a { background-color: rgb(129,208,94); }
div.DivClassName
{
background-color: #81D05E;
}
.BgClassName
{
background-color: #81D05E;
}
</style>
border-color css
<style>
span { border-color: #81D05E; }
span { border-color: rgb(129,208,94); }
td.TdClassName
{
border-color: #81D05E;
}
.TagClassName
{
border-color: #81D05E;
}
</style>