Shades of Mantis #7FCF46
Tints of Mantis #7FCF46
RGB
CMYK
RGB Variations
Color information
#7FCF46 (or 0x7FCF46) is known color: Mantis. HEX triplet: 7F, CF and 46. RGB value is (127,207,70). Sum of RGB (Red+Green+Blue) = 127+207+70=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCF46 is #8030B9. Grayscale: #A7A7A7. Windows color (decimal): -8401082 or 4640639. OLE color: 4640639.
HSL color Cylindrical-coordinate representation of color #7FCF46: hue angle of 95.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FCF46 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 70 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.19 |
| HSL | 95.04º | 0.59% | 0.54% | - |
| HSV(B) | 95.04º | 0.66% | 0.81% | - |
| XYZ | 32.17 | 49.58 | 13.67 | - |
| YUV | 167.46 | 73 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 70 | 0.39 | 0 | 0.66 | 0.19 | 95.04 | 0.59 | 0.54 |
| Hex | 7F | CF | 46 | 27 | 0 | 42 | 13 | 5F | 3B | 36 |
| Octal | 177 | 317 | 106 | 47 | 0 | 102 | 23 | 137 | 73 | 66 |
| Binary | 1111111 | 11001111 | 1000110 | 100111 | 0 | 1000010 | 10011 | 1011111 | 111011 | 110110 |
Color Harmonies of #7FCF46
Complementary color
Monochromatic Colors of #7FCF46
Black with #7FCF46
Text Example
Text Example
White with #7FCF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF46; }
p { color: rgb(127,207,70); }
H1.HeaderClassName
{
color: #7FCF46;
}
.AnyTagClassName
{
color: #7FCF46;
}
</style>
background-color css
<style>
a { background-color: #7FCF46; }
a { background-color: rgb(127,207,70); }
div.DivClassName
{
background-color: #7FCF46;
}
.BgClassName
{
background-color: #7FCF46;
}
</style>
border-color css
<style>
span { border-color: #7FCF46; }
span { border-color: rgb(127,207,70); }
td.TdClassName
{
border-color: #7FCF46;
}
.TagClassName
{
border-color: #7FCF46;
}
</style>