Shades of Mantis #81CF4D
Tints of Mantis #81CF4D
RGB
CMYK
RGB Variations
Color information
#81CF4D (or 0x81CF4D) is known color: Mantis. HEX triplet: 81, CF and 4D. RGB value is (129,207,77). Sum of RGB (Red+Green+Blue) = 129+207+77=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF4D is #7E30B2. Grayscale: #A9A9A9. Windows color (decimal): -8270003 or 5099393. OLE color: 5099393.
HSL color Cylindrical-coordinate representation of color #81CF4D: hue angle of 96º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81CF4D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 77 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.19 |
| HSL | 96º | 0.58% | 0.56% | - |
| HSV(B) | 96º | 0.63% | 0.81% | - |
| XYZ | 32.71 | 49.83 | 14.92 | - |
| YUV | 168.86 | 76.16 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 77 | 0.38 | 0 | 0.63 | 0.19 | 96 | 0.58 | 0.56 |
| Hex | 81 | CF | 4D | 26 | 0 | 3F | 13 | 60 | 3A | 38 |
| Octal | 201 | 317 | 115 | 46 | 0 | 77 | 23 | 140 | 72 | 70 |
| Binary | 10000001 | 11001111 | 1001101 | 100110 | 0 | 111111 | 10011 | 1100000 | 111010 | 111000 |
Color Harmonies of #81CF4D
Complementary color
Monochromatic Colors of #81CF4D
Black with #81CF4D
Text Example
Text Example
White with #81CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF4D; }
p { color: rgb(129,207,77); }
H1.HeaderClassName
{
color: #81CF4D;
}
.AnyTagClassName
{
color: #81CF4D;
}
</style>
background-color css
<style>
a { background-color: #81CF4D; }
a { background-color: rgb(129,207,77); }
div.DivClassName
{
background-color: #81CF4D;
}
.BgClassName
{
background-color: #81CF4D;
}
</style>
border-color css
<style>
span { border-color: #81CF4D; }
span { border-color: rgb(129,207,77); }
td.TdClassName
{
border-color: #81CF4D;
}
.TagClassName
{
border-color: #81CF4D;
}
</style>