Shades of Mantis #7FC248
Tints of Mantis #7FC248
RGB
CMYK
RGB Variations
Color information
#7FC248 (or 0x7FC248) is known color: Mantis. HEX triplet: 7F, C2 and 48. RGB value is (127,194,72). Sum of RGB (Red+Green+Blue) = 127+194+72=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC248 is #803DB7. Grayscale: #A0A0A0. Windows color (decimal): -8404408 or 4768383. OLE color: 4768383.
HSL color Cylindrical-coordinate representation of color #7FC248: hue angle of 92.95º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FC248 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 72 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.24 |
| HSL | 92.95º | 0.5% | 0.52% | - |
| HSV(B) | 92.95º | 0.63% | 0.76% | - |
| XYZ | 29.21 | 43.56 | 13 | - |
| YUV | 160.06 | 78.3 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 72 | 0.35 | 0 | 0.63 | 0.24 | 92.95 | 0.5 | 0.52 |
| Hex | 7F | C2 | 48 | 23 | 0 | 3F | 18 | 5D | 32 | 34 |
| Octal | 177 | 302 | 110 | 43 | 0 | 77 | 30 | 135 | 62 | 64 |
| Binary | 1111111 | 11000010 | 1001000 | 100011 | 0 | 111111 | 11000 | 1011101 | 110010 | 110100 |
Color Harmonies of #7FC248
Complementary color
Monochromatic Colors of #7FC248
Black with #7FC248
Text Example
Text Example
White with #7FC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC248; }
p { color: rgb(127,194,72); }
H1.HeaderClassName
{
color: #7FC248;
}
.AnyTagClassName
{
color: #7FC248;
}
</style>
background-color css
<style>
a { background-color: #7FC248; }
a { background-color: rgb(127,194,72); }
div.DivClassName
{
background-color: #7FC248;
}
.BgClassName
{
background-color: #7FC248;
}
</style>
border-color css
<style>
span { border-color: #7FC248; }
span { border-color: rgb(127,194,72); }
td.TdClassName
{
border-color: #7FC248;
}
.TagClassName
{
border-color: #7FC248;
}
</style>