Shades of Mantis #81F048
Tints of Mantis #81F048
RGB
CMYK
RGB Variations
Color information
#81F048 (or 0x81F048) is known color: Mantis. HEX triplet: 81, F0 and 48. RGB value is (129,240,72). Sum of RGB (Red+Green+Blue) = 129+240+72=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #81F048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F048 is #7E0FB7. Grayscale: #BCBCBC. Windows color (decimal): -8261560 or 4780161. OLE color: 4780161.
HSL color Cylindrical-coordinate representation of color #81F048: hue angle of 99.64º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81F048 is Cyan = 0.46, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 72 | - |
| CMYK | 0.46 | 0 | 0.7 | 0.06 |
| HSL | 99.64º | 0.85% | 0.61% | - |
| HSV(B) | 99.64º | 0.7% | 0.94% | - |
| XYZ | 41.38 | 67.46 | 16.97 | - |
| YUV | 187.66 | 62.73 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 72 | 0.46 | 0 | 0.7 | 0.06 | 99.64 | 0.85 | 0.61 |
| Hex | 81 | F0 | 48 | 2E | 0 | 46 | 6 | 64 | 55 | 3D |
| Octal | 201 | 360 | 110 | 56 | 0 | 106 | 6 | 144 | 125 | 75 |
| Binary | 10000001 | 11110000 | 1001000 | 101110 | 0 | 1000110 | 110 | 1100100 | 1010101 | 111101 |
Color Harmonies of #81F048
Complementary color
Monochromatic Colors of #81F048
Black with #81F048
Text Example
Text Example
White with #81F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F048; }
p { color: rgb(129,240,72); }
H1.HeaderClassName
{
color: #81F048;
}
.AnyTagClassName
{
color: #81F048;
}
</style>
background-color css
<style>
a { background-color: #81F048; }
a { background-color: rgb(129,240,72); }
div.DivClassName
{
background-color: #81F048;
}
.BgClassName
{
background-color: #81F048;
}
</style>
border-color css
<style>
span { border-color: #81F048; }
span { border-color: rgb(129,240,72); }
td.TdClassName
{
border-color: #81F048;
}
.TagClassName
{
border-color: #81F048;
}
</style>