Shades of Mantis #7FCB60
Tints of Mantis #7FCB60
RGB
CMYK
RGB Variations
Color information
#7FCB60 (or 0x7FCB60) is known color: Mantis. HEX triplet: 7F, CB and 60. RGB value is (127,203,96). Sum of RGB (Red+Green+Blue) = 127+203+96=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCB60 is #80349F. Grayscale: #A8A8A8. Windows color (decimal): -8402080 or 6343551. OLE color: 6343551.
HSL color Cylindrical-coordinate representation of color #7FCB60: hue angle of 102.62º 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 #7FCB60 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 96 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.20 |
| HSL | 102.62º | 0.51% | 0.59% | - |
| HSV(B) | 102.62º | 0.53% | 0.8% | - |
| XYZ | 32.22 | 48.07 | 18.65 | - |
| YUV | 168.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 96 | 0.37 | 0 | 0.53 | 0.20 | 102.62 | 0.51 | 0.59 |
| Hex | 7F | CB | 60 | 25 | 0 | 35 | 14 | 67 | 33 | 3B |
| Octal | 177 | 313 | 140 | 45 | 0 | 65 | 24 | 147 | 63 | 73 |
| Binary | 1111111 | 11001011 | 1100000 | 100101 | 0 | 110101 | 10100 | 1100111 | 110011 | 111011 |
Color Harmonies of #7FCB60
Complementary color
Monochromatic Colors of #7FCB60
Black with #7FCB60
Text Example
Text Example
White with #7FCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB60; }
p { color: rgb(127,203,96); }
H1.HeaderClassName
{
color: #7FCB60;
}
.AnyTagClassName
{
color: #7FCB60;
}
</style>
background-color css
<style>
a { background-color: #7FCB60; }
a { background-color: rgb(127,203,96); }
div.DivClassName
{
background-color: #7FCB60;
}
.BgClassName
{
background-color: #7FCB60;
}
</style>
border-color css
<style>
span { border-color: #7FCB60; }
span { border-color: rgb(127,203,96); }
td.TdClassName
{
border-color: #7FCB60;
}
.TagClassName
{
border-color: #7FCB60;
}
</style>