Shades of Mantis #7FCC44
Tints of Mantis #7FCC44
RGB
CMYK
RGB Variations
Color information
#7FCC44 (or 0x7FCC44) is known color: Mantis. HEX triplet: 7F, CC and 44. RGB value is (127,204,68). Sum of RGB (Red+Green+Blue) = 127+204+68=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC44 is #8033BB. Grayscale: #A5A5A5. Windows color (decimal): -8401852 or 4508799. OLE color: 4508799.
HSL color Cylindrical-coordinate representation of color #7FCC44: hue angle of 93.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FCC44 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 68 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.2 |
| HSL | 93.97º | 0.57% | 0.53% | - |
| HSV(B) | 93.97º | 0.67% | 0.8% | - |
| XYZ | 31.39 | 48.12 | 13.1 | - |
| YUV | 165.47 | 72.99 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 68 | 0.38 | 0 | 0.67 | 0.2 | 93.97 | 0.57 | 0.53 |
| Hex | 7F | CC | 44 | 26 | 0 | 43 | 14 | 5E | 39 | 35 |
| Octal | 177 | 314 | 104 | 46 | 0 | 103 | 24 | 136 | 71 | 65 |
| Binary | 1111111 | 11001100 | 1000100 | 100110 | 0 | 1000011 | 10100 | 1011110 | 111001 | 110101 |
Color Harmonies of #7FCC44
Complementary color
Monochromatic Colors of #7FCC44
Black with #7FCC44
Text Example
Text Example
White with #7FCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC44; }
p { color: rgb(127,204,68); }
H1.HeaderClassName
{
color: #7FCC44;
}
.AnyTagClassName
{
color: #7FCC44;
}
</style>
background-color css
<style>
a { background-color: #7FCC44; }
a { background-color: rgb(127,204,68); }
div.DivClassName
{
background-color: #7FCC44;
}
.BgClassName
{
background-color: #7FCC44;
}
</style>
border-color css
<style>
span { border-color: #7FCC44; }
span { border-color: rgb(127,204,68); }
td.TdClassName
{
border-color: #7FCC44;
}
.TagClassName
{
border-color: #7FCC44;
}
</style>