Shades of Mantis #7FC85A
Tints of Mantis #7FC85A
RGB
CMYK
RGB Variations
Color information
#7FC85A (or 0x7FC85A) is known color: Mantis. HEX triplet: 7F, C8 and 5A. RGB value is (127,200,90). Sum of RGB (Red+Green+Blue) = 127+200+90=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC85A is #8037A5. Grayscale: #A6A6A6. Windows color (decimal): -8402854 or 5949567. OLE color: 5949567.
HSL color Cylindrical-coordinate representation of color #7FC85A: hue angle of 99.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FC85A is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 90 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.22 |
| HSL | 99.82º | 0.5% | 0.57% | - |
| HSV(B) | 99.82º | 0.55% | 0.78% | - |
| XYZ | 31.25 | 46.56 | 17.01 | - |
| YUV | 165.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 90 | 0.36 | 0 | 0.55 | 0.22 | 99.82 | 0.5 | 0.57 |
| Hex | 7F | C8 | 5A | 24 | 0 | 37 | 16 | 64 | 32 | 39 |
| Octal | 177 | 310 | 132 | 44 | 0 | 67 | 26 | 144 | 62 | 71 |
| Binary | 1111111 | 11001000 | 1011010 | 100100 | 0 | 110111 | 10110 | 1100100 | 110010 | 111001 |
Color Harmonies of #7FC85A
Complementary color
Monochromatic Colors of #7FC85A
Black with #7FC85A
Text Example
Text Example
White with #7FC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC85A; }
p { color: rgb(127,200,90); }
H1.HeaderClassName
{
color: #7FC85A;
}
.AnyTagClassName
{
color: #7FC85A;
}
</style>
background-color css
<style>
a { background-color: #7FC85A; }
a { background-color: rgb(127,200,90); }
div.DivClassName
{
background-color: #7FC85A;
}
.BgClassName
{
background-color: #7FC85A;
}
</style>
border-color css
<style>
span { border-color: #7FC85A; }
span { border-color: rgb(127,200,90); }
td.TdClassName
{
border-color: #7FC85A;
}
.TagClassName
{
border-color: #7FC85A;
}
</style>