Shades of Mantis #7FDA4A
Tints of Mantis #7FDA4A
RGB
CMYK
RGB Variations
Color information
#7FDA4A (or 0x7FDA4A) is known color: Mantis. HEX triplet: 7F, DA and 4A. RGB value is (127,218,74). Sum of RGB (Red+Green+Blue) = 127+218+74=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDA4A is #8025B5. Grayscale: #AEAEAE. Windows color (decimal): -8398262 or 4905599. OLE color: 4905599.
HSL color Cylindrical-coordinate representation of color #7FDA4A: hue angle of 97.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FDA4A is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 74 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.15 |
| HSL | 97.92º | 0.66% | 0.57% | - |
| HSV(B) | 97.92º | 0.66% | 0.85% | - |
| XYZ | 35.06 | 55.15 | 15.28 | - |
| YUV | 174.38 | 71.35 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 74 | 0.42 | 0 | 0.66 | 0.15 | 97.92 | 0.66 | 0.57 |
| Hex | 7F | DA | 4A | 2A | 0 | 42 | F | 62 | 42 | 39 |
| Octal | 177 | 332 | 112 | 52 | 0 | 102 | 17 | 142 | 102 | 71 |
| Binary | 1111111 | 11011010 | 1001010 | 101010 | 0 | 1000010 | 1111 | 1100010 | 1000010 | 111001 |
Color Harmonies of #7FDA4A
Complementary color
Monochromatic Colors of #7FDA4A
Black with #7FDA4A
Text Example
Text Example
White with #7FDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA4A; }
p { color: rgb(127,218,74); }
H1.HeaderClassName
{
color: #7FDA4A;
}
.AnyTagClassName
{
color: #7FDA4A;
}
</style>
background-color css
<style>
a { background-color: #7FDA4A; }
a { background-color: rgb(127,218,74); }
div.DivClassName
{
background-color: #7FDA4A;
}
.BgClassName
{
background-color: #7FDA4A;
}
</style>
border-color css
<style>
span { border-color: #7FDA4A; }
span { border-color: rgb(127,218,74); }
td.TdClassName
{
border-color: #7FDA4A;
}
.TagClassName
{
border-color: #7FDA4A;
}
</style>