Shades of Mantis #7FCC48
Tints of Mantis #7FCC48
RGB
CMYK
RGB Variations
Color information
#7FCC48 (or 0x7FCC48) is known color: Mantis. HEX triplet: 7F, CC and 48. RGB value is (127,204,72). Sum of RGB (Red+Green+Blue) = 127+204+72=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC48 is #8033B7. Grayscale: #A6A6A6. Windows color (decimal): -8401848 or 4770943. OLE color: 4770943.
HSL color Cylindrical-coordinate representation of color #7FCC48: hue angle of 95º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FCC48 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 72 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.2 |
| HSL | 95º | 0.56% | 0.54% | - |
| HSV(B) | 95º | 0.65% | 0.8% | - |
| XYZ | 31.51 | 48.17 | 13.77 | - |
| YUV | 165.93 | 74.99 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 72 | 0.38 | 0 | 0.65 | 0.2 | 95 | 0.56 | 0.54 |
| Hex | 7F | CC | 48 | 26 | 0 | 41 | 14 | 5F | 38 | 36 |
| Octal | 177 | 314 | 110 | 46 | 0 | 101 | 24 | 137 | 70 | 66 |
| Binary | 1111111 | 11001100 | 1001000 | 100110 | 0 | 1000001 | 10100 | 1011111 | 111000 | 110110 |
Color Harmonies of #7FCC48
Complementary color
Monochromatic Colors of #7FCC48
Black with #7FCC48
Text Example
Text Example
White with #7FCC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC48; }
p { color: rgb(127,204,72); }
H1.HeaderClassName
{
color: #7FCC48;
}
.AnyTagClassName
{
color: #7FCC48;
}
</style>
background-color css
<style>
a { background-color: #7FCC48; }
a { background-color: rgb(127,204,72); }
div.DivClassName
{
background-color: #7FCC48;
}
.BgClassName
{
background-color: #7FCC48;
}
</style>
border-color css
<style>
span { border-color: #7FCC48; }
span { border-color: rgb(127,204,72); }
td.TdClassName
{
border-color: #7FCC48;
}
.TagClassName
{
border-color: #7FCC48;
}
</style>