Shades of Mantis #81D54A
Tints of Mantis #81D54A
RGB
CMYK
RGB Variations
Color information
#81D54A (or 0x81D54A) is known color: Mantis. HEX triplet: 81, D5 and 4A. RGB value is (129,213,74). Sum of RGB (Red+Green+Blue) = 129+213+74=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #81D54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D54A is #7E2AB5. Grayscale: #ACACAC. Windows color (decimal): -8268470 or 4904321. OLE color: 4904321.
HSL color Cylindrical-coordinate representation of color #81D54A: hue angle of 96.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81D54A is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 74 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.16 |
| HSL | 96.26º | 0.62% | 0.56% | - |
| HSV(B) | 96.26º | 0.65% | 0.84% | - |
| XYZ | 34.08 | 52.75 | 14.86 | - |
| YUV | 172.04 | 72.67 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 74 | 0.39 | 0 | 0.65 | 0.16 | 96.26 | 0.62 | 0.56 |
| Hex | 81 | D5 | 4A | 27 | 0 | 41 | 10 | 60 | 3E | 38 |
| Octal | 201 | 325 | 112 | 47 | 0 | 101 | 20 | 140 | 76 | 70 |
| Binary | 10000001 | 11010101 | 1001010 | 100111 | 0 | 1000001 | 10000 | 1100000 | 111110 | 111000 |
Color Harmonies of #81D54A
Complementary color
Monochromatic Colors of #81D54A
Black with #81D54A
Text Example
Text Example
White with #81D54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D54A; }
p { color: rgb(129,213,74); }
H1.HeaderClassName
{
color: #81D54A;
}
.AnyTagClassName
{
color: #81D54A;
}
</style>
background-color css
<style>
a { background-color: #81D54A; }
a { background-color: rgb(129,213,74); }
div.DivClassName
{
background-color: #81D54A;
}
.BgClassName
{
background-color: #81D54A;
}
</style>
border-color css
<style>
span { border-color: #81D54A; }
span { border-color: rgb(129,213,74); }
td.TdClassName
{
border-color: #81D54A;
}
.TagClassName
{
border-color: #81D54A;
}
</style>