Shades of Mantis #7FCA48
Tints of Mantis #7FCA48
RGB
CMYK
RGB Variations
Color information
#7FCA48 (or 0x7FCA48) is known color: Mantis. HEX triplet: 7F, CA and 48. RGB value is (127,202,72). Sum of RGB (Red+Green+Blue) = 127+202+72=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA48 is #8035B7. Grayscale: #A5A5A5. Windows color (decimal): -8402360 or 4770431. OLE color: 4770431.
HSL color Cylindrical-coordinate representation of color #7FCA48: hue angle of 94.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FCA48 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 72 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.21 |
| HSL | 94.62º | 0.55% | 0.54% | - |
| HSV(B) | 94.62º | 0.64% | 0.79% | - |
| XYZ | 31.04 | 47.22 | 13.61 | - |
| YUV | 164.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 72 | 0.37 | 0 | 0.64 | 0.21 | 94.62 | 0.55 | 0.54 |
| Hex | 7F | CA | 48 | 25 | 0 | 40 | 15 | 5F | 37 | 36 |
| Octal | 177 | 312 | 110 | 45 | 0 | 100 | 25 | 137 | 67 | 66 |
| Binary | 1111111 | 11001010 | 1001000 | 100101 | 0 | 1000000 | 10101 | 1011111 | 110111 | 110110 |
Color Harmonies of #7FCA48
Complementary color
Monochromatic Colors of #7FCA48
Black with #7FCA48
Text Example
Text Example
White with #7FCA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA48; }
p { color: rgb(127,202,72); }
H1.HeaderClassName
{
color: #7FCA48;
}
.AnyTagClassName
{
color: #7FCA48;
}
</style>
background-color css
<style>
a { background-color: #7FCA48; }
a { background-color: rgb(127,202,72); }
div.DivClassName
{
background-color: #7FCA48;
}
.BgClassName
{
background-color: #7FCA48;
}
</style>
border-color css
<style>
span { border-color: #7FCA48; }
span { border-color: rgb(127,202,72); }
td.TdClassName
{
border-color: #7FCA48;
}
.TagClassName
{
border-color: #7FCA48;
}
</style>