Shades of Mantis #81BE6E
Tints of Mantis #81BE6E
RGB
CMYK
RGB Variations
Color information
#81BE6E (or 0x81BE6E) is known color: Mantis. HEX triplet: 81, BE and 6E. RGB value is (129,190,110). Sum of RGB (Red+Green+Blue) = 129+190+110=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE6E is #7E4191. Grayscale: #A2A2A2. Windows color (decimal): -8274322 or 7257729. OLE color: 7257729.
HSL color Cylindrical-coordinate representation of color #81BE6E: hue angle of 105.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BE6E is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 110 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.25 |
| HSL | 105.75º | 0.38% | 0.59% | - |
| HSV(B) | 105.75º | 0.42% | 0.75% | - |
| XYZ | 30.28 | 42.62 | 21.38 | - |
| YUV | 162.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 110 | 0.32 | 0 | 0.42 | 0.25 | 105.75 | 0.38 | 0.59 |
| Hex | 81 | BE | 6E | 20 | 0 | 2A | 19 | 6A | 26 | 3B |
| Octal | 201 | 276 | 156 | 40 | 0 | 52 | 31 | 152 | 46 | 73 |
| Binary | 10000001 | 10111110 | 1101110 | 100000 | 0 | 101010 | 11001 | 1101010 | 100110 | 111011 |
Color Harmonies of #81BE6E
Complementary color
Monochromatic Colors of #81BE6E
Black with #81BE6E
Text Example
Text Example
White with #81BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE6E; }
p { color: rgb(129,190,110); }
H1.HeaderClassName
{
color: #81BE6E;
}
.AnyTagClassName
{
color: #81BE6E;
}
</style>
background-color css
<style>
a { background-color: #81BE6E; }
a { background-color: rgb(129,190,110); }
div.DivClassName
{
background-color: #81BE6E;
}
.BgClassName
{
background-color: #81BE6E;
}
</style>
border-color css
<style>
span { border-color: #81BE6E; }
span { border-color: rgb(129,190,110); }
td.TdClassName
{
border-color: #81BE6E;
}
.TagClassName
{
border-color: #81BE6E;
}
</style>