Shades of Mantis #81C54A
Tints of Mantis #81C54A
RGB
CMYK
RGB Variations
Color information
#81C54A (or 0x81C54A) is known color: Mantis. HEX triplet: 81, C5 and 4A. RGB value is (129,197,74). Sum of RGB (Red+Green+Blue) = 129+197+74=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #81C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C54A is #7E3AB5. Grayscale: #A3A3A3. Windows color (decimal): -8272566 or 4900225. OLE color: 4900225.
HSL color Cylindrical-coordinate representation of color #81C54A: hue angle of 93.17º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81C54A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 74 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.23 |
| HSL | 93.17º | 0.51% | 0.53% | - |
| HSV(B) | 93.17º | 0.62% | 0.77% | - |
| XYZ | 30.26 | 45.09 | 13.59 | - |
| YUV | 162.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 74 | 0.35 | 0 | 0.62 | 0.23 | 93.17 | 0.51 | 0.53 |
| Hex | 81 | C5 | 4A | 23 | 0 | 3E | 17 | 5D | 33 | 35 |
| Octal | 201 | 305 | 112 | 43 | 0 | 76 | 27 | 135 | 63 | 65 |
| Binary | 10000001 | 11000101 | 1001010 | 100011 | 0 | 111110 | 10111 | 1011101 | 110011 | 110101 |
Color Harmonies of #81C54A
Complementary color
Monochromatic Colors of #81C54A
Black with #81C54A
Text Example
Text Example
White with #81C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C54A; }
p { color: rgb(129,197,74); }
H1.HeaderClassName
{
color: #81C54A;
}
.AnyTagClassName
{
color: #81C54A;
}
</style>
background-color css
<style>
a { background-color: #81C54A; }
a { background-color: rgb(129,197,74); }
div.DivClassName
{
background-color: #81C54A;
}
.BgClassName
{
background-color: #81C54A;
}
</style>
border-color css
<style>
span { border-color: #81C54A; }
span { border-color: rgb(129,197,74); }
td.TdClassName
{
border-color: #81C54A;
}
.TagClassName
{
border-color: #81C54A;
}
</style>