Shades of Mantis #81C74A
Tints of Mantis #81C74A
RGB
CMYK
RGB Variations
Color information
#81C74A (or 0x81C74A) is known color: Mantis. HEX triplet: 81, C7 and 4A. RGB value is (129,199,74). Sum of RGB (Red+Green+Blue) = 129+199+74=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #81C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C74A is #7E38B5. Grayscale: #A4A4A4. Windows color (decimal): -8272054 or 4900737. OLE color: 4900737.
HSL color Cylindrical-coordinate representation of color #81C74A: hue angle of 93.6º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81C74A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 74 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.22 |
| HSL | 93.6º | 0.53% | 0.54% | - |
| HSV(B) | 93.6º | 0.63% | 0.78% | - |
| XYZ | 30.71 | 46.01 | 13.74 | - |
| YUV | 163.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 74 | 0.35 | 0 | 0.63 | 0.22 | 93.6 | 0.53 | 0.54 |
| Hex | 81 | C7 | 4A | 23 | 0 | 3F | 16 | 5E | 35 | 36 |
| Octal | 201 | 307 | 112 | 43 | 0 | 77 | 26 | 136 | 65 | 66 |
| Binary | 10000001 | 11000111 | 1001010 | 100011 | 0 | 111111 | 10110 | 1011110 | 110101 | 110110 |
Color Harmonies of #81C74A
Complementary color
Monochromatic Colors of #81C74A
Black with #81C74A
Text Example
Text Example
White with #81C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C74A; }
p { color: rgb(129,199,74); }
H1.HeaderClassName
{
color: #81C74A;
}
.AnyTagClassName
{
color: #81C74A;
}
</style>
background-color css
<style>
a { background-color: #81C74A; }
a { background-color: rgb(129,199,74); }
div.DivClassName
{
background-color: #81C74A;
}
.BgClassName
{
background-color: #81C74A;
}
</style>
border-color css
<style>
span { border-color: #81C74A; }
span { border-color: rgb(129,199,74); }
td.TdClassName
{
border-color: #81C74A;
}
.TagClassName
{
border-color: #81C74A;
}
</style>