Shades of Mantis #7FCD46
Tints of Mantis #7FCD46
RGB
CMYK
RGB Variations
Color information
#7FCD46 (or 0x7FCD46) is known color: Mantis. HEX triplet: 7F, CD and 46. RGB value is (127,205,70). Sum of RGB (Red+Green+Blue) = 127+205+70=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD46 is #8032B9. Grayscale: #A6A6A6. Windows color (decimal): -8401594 or 4640127. OLE color: 4640127.
HSL color Cylindrical-coordinate representation of color #7FCD46: hue angle of 94.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FCD46 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 70 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.20 |
| HSL | 94.67º | 0.57% | 0.54% | - |
| HSV(B) | 94.67º | 0.66% | 0.8% | - |
| XYZ | 31.69 | 48.62 | 13.51 | - |
| YUV | 166.29 | 73.66 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 70 | 0.38 | 0 | 0.66 | 0.20 | 94.67 | 0.57 | 0.54 |
| Hex | 7F | CD | 46 | 26 | 0 | 42 | 14 | 5F | 39 | 36 |
| Octal | 177 | 315 | 106 | 46 | 0 | 102 | 24 | 137 | 71 | 66 |
| Binary | 1111111 | 11001101 | 1000110 | 100110 | 0 | 1000010 | 10100 | 1011111 | 111001 | 110110 |
Color Harmonies of #7FCD46
Complementary color
Monochromatic Colors of #7FCD46
Black with #7FCD46
Text Example
Text Example
White with #7FCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD46; }
p { color: rgb(127,205,70); }
H1.HeaderClassName
{
color: #7FCD46;
}
.AnyTagClassName
{
color: #7FCD46;
}
</style>
background-color css
<style>
a { background-color: #7FCD46; }
a { background-color: rgb(127,205,70); }
div.DivClassName
{
background-color: #7FCD46;
}
.BgClassName
{
background-color: #7FCD46;
}
</style>
border-color css
<style>
span { border-color: #7FCD46; }
span { border-color: rgb(127,205,70); }
td.TdClassName
{
border-color: #7FCD46;
}
.TagClassName
{
border-color: #7FCD46;
}
</style>