Shades of Mantis #81D04B
Tints of Mantis #81D04B
RGB
CMYK
RGB Variations
Color information
#81D04B (or 0x81D04B) is known color: Mantis. HEX triplet: 81, D0 and 4B. RGB value is (129,208,75). Sum of RGB (Red+Green+Blue) = 129+208+75=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #81D04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D04B is #7E2FB4. Grayscale: #A9A9A9. Windows color (decimal): -8269749 or 4968577. OLE color: 4968577.
HSL color Cylindrical-coordinate representation of color #81D04B: hue angle of 95.64º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81D04B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 75 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.18 |
| HSL | 95.64º | 0.59% | 0.55% | - |
| HSV(B) | 95.64º | 0.64% | 0.82% | - |
| XYZ | 32.88 | 50.29 | 14.63 | - |
| YUV | 169.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 75 | 0.38 | 0 | 0.64 | 0.18 | 95.64 | 0.59 | 0.55 |
| Hex | 81 | D0 | 4B | 26 | 0 | 40 | 12 | 60 | 3B | 37 |
| Octal | 201 | 320 | 113 | 46 | 0 | 100 | 22 | 140 | 73 | 67 |
| Binary | 10000001 | 11010000 | 1001011 | 100110 | 0 | 1000000 | 10010 | 1100000 | 111011 | 110111 |
Color Harmonies of #81D04B
Complementary color
Monochromatic Colors of #81D04B
Black with #81D04B
Text Example
Text Example
White with #81D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D04B; }
p { color: rgb(129,208,75); }
H1.HeaderClassName
{
color: #81D04B;
}
.AnyTagClassName
{
color: #81D04B;
}
</style>
background-color css
<style>
a { background-color: #81D04B; }
a { background-color: rgb(129,208,75); }
div.DivClassName
{
background-color: #81D04B;
}
.BgClassName
{
background-color: #81D04B;
}
</style>
border-color css
<style>
span { border-color: #81D04B; }
span { border-color: rgb(129,208,75); }
td.TdClassName
{
border-color: #81D04B;
}
.TagClassName
{
border-color: #81D04B;
}
</style>