Shades of Mantis #81DC47
Tints of Mantis #81DC47
RGB
CMYK
RGB Variations
Color information
#81DC47 (or 0x81DC47) is known color: Mantis. HEX triplet: 81, DC and 47. RGB value is (129,220,71). Sum of RGB (Red+Green+Blue) = 129+220+71=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DC47 is #7E23B8. Grayscale: #B0B0B0. Windows color (decimal): -8266681 or 4709505. OLE color: 4709505.
HSL color Cylindrical-coordinate representation of color #81DC47: hue angle of 96.64º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81DC47 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 71 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.14 |
| HSL | 96.64º | 0.68% | 0.57% | - |
| HSV(B) | 96.64º | 0.68% | 0.86% | - |
| XYZ | 35.78 | 56.31 | 14.94 | - |
| YUV | 175.81 | 68.85 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 71 | 0.41 | 0 | 0.68 | 0.14 | 96.64 | 0.68 | 0.57 |
| Hex | 81 | DC | 47 | 29 | 0 | 44 | E | 61 | 44 | 39 |
| Octal | 201 | 334 | 107 | 51 | 0 | 104 | 16 | 141 | 104 | 71 |
| Binary | 10000001 | 11011100 | 1000111 | 101001 | 0 | 1000100 | 1110 | 1100001 | 1000100 | 111001 |
Color Harmonies of #81DC47
Complementary color
Monochromatic Colors of #81DC47
Black with #81DC47
Text Example
Text Example
White with #81DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC47; }
p { color: rgb(129,220,71); }
H1.HeaderClassName
{
color: #81DC47;
}
.AnyTagClassName
{
color: #81DC47;
}
</style>
background-color css
<style>
a { background-color: #81DC47; }
a { background-color: rgb(129,220,71); }
div.DivClassName
{
background-color: #81DC47;
}
.BgClassName
{
background-color: #81DC47;
}
</style>
border-color css
<style>
span { border-color: #81DC47; }
span { border-color: rgb(129,220,71); }
td.TdClassName
{
border-color: #81DC47;
}
.TagClassName
{
border-color: #81DC47;
}
</style>