Shades of Mantis #81BD5A
Tints of Mantis #81BD5A
RGB
CMYK
RGB Variations
Color information
#81BD5A (or 0x81BD5A) is known color: Mantis. HEX triplet: 81, BD and 5A. RGB value is (129,189,90). Sum of RGB (Red+Green+Blue) = 129+189+90=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD5A is #7E42A5. Grayscale: #A0A0A0. Windows color (decimal): -8274598 or 5946753. OLE color: 5946753.
HSL color Cylindrical-coordinate representation of color #81BD5A: hue angle of 96.36º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81BD5A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 90 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.26 |
| HSL | 96.36º | 0.43% | 0.55% | - |
| HSV(B) | 96.36º | 0.52% | 0.74% | - |
| XYZ | 29.1 | 41.8 | 16.21 | - |
| YUV | 159.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 90 | 0.32 | 0 | 0.52 | 0.26 | 96.36 | 0.43 | 0.55 |
| Hex | 81 | BD | 5A | 20 | 0 | 34 | 1A | 60 | 2B | 37 |
| Octal | 201 | 275 | 132 | 40 | 0 | 64 | 32 | 140 | 53 | 67 |
| Binary | 10000001 | 10111101 | 1011010 | 100000 | 0 | 110100 | 11010 | 1100000 | 101011 | 110111 |
Color Harmonies of #81BD5A
Complementary color
Monochromatic Colors of #81BD5A
Black with #81BD5A
Text Example
Text Example
White with #81BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD5A; }
p { color: rgb(129,189,90); }
H1.HeaderClassName
{
color: #81BD5A;
}
.AnyTagClassName
{
color: #81BD5A;
}
</style>
background-color css
<style>
a { background-color: #81BD5A; }
a { background-color: rgb(129,189,90); }
div.DivClassName
{
background-color: #81BD5A;
}
.BgClassName
{
background-color: #81BD5A;
}
</style>
border-color css
<style>
span { border-color: #81BD5A; }
span { border-color: rgb(129,189,90); }
td.TdClassName
{
border-color: #81BD5A;
}
.TagClassName
{
border-color: #81BD5A;
}
</style>