Shades of Mantis #7FCB43
Tints of Mantis #7FCB43
RGB
CMYK
RGB Variations
Color information
#7FCB43 (or 0x7FCB43) is known color: Mantis. HEX triplet: 7F, CB and 43. RGB value is (127,203,67). Sum of RGB (Red+Green+Blue) = 127+203+67=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCB43 is #8034BC. Grayscale: #A5A5A5. Windows color (decimal): -8402109 or 4443007. OLE color: 4443007.
HSL color Cylindrical-coordinate representation of color #7FCB43: hue angle of 93.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FCB43 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 67 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.20 |
| HSL | 93.53º | 0.57% | 0.53% | - |
| HSV(B) | 93.53º | 0.67% | 0.8% | - |
| XYZ | 31.12 | 47.63 | 12.86 | - |
| YUV | 164.77 | 72.82 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 67 | 0.37 | 0 | 0.67 | 0.20 | 93.53 | 0.57 | 0.53 |
| Hex | 7F | CB | 43 | 25 | 0 | 43 | 14 | 5E | 39 | 35 |
| Octal | 177 | 313 | 103 | 45 | 0 | 103 | 24 | 136 | 71 | 65 |
| Binary | 1111111 | 11001011 | 1000011 | 100101 | 0 | 1000011 | 10100 | 1011110 | 111001 | 110101 |
Color Harmonies of #7FCB43
Complementary color
Monochromatic Colors of #7FCB43
Black with #7FCB43
Text Example
Text Example
White with #7FCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB43; }
p { color: rgb(127,203,67); }
H1.HeaderClassName
{
color: #7FCB43;
}
.AnyTagClassName
{
color: #7FCB43;
}
</style>
background-color css
<style>
a { background-color: #7FCB43; }
a { background-color: rgb(127,203,67); }
div.DivClassName
{
background-color: #7FCB43;
}
.BgClassName
{
background-color: #7FCB43;
}
</style>
border-color css
<style>
span { border-color: #7FCB43; }
span { border-color: rgb(127,203,67); }
td.TdClassName
{
border-color: #7FCB43;
}
.TagClassName
{
border-color: #7FCB43;
}
</style>