Shades of Mantis #7FD25C
Tints of Mantis #7FD25C
RGB
CMYK
RGB Variations
Color information
#7FD25C (or 0x7FD25C) is known color: Mantis. HEX triplet: 7F, D2 and 5C. RGB value is (127,210,92). Sum of RGB (Red+Green+Blue) = 127+210+92=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD25C is #802DA3. Grayscale: #ACACAC. Windows color (decimal): -8400292 or 6083199. OLE color: 6083199.
HSL color Cylindrical-coordinate representation of color #7FD25C: hue angle of 102.2º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FD25C is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 92 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.18 |
| HSL | 102.2º | 0.57% | 0.59% | - |
| HSV(B) | 102.2º | 0.56% | 0.82% | - |
| XYZ | 33.73 | 51.38 | 18.26 | - |
| YUV | 171.73 | 83 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 92 | 0.40 | 0 | 0.56 | 0.18 | 102.2 | 0.57 | 0.59 |
| Hex | 7F | D2 | 5C | 28 | 0 | 38 | 12 | 66 | 39 | 3B |
| Octal | 177 | 322 | 134 | 50 | 0 | 70 | 22 | 146 | 71 | 73 |
| Binary | 1111111 | 11010010 | 1011100 | 101000 | 0 | 111000 | 10010 | 1100110 | 111001 | 111011 |
Color Harmonies of #7FD25C
Complementary color
Monochromatic Colors of #7FD25C
Black with #7FD25C
Text Example
Text Example
White with #7FD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD25C; }
p { color: rgb(127,210,92); }
H1.HeaderClassName
{
color: #7FD25C;
}
.AnyTagClassName
{
color: #7FD25C;
}
</style>
background-color css
<style>
a { background-color: #7FD25C; }
a { background-color: rgb(127,210,92); }
div.DivClassName
{
background-color: #7FD25C;
}
.BgClassName
{
background-color: #7FD25C;
}
</style>
border-color css
<style>
span { border-color: #7FD25C; }
span { border-color: rgb(127,210,92); }
td.TdClassName
{
border-color: #7FD25C;
}
.TagClassName
{
border-color: #7FD25C;
}
</style>