Shades of Mantis #7FDA58
Tints of Mantis #7FDA58
RGB
CMYK
RGB Variations
Color information
#7FDA58 (or 0x7FDA58) is known color: Mantis. HEX triplet: 7F, DA and 58. RGB value is (127,218,88). Sum of RGB (Red+Green+Blue) = 127+218+88=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDA58 is #8025A7. Grayscale: #B0B0B0. Windows color (decimal): -8398248 or 5823103. OLE color: 5823103.
HSL color Cylindrical-coordinate representation of color #7FDA58: hue angle of 102º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FDA58 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 88 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.15 |
| HSL | 102º | 0.64% | 0.6% | - |
| HSV(B) | 102º | 0.6% | 0.85% | - |
| XYZ | 35.59 | 55.36 | 18.04 | - |
| YUV | 175.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 88 | 0.42 | 0 | 0.60 | 0.15 | 102 | 0.64 | 0.6 |
| Hex | 7F | DA | 58 | 2A | 0 | 3C | F | 66 | 40 | 3C |
| Octal | 177 | 332 | 130 | 52 | 0 | 74 | 17 | 146 | 100 | 74 |
| Binary | 1111111 | 11011010 | 1011000 | 101010 | 0 | 111100 | 1111 | 1100110 | 1000000 | 111100 |
Color Harmonies of #7FDA58
Complementary color
Monochromatic Colors of #7FDA58
Black with #7FDA58
Text Example
Text Example
White with #7FDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA58; }
p { color: rgb(127,218,88); }
H1.HeaderClassName
{
color: #7FDA58;
}
.AnyTagClassName
{
color: #7FDA58;
}
</style>
background-color css
<style>
a { background-color: #7FDA58; }
a { background-color: rgb(127,218,88); }
div.DivClassName
{
background-color: #7FDA58;
}
.BgClassName
{
background-color: #7FDA58;
}
</style>
border-color css
<style>
span { border-color: #7FDA58; }
span { border-color: rgb(127,218,88); }
td.TdClassName
{
border-color: #7FDA58;
}
.TagClassName
{
border-color: #7FDA58;
}
</style>