Shades of Mantis #7FCD48
Tints of Mantis #7FCD48
RGB
CMYK
RGB Variations
Color information
#7FCD48 (or 0x7FCD48) is known color: Mantis. HEX triplet: 7F, CD and 48. RGB value is (127,205,72). Sum of RGB (Red+Green+Blue) = 127+205+72=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD48 is #8032B7. Grayscale: #A6A6A6. Windows color (decimal): -8401592 or 4771199. OLE color: 4771199.
HSL color Cylindrical-coordinate representation of color #7FCD48: hue angle of 95.19º degrees, saturation: 0.57, 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 #7FCD48 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 72 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.20 |
| HSL | 95.19º | 0.57% | 0.54% | - |
| HSV(B) | 95.19º | 0.65% | 0.8% | - |
| XYZ | 31.75 | 48.64 | 13.85 | - |
| YUV | 166.52 | 74.66 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 72 | 0.38 | 0 | 0.65 | 0.20 | 95.19 | 0.57 | 0.54 |
| Hex | 7F | CD | 48 | 26 | 0 | 41 | 14 | 5F | 39 | 36 |
| Octal | 177 | 315 | 110 | 46 | 0 | 101 | 24 | 137 | 71 | 66 |
| Binary | 1111111 | 11001101 | 1001000 | 100110 | 0 | 1000001 | 10100 | 1011111 | 111001 | 110110 |
Color Harmonies of #7FCD48
Complementary color
Monochromatic Colors of #7FCD48
Black with #7FCD48
Text Example
Text Example
White with #7FCD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD48; }
p { color: rgb(127,205,72); }
H1.HeaderClassName
{
color: #7FCD48;
}
.AnyTagClassName
{
color: #7FCD48;
}
</style>
background-color css
<style>
a { background-color: #7FCD48; }
a { background-color: rgb(127,205,72); }
div.DivClassName
{
background-color: #7FCD48;
}
.BgClassName
{
background-color: #7FCD48;
}
</style>
border-color css
<style>
span { border-color: #7FCD48; }
span { border-color: rgb(127,205,72); }
td.TdClassName
{
border-color: #7FCD48;
}
.TagClassName
{
border-color: #7FCD48;
}
</style>