Shades of Mantis #7FC25D
Tints of Mantis #7FC25D
RGB
CMYK
RGB Variations
Color information
#7FC25D (or 0x7FC25D) is known color: Mantis. HEX triplet: 7F, C2 and 5D. RGB value is (127,194,93). Sum of RGB (Red+Green+Blue) = 127+194+93=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC25D is #803DA2. Grayscale: #A2A2A2. Windows color (decimal): -8404387 or 6144639. OLE color: 6144639.
HSL color Cylindrical-coordinate representation of color #7FC25D: hue angle of 99.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FC25D is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 93 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.24 |
| HSL | 99.8º | 0.45% | 0.56% | - |
| HSV(B) | 99.8º | 0.52% | 0.76% | - |
| XYZ | 30.02 | 43.89 | 17.24 | - |
| YUV | 162.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 93 | 0.35 | 0 | 0.52 | 0.24 | 99.8 | 0.45 | 0.56 |
| Hex | 7F | C2 | 5D | 23 | 0 | 34 | 18 | 64 | 2D | 38 |
| Octal | 177 | 302 | 135 | 43 | 0 | 64 | 30 | 144 | 55 | 70 |
| Binary | 1111111 | 11000010 | 1011101 | 100011 | 0 | 110100 | 11000 | 1100100 | 101101 | 111000 |
Color Harmonies of #7FC25D
Complementary color
Monochromatic Colors of #7FC25D
Black with #7FC25D
Text Example
Text Example
White with #7FC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC25D; }
p { color: rgb(127,194,93); }
H1.HeaderClassName
{
color: #7FC25D;
}
.AnyTagClassName
{
color: #7FC25D;
}
</style>
background-color css
<style>
a { background-color: #7FC25D; }
a { background-color: rgb(127,194,93); }
div.DivClassName
{
background-color: #7FC25D;
}
.BgClassName
{
background-color: #7FC25D;
}
</style>
border-color css
<style>
span { border-color: #7FC25D; }
span { border-color: rgb(127,194,93); }
td.TdClassName
{
border-color: #7FC25D;
}
.TagClassName
{
border-color: #7FC25D;
}
</style>