Shades of Mantis #7FC555
Tints of Mantis #7FC555
RGB
CMYK
RGB Variations
Color information
#7FC555 (or 0x7FC555) is known color: Mantis. HEX triplet: 7F, C5 and 55. RGB value is (127,197,85). Sum of RGB (Red+Green+Blue) = 127+197+85=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC555 is #803AAA. Grayscale: #A3A3A3. Windows color (decimal): -8403627 or 5621119. OLE color: 5621119.
HSL color Cylindrical-coordinate representation of color #7FC555: hue angle of 97.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FC555 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 85 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.23 |
| HSL | 97.5º | 0.49% | 0.55% | - |
| HSV(B) | 97.5º | 0.57% | 0.77% | - |
| XYZ | 30.36 | 45.1 | 15.7 | - |
| YUV | 163.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 85 | 0.36 | 0 | 0.57 | 0.23 | 97.5 | 0.49 | 0.55 |
| Hex | 7F | C5 | 55 | 24 | 0 | 39 | 17 | 62 | 31 | 37 |
| Octal | 177 | 305 | 125 | 44 | 0 | 71 | 27 | 142 | 61 | 67 |
| Binary | 1111111 | 11000101 | 1010101 | 100100 | 0 | 111001 | 10111 | 1100010 | 110001 | 110111 |
Color Harmonies of #7FC555
Complementary color
Monochromatic Colors of #7FC555
Black with #7FC555
Text Example
Text Example
White with #7FC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC555; }
p { color: rgb(127,197,85); }
H1.HeaderClassName
{
color: #7FC555;
}
.AnyTagClassName
{
color: #7FC555;
}
</style>
background-color css
<style>
a { background-color: #7FC555; }
a { background-color: rgb(127,197,85); }
div.DivClassName
{
background-color: #7FC555;
}
.BgClassName
{
background-color: #7FC555;
}
</style>
border-color css
<style>
span { border-color: #7FC555; }
span { border-color: rgb(127,197,85); }
td.TdClassName
{
border-color: #7FC555;
}
.TagClassName
{
border-color: #7FC555;
}
</style>