Shades of Mantis #7FDA52
Tints of Mantis #7FDA52
RGB
CMYK
RGB Variations
Color information
#7FDA52 (or 0x7FDA52) is known color: Mantis. HEX triplet: 7F, DA and 52. RGB value is (127,218,82). Sum of RGB (Red+Green+Blue) = 127+218+82=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDA52 is #8025AD. Grayscale: #AFAFAF. Windows color (decimal): -8398254 or 5429887. OLE color: 5429887.
HSL color Cylindrical-coordinate representation of color #7FDA52: hue angle of 100.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FDA52 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 82 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.15 |
| HSL | 100.15º | 0.65% | 0.59% | - |
| HSV(B) | 100.15º | 0.62% | 0.85% | - |
| XYZ | 35.35 | 55.26 | 16.79 | - |
| YUV | 175.29 | 75.35 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 82 | 0.42 | 0 | 0.62 | 0.15 | 100.15 | 0.65 | 0.59 |
| Hex | 7F | DA | 52 | 2A | 0 | 3E | F | 64 | 41 | 3B |
| Octal | 177 | 332 | 122 | 52 | 0 | 76 | 17 | 144 | 101 | 73 |
| Binary | 1111111 | 11011010 | 1010010 | 101010 | 0 | 111110 | 1111 | 1100100 | 1000001 | 111011 |
Color Harmonies of #7FDA52
Complementary color
Monochromatic Colors of #7FDA52
Black with #7FDA52
Text Example
Text Example
White with #7FDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA52; }
p { color: rgb(127,218,82); }
H1.HeaderClassName
{
color: #7FDA52;
}
.AnyTagClassName
{
color: #7FDA52;
}
</style>
background-color css
<style>
a { background-color: #7FDA52; }
a { background-color: rgb(127,218,82); }
div.DivClassName
{
background-color: #7FDA52;
}
.BgClassName
{
background-color: #7FDA52;
}
</style>
border-color css
<style>
span { border-color: #7FDA52; }
span { border-color: rgb(127,218,82); }
td.TdClassName
{
border-color: #7FDA52;
}
.TagClassName
{
border-color: #7FDA52;
}
</style>