Shades of Mantis #7FCB3F
Tints of Mantis #7FCB3F
RGB
CMYK
RGB Variations
Color information
#7FCB3F (or 0x7FCB3F) is known color: Mantis. HEX triplet: 7F, CB and 3F. RGB value is (127,203,63). Sum of RGB (Red+Green+Blue) = 127+203+63=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCB3F is #8034C0. Grayscale: #A4A4A4. Windows color (decimal): -8402113 or 4180863. OLE color: 4180863.
HSL color Cylindrical-coordinate representation of color #7FCB3F: hue angle of 92.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FCB3F is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 63 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.20 |
| HSL | 92.57º | 0.57% | 0.52% | - |
| HSV(B) | 92.57º | 0.69% | 0.8% | - |
| XYZ | 31.01 | 47.58 | 12.25 | - |
| YUV | 164.32 | 70.82 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 63 | 0.37 | 0 | 0.69 | 0.20 | 92.57 | 0.57 | 0.52 |
| Hex | 7F | CB | 3F | 25 | 0 | 45 | 14 | 5D | 39 | 34 |
| Octal | 177 | 313 | 77 | 45 | 0 | 105 | 24 | 135 | 71 | 64 |
| Binary | 1111111 | 11001011 | 111111 | 100101 | 0 | 1000101 | 10100 | 1011101 | 111001 | 110100 |
Color Harmonies of #7FCB3F
Complementary color
Monochromatic Colors of #7FCB3F
Black with #7FCB3F
Text Example
Text Example
White with #7FCB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB3F; }
p { color: rgb(127,203,63); }
H1.HeaderClassName
{
color: #7FCB3F;
}
.AnyTagClassName
{
color: #7FCB3F;
}
</style>
background-color css
<style>
a { background-color: #7FCB3F; }
a { background-color: rgb(127,203,63); }
div.DivClassName
{
background-color: #7FCB3F;
}
.BgClassName
{
background-color: #7FCB3F;
}
</style>
border-color css
<style>
span { border-color: #7FCB3F; }
span { border-color: rgb(127,203,63); }
td.TdClassName
{
border-color: #7FCB3F;
}
.TagClassName
{
border-color: #7FCB3F;
}
</style>