Shades of Mantis #7FCF59
Tints of Mantis #7FCF59
RGB
CMYK
RGB Variations
Color information
#7FCF59 (or 0x7FCF59) is known color: Mantis. HEX triplet: 7F, CF and 59. RGB value is (127,207,89). Sum of RGB (Red+Green+Blue) = 127+207+89=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCF59 is #8030A6. Grayscale: #AAAAAA. Windows color (decimal): -8401063 or 5885823. OLE color: 5885823.
HSL color Cylindrical-coordinate representation of color #7FCF59: hue angle of 100.68º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FCF59 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 89 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.19 |
| HSL | 100.68º | 0.55% | 0.58% | - |
| HSV(B) | 100.68º | 0.57% | 0.81% | - |
| XYZ | 32.87 | 49.86 | 17.34 | - |
| YUV | 169.63 | 82.5 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 89 | 0.39 | 0 | 0.57 | 0.19 | 100.68 | 0.55 | 0.58 |
| Hex | 7F | CF | 59 | 27 | 0 | 39 | 13 | 65 | 37 | 3A |
| Octal | 177 | 317 | 131 | 47 | 0 | 71 | 23 | 145 | 67 | 72 |
| Binary | 1111111 | 11001111 | 1011001 | 100111 | 0 | 111001 | 10011 | 1100101 | 110111 | 111010 |
Color Harmonies of #7FCF59
Complementary color
Monochromatic Colors of #7FCF59
Black with #7FCF59
Text Example
Text Example
White with #7FCF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF59; }
p { color: rgb(127,207,89); }
H1.HeaderClassName
{
color: #7FCF59;
}
.AnyTagClassName
{
color: #7FCF59;
}
</style>
background-color css
<style>
a { background-color: #7FCF59; }
a { background-color: rgb(127,207,89); }
div.DivClassName
{
background-color: #7FCF59;
}
.BgClassName
{
background-color: #7FCF59;
}
</style>
border-color css
<style>
span { border-color: #7FCF59; }
span { border-color: rgb(127,207,89); }
td.TdClassName
{
border-color: #7FCF59;
}
.TagClassName
{
border-color: #7FCF59;
}
</style>