Shades of Mantis #81C64A
Tints of Mantis #81C64A
RGB
CMYK
RGB Variations
Color information
#81C64A (or 0x81C64A) is known color: Mantis. HEX triplet: 81, C6 and 4A. RGB value is (129,198,74). Sum of RGB (Red+Green+Blue) = 129+198+74=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #81C64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C64A is #7E39B5. Grayscale: #A3A3A3. Windows color (decimal): -8272310 or 4900481. OLE color: 4900481.
HSL color Cylindrical-coordinate representation of color #81C64A: hue angle of 93.39º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81C64A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 74 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.22 |
| HSL | 93.39º | 0.52% | 0.53% | - |
| HSV(B) | 93.39º | 0.63% | 0.78% | - |
| XYZ | 30.48 | 45.55 | 13.66 | - |
| YUV | 163.23 | 77.64 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 74 | 0.35 | 0 | 0.63 | 0.22 | 93.39 | 0.52 | 0.53 |
| Hex | 81 | C6 | 4A | 23 | 0 | 3F | 16 | 5D | 34 | 35 |
| Octal | 201 | 306 | 112 | 43 | 0 | 77 | 26 | 135 | 64 | 65 |
| Binary | 10000001 | 11000110 | 1001010 | 100011 | 0 | 111111 | 10110 | 1011101 | 110100 | 110101 |
Color Harmonies of #81C64A
Complementary color
Monochromatic Colors of #81C64A
Black with #81C64A
Text Example
Text Example
White with #81C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C64A; }
p { color: rgb(129,198,74); }
H1.HeaderClassName
{
color: #81C64A;
}
.AnyTagClassName
{
color: #81C64A;
}
</style>
background-color css
<style>
a { background-color: #81C64A; }
a { background-color: rgb(129,198,74); }
div.DivClassName
{
background-color: #81C64A;
}
.BgClassName
{
background-color: #81C64A;
}
</style>
border-color css
<style>
span { border-color: #81C64A; }
span { border-color: rgb(129,198,74); }
td.TdClassName
{
border-color: #81C64A;
}
.TagClassName
{
border-color: #81C64A;
}
</style>