Shades of Mantis #7FCF57
Tints of Mantis #7FCF57
RGB
CMYK
RGB Variations
Color information
#7FCF57 (or 0x7FCF57) is known color: Mantis. HEX triplet: 7F, CF and 57. RGB value is (127,207,87). Sum of RGB (Red+Green+Blue) = 127+207+87=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCF57 is #8030A8. Grayscale: #A9A9A9. Windows color (decimal): -8401065 or 5754751. OLE color: 5754751.
HSL color Cylindrical-coordinate representation of color #7FCF57: hue angle of 100º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FCF57 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 87 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.19 |
| HSL | 100º | 0.56% | 0.58% | - |
| HSV(B) | 100º | 0.58% | 0.81% | - |
| XYZ | 32.79 | 49.83 | 16.91 | - |
| YUV | 169.4 | 81.5 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 87 | 0.39 | 0 | 0.58 | 0.19 | 100 | 0.56 | 0.58 |
| Hex | 7F | CF | 57 | 27 | 0 | 3A | 13 | 64 | 38 | 3A |
| Octal | 177 | 317 | 127 | 47 | 0 | 72 | 23 | 144 | 70 | 72 |
| Binary | 1111111 | 11001111 | 1010111 | 100111 | 0 | 111010 | 10011 | 1100100 | 111000 | 111010 |
Color Harmonies of #7FCF57
Complementary color
Monochromatic Colors of #7FCF57
Black with #7FCF57
Text Example
Text Example
White with #7FCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF57; }
p { color: rgb(127,207,87); }
H1.HeaderClassName
{
color: #7FCF57;
}
.AnyTagClassName
{
color: #7FCF57;
}
</style>
background-color css
<style>
a { background-color: #7FCF57; }
a { background-color: rgb(127,207,87); }
div.DivClassName
{
background-color: #7FCF57;
}
.BgClassName
{
background-color: #7FCF57;
}
</style>
border-color css
<style>
span { border-color: #7FCF57; }
span { border-color: rgb(127,207,87); }
td.TdClassName
{
border-color: #7FCF57;
}
.TagClassName
{
border-color: #7FCF57;
}
</style>