Shades of Mantis #7FCA67
Tints of Mantis #7FCA67
RGB
CMYK
RGB Variations
Color information
#7FCA67 (or 0x7FCA67) is known color: Mantis. HEX triplet: 7F, CA and 67. RGB value is (127,202,103). Sum of RGB (Red+Green+Blue) = 127+202+103=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA67 is #803598. Grayscale: #A8A8A8. Windows color (decimal): -8402329 or 6802047. OLE color: 6802047.
HSL color Cylindrical-coordinate representation of color #7FCA67: hue angle of 105.45º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FCA67 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 103 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.21 |
| HSL | 105.45º | 0.48% | 0.6% | - |
| HSV(B) | 105.45º | 0.49% | 0.79% | - |
| XYZ | 32.32 | 47.73 | 20.34 | - |
| YUV | 168.29 | 91.15 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 103 | 0.37 | 0 | 0.49 | 0.21 | 105.45 | 0.48 | 0.6 |
| Hex | 7F | CA | 67 | 25 | 0 | 31 | 15 | 69 | 30 | 3C |
| Octal | 177 | 312 | 147 | 45 | 0 | 61 | 25 | 151 | 60 | 74 |
| Binary | 1111111 | 11001010 | 1100111 | 100101 | 0 | 110001 | 10101 | 1101001 | 110000 | 111100 |
Color Harmonies of #7FCA67
Complementary color
Monochromatic Colors of #7FCA67
Black with #7FCA67
Text Example
Text Example
White with #7FCA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA67; }
p { color: rgb(127,202,103); }
H1.HeaderClassName
{
color: #7FCA67;
}
.AnyTagClassName
{
color: #7FCA67;
}
</style>
background-color css
<style>
a { background-color: #7FCA67; }
a { background-color: rgb(127,202,103); }
div.DivClassName
{
background-color: #7FCA67;
}
.BgClassName
{
background-color: #7FCA67;
}
</style>
border-color css
<style>
span { border-color: #7FCA67; }
span { border-color: rgb(127,202,103); }
td.TdClassName
{
border-color: #7FCA67;
}
.TagClassName
{
border-color: #7FCA67;
}
</style>