Shades of Mantis #7FCC60
Tints of Mantis #7FCC60
RGB
CMYK
RGB Variations
Color information
#7FCC60 (or 0x7FCC60) is known color: Mantis. HEX triplet: 7F, CC and 60. RGB value is (127,204,96). Sum of RGB (Red+Green+Blue) = 127+204+96=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCC60 is #80339F. Grayscale: #A9A9A9. Windows color (decimal): -8401824 or 6343807. OLE color: 6343807.
HSL color Cylindrical-coordinate representation of color #7FCC60: hue angle of 102.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FCC60 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 96 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.2 |
| HSL | 102.78º | 0.51% | 0.59% | - |
| HSV(B) | 102.78º | 0.53% | 0.8% | - |
| XYZ | 32.46 | 48.54 | 18.73 | - |
| YUV | 168.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 96 | 0.38 | 0 | 0.53 | 0.2 | 102.78 | 0.51 | 0.59 |
| Hex | 7F | CC | 60 | 26 | 0 | 35 | 14 | 67 | 33 | 3B |
| Octal | 177 | 314 | 140 | 46 | 0 | 65 | 24 | 147 | 63 | 73 |
| Binary | 1111111 | 11001100 | 1100000 | 100110 | 0 | 110101 | 10100 | 1100111 | 110011 | 111011 |
Color Harmonies of #7FCC60
Complementary color
Monochromatic Colors of #7FCC60
Black with #7FCC60
Text Example
Text Example
White with #7FCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC60; }
p { color: rgb(127,204,96); }
H1.HeaderClassName
{
color: #7FCC60;
}
.AnyTagClassName
{
color: #7FCC60;
}
</style>
background-color css
<style>
a { background-color: #7FCC60; }
a { background-color: rgb(127,204,96); }
div.DivClassName
{
background-color: #7FCC60;
}
.BgClassName
{
background-color: #7FCC60;
}
</style>
border-color css
<style>
span { border-color: #7FCC60; }
span { border-color: rgb(127,204,96); }
td.TdClassName
{
border-color: #7FCC60;
}
.TagClassName
{
border-color: #7FCC60;
}
</style>