Shades of Mantis #7FDB46
Tints of Mantis #7FDB46
RGB
CMYK
RGB Variations
Color information
#7FDB46 (or 0x7FDB46) is known color: Mantis. HEX triplet: 7F, DB and 46. RGB value is (127,219,70). Sum of RGB (Red+Green+Blue) = 127+219+70=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDB46 is #8024B9. Grayscale: #AFAFAF. Windows color (decimal): -8398010 or 4643711. OLE color: 4643711.
HSL color Cylindrical-coordinate representation of color #7FDB46: hue angle of 97.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FDB46 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 70 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.14 |
| HSL | 97.05º | 0.67% | 0.57% | - |
| HSV(B) | 97.05º | 0.68% | 0.86% | - |
| XYZ | 35.19 | 55.62 | 14.67 | - |
| YUV | 174.51 | 69.02 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 70 | 0.42 | 0 | 0.68 | 0.14 | 97.05 | 0.67 | 0.57 |
| Hex | 7F | DB | 46 | 2A | 0 | 44 | E | 61 | 43 | 39 |
| Octal | 177 | 333 | 106 | 52 | 0 | 104 | 16 | 141 | 103 | 71 |
| Binary | 1111111 | 11011011 | 1000110 | 101010 | 0 | 1000100 | 1110 | 1100001 | 1000011 | 111001 |
Color Harmonies of #7FDB46
Complementary color
Monochromatic Colors of #7FDB46
Black with #7FDB46
Text Example
Text Example
White with #7FDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB46; }
p { color: rgb(127,219,70); }
H1.HeaderClassName
{
color: #7FDB46;
}
.AnyTagClassName
{
color: #7FDB46;
}
</style>
background-color css
<style>
a { background-color: #7FDB46; }
a { background-color: rgb(127,219,70); }
div.DivClassName
{
background-color: #7FDB46;
}
.BgClassName
{
background-color: #7FDB46;
}
</style>
border-color css
<style>
span { border-color: #7FDB46; }
span { border-color: rgb(127,219,70); }
td.TdClassName
{
border-color: #7FDB46;
}
.TagClassName
{
border-color: #7FDB46;
}
</style>