Shades of Mantis #81E348
Tints of Mantis #81E348
RGB
CMYK
RGB Variations
Color information
#81E348 (or 0x81E348) is known color: Mantis. HEX triplet: 81, E3 and 48. RGB value is (129,227,72). Sum of RGB (Red+Green+Blue) = 129+227+72=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #81E348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E348 is #7E1CB7. Grayscale: #B4B4B4. Windows color (decimal): -8264888 or 4776833. OLE color: 4776833.
HSL color Cylindrical-coordinate representation of color #81E348: hue angle of 97.94º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81E348 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 227 | 72 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.11 |
| HSL | 97.94º | 0.73% | 0.59% | - |
| HSV(B) | 97.94º | 0.68% | 0.89% | - |
| XYZ | 37.69 | 60.07 | 15.74 | - |
| YUV | 180.03 | 67.03 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 227 | 72 | 0.43 | 0 | 0.68 | 0.11 | 97.94 | 0.73 | 0.59 |
| Hex | 81 | E3 | 48 | 2B | 0 | 44 | B | 62 | 49 | 3B |
| Octal | 201 | 343 | 110 | 53 | 0 | 104 | 13 | 142 | 111 | 73 |
| Binary | 10000001 | 11100011 | 1001000 | 101011 | 0 | 1000100 | 1011 | 1100010 | 1001001 | 111011 |
Color Harmonies of #81E348
Complementary color
Monochromatic Colors of #81E348
Black with #81E348
Text Example
Text Example
White with #81E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E348; }
p { color: rgb(129,227,72); }
H1.HeaderClassName
{
color: #81E348;
}
.AnyTagClassName
{
color: #81E348;
}
</style>
background-color css
<style>
a { background-color: #81E348; }
a { background-color: rgb(129,227,72); }
div.DivClassName
{
background-color: #81E348;
}
.BgClassName
{
background-color: #81E348;
}
</style>
border-color css
<style>
span { border-color: #81E348; }
span { border-color: rgb(129,227,72); }
td.TdClassName
{
border-color: #81E348;
}
.TagClassName
{
border-color: #81E348;
}
</style>