Shades of Mantis #81BE70
Tints of Mantis #81BE70
RGB
CMYK
RGB Variations
Color information
#81BE70 (or 0x81BE70) is known color: Mantis. HEX triplet: 81, BE and 70. RGB value is (129,190,112). Sum of RGB (Red+Green+Blue) = 129+190+112=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE70 is #7E418F. Grayscale: #A3A3A3. Windows color (decimal): -8274320 or 7388801. OLE color: 7388801.
HSL color Cylindrical-coordinate representation of color #81BE70: hue angle of 106.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BE70 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 112 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.25 |
| HSL | 106.92º | 0.38% | 0.59% | - |
| HSV(B) | 106.92º | 0.41% | 0.75% | - |
| XYZ | 30.39 | 42.66 | 21.96 | - |
| YUV | 162.87 | 99.29 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 112 | 0.32 | 0 | 0.41 | 0.25 | 106.92 | 0.38 | 0.59 |
| Hex | 81 | BE | 70 | 20 | 0 | 29 | 19 | 6B | 26 | 3B |
| Octal | 201 | 276 | 160 | 40 | 0 | 51 | 31 | 153 | 46 | 73 |
| Binary | 10000001 | 10111110 | 1110000 | 100000 | 0 | 101001 | 11001 | 1101011 | 100110 | 111011 |
Color Harmonies of #81BE70
Complementary color
Monochromatic Colors of #81BE70
Black with #81BE70
Text Example
Text Example
White with #81BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE70; }
p { color: rgb(129,190,112); }
H1.HeaderClassName
{
color: #81BE70;
}
.AnyTagClassName
{
color: #81BE70;
}
</style>
background-color css
<style>
a { background-color: #81BE70; }
a { background-color: rgb(129,190,112); }
div.DivClassName
{
background-color: #81BE70;
}
.BgClassName
{
background-color: #81BE70;
}
</style>
border-color css
<style>
span { border-color: #81BE70; }
span { border-color: rgb(129,190,112); }
td.TdClassName
{
border-color: #81BE70;
}
.TagClassName
{
border-color: #81BE70;
}
</style>