Shades of Mantis #7FCB40
Tints of Mantis #7FCB40
RGB
CMYK
RGB Variations
Color information
#7FCB40 (or 0x7FCB40) is known color: Mantis. HEX triplet: 7F, CB and 40. RGB value is (127,203,64). Sum of RGB (Red+Green+Blue) = 127+203+64=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCB40 is #8034BF. Grayscale: #A4A4A4. Windows color (decimal): -8402112 or 4246399. OLE color: 4246399.
HSL color Cylindrical-coordinate representation of color #7FCB40: hue angle of 92.81º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FCB40 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 64 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.20 |
| HSL | 92.81º | 0.57% | 0.52% | - |
| HSV(B) | 92.81º | 0.68% | 0.8% | - |
| XYZ | 31.03 | 47.59 | 12.4 | - |
| YUV | 164.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 64 | 0.37 | 0 | 0.68 | 0.20 | 92.81 | 0.57 | 0.52 |
| Hex | 7F | CB | 40 | 25 | 0 | 44 | 14 | 5D | 39 | 34 |
| Octal | 177 | 313 | 100 | 45 | 0 | 104 | 24 | 135 | 71 | 64 |
| Binary | 1111111 | 11001011 | 1000000 | 100101 | 0 | 1000100 | 10100 | 1011101 | 111001 | 110100 |
Color Harmonies of #7FCB40
Complementary color
Monochromatic Colors of #7FCB40
Black with #7FCB40
Text Example
Text Example
White with #7FCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB40; }
p { color: rgb(127,203,64); }
H1.HeaderClassName
{
color: #7FCB40;
}
.AnyTagClassName
{
color: #7FCB40;
}
</style>
background-color css
<style>
a { background-color: #7FCB40; }
a { background-color: rgb(127,203,64); }
div.DivClassName
{
background-color: #7FCB40;
}
.BgClassName
{
background-color: #7FCB40;
}
</style>
border-color css
<style>
span { border-color: #7FCB40; }
span { border-color: rgb(127,203,64); }
td.TdClassName
{
border-color: #7FCB40;
}
.TagClassName
{
border-color: #7FCB40;
}
</style>