Shades of Mantis #7FCD43
Tints of Mantis #7FCD43
RGB
CMYK
RGB Variations
Color information
#7FCD43 (or 0x7FCD43) is known color: Mantis. HEX triplet: 7F, CD and 43. RGB value is (127,205,67). Sum of RGB (Red+Green+Blue) = 127+205+67=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD43 is #8032BC. Grayscale: #A6A6A6. Windows color (decimal): -8401597 or 4443519. OLE color: 4443519.
HSL color Cylindrical-coordinate representation of color #7FCD43: hue angle of 93.91º degrees, saturation: 0.58, 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 #7FCD43 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 67 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.20 |
| HSL | 93.91º | 0.58% | 0.53% | - |
| HSV(B) | 93.91º | 0.67% | 0.8% | - |
| XYZ | 31.6 | 48.58 | 13.02 | - |
| YUV | 165.95 | 72.16 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 67 | 0.38 | 0 | 0.67 | 0.20 | 93.91 | 0.58 | 0.53 |
| Hex | 7F | CD | 43 | 26 | 0 | 43 | 14 | 5E | 3A | 35 |
| Octal | 177 | 315 | 103 | 46 | 0 | 103 | 24 | 136 | 72 | 65 |
| Binary | 1111111 | 11001101 | 1000011 | 100110 | 0 | 1000011 | 10100 | 1011110 | 111010 | 110101 |
Color Harmonies of #7FCD43
Complementary color
Monochromatic Colors of #7FCD43
Black with #7FCD43
Text Example
Text Example
White with #7FCD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD43; }
p { color: rgb(127,205,67); }
H1.HeaderClassName
{
color: #7FCD43;
}
.AnyTagClassName
{
color: #7FCD43;
}
</style>
background-color css
<style>
a { background-color: #7FCD43; }
a { background-color: rgb(127,205,67); }
div.DivClassName
{
background-color: #7FCD43;
}
.BgClassName
{
background-color: #7FCD43;
}
</style>
border-color css
<style>
span { border-color: #7FCD43; }
span { border-color: rgb(127,205,67); }
td.TdClassName
{
border-color: #7FCD43;
}
.TagClassName
{
border-color: #7FCD43;
}
</style>