Shades of Mantis #7FD452
Tints of Mantis #7FD452
RGB
CMYK
RGB Variations
Color information
#7FD452 (or 0x7FD452) is known color: Mantis. HEX triplet: 7F, D4 and 52. RGB value is (127,212,82). Sum of RGB (Red+Green+Blue) = 127+212+82=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD452 is #802BAD. Grayscale: #ACACAC. Windows color (decimal): -8399790 or 5428351. OLE color: 5428351.
HSL color Cylindrical-coordinate representation of color #7FD452: hue angle of 99.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FD452 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 82 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.17 |
| HSL | 99.23º | 0.6% | 0.58% | - |
| HSV(B) | 99.23º | 0.61% | 0.83% | - |
| XYZ | 33.82 | 52.21 | 16.28 | - |
| YUV | 171.77 | 77.34 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 82 | 0.40 | 0 | 0.61 | 0.17 | 99.23 | 0.6 | 0.58 |
| Hex | 7F | D4 | 52 | 28 | 0 | 3D | 11 | 63 | 3C | 3A |
| Octal | 177 | 324 | 122 | 50 | 0 | 75 | 21 | 143 | 74 | 72 |
| Binary | 1111111 | 11010100 | 1010010 | 101000 | 0 | 111101 | 10001 | 1100011 | 111100 | 111010 |
Color Harmonies of #7FD452
Complementary color
Monochromatic Colors of #7FD452
Black with #7FD452
Text Example
Text Example
White with #7FD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD452; }
p { color: rgb(127,212,82); }
H1.HeaderClassName
{
color: #7FD452;
}
.AnyTagClassName
{
color: #7FD452;
}
</style>
background-color css
<style>
a { background-color: #7FD452; }
a { background-color: rgb(127,212,82); }
div.DivClassName
{
background-color: #7FD452;
}
.BgClassName
{
background-color: #7FD452;
}
</style>
border-color css
<style>
span { border-color: #7FD452; }
span { border-color: rgb(127,212,82); }
td.TdClassName
{
border-color: #7FD452;
}
.TagClassName
{
border-color: #7FD452;
}
</style>