Shades of Mantis #7FD546
Tints of Mantis #7FD546
RGB
CMYK
RGB Variations
Color information
#7FD546 (or 0x7FD546) is known color: Mantis. HEX triplet: 7F, D5 and 46. RGB value is (127,213,70). Sum of RGB (Red+Green+Blue) = 127+213+70=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD546 is #802AB9. Grayscale: #ABABAB. Windows color (decimal): -8399546 or 4642175. OLE color: 4642175.
HSL color Cylindrical-coordinate representation of color #7FD546: hue angle of 96.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FD546 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 70 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.16 |
| HSL | 96.08º | 0.63% | 0.55% | - |
| HSV(B) | 96.08º | 0.67% | 0.84% | - |
| XYZ | 33.65 | 52.54 | 14.16 | - |
| YUV | 170.98 | 71.01 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 70 | 0.40 | 0 | 0.67 | 0.16 | 96.08 | 0.63 | 0.55 |
| Hex | 7F | D5 | 46 | 28 | 0 | 43 | 10 | 60 | 3F | 37 |
| Octal | 177 | 325 | 106 | 50 | 0 | 103 | 20 | 140 | 77 | 67 |
| Binary | 1111111 | 11010101 | 1000110 | 101000 | 0 | 1000011 | 10000 | 1100000 | 111111 | 110111 |
Color Harmonies of #7FD546
Complementary color
Monochromatic Colors of #7FD546
Black with #7FD546
Text Example
Text Example
White with #7FD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD546; }
p { color: rgb(127,213,70); }
H1.HeaderClassName
{
color: #7FD546;
}
.AnyTagClassName
{
color: #7FD546;
}
</style>
background-color css
<style>
a { background-color: #7FD546; }
a { background-color: rgb(127,213,70); }
div.DivClassName
{
background-color: #7FD546;
}
.BgClassName
{
background-color: #7FD546;
}
</style>
border-color css
<style>
span { border-color: #7FD546; }
span { border-color: rgb(127,213,70); }
td.TdClassName
{
border-color: #7FD546;
}
.TagClassName
{
border-color: #7FD546;
}
</style>