Shades of Mantis #7FCA43
Tints of Mantis #7FCA43
RGB
CMYK
RGB Variations
Color information
#7FCA43 (or 0x7FCA43) is known color: Mantis. HEX triplet: 7F, CA and 43. RGB value is (127,202,67). Sum of RGB (Red+Green+Blue) = 127+202+67=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA43 is #8035BC. Grayscale: #A4A4A4. Windows color (decimal): -8402365 or 4442751. OLE color: 4442751.
HSL color Cylindrical-coordinate representation of color #7FCA43: hue angle of 93.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FCA43 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 67 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.21 |
| HSL | 93.33º | 0.56% | 0.53% | - |
| HSV(B) | 93.33º | 0.67% | 0.79% | - |
| XYZ | 30.89 | 47.16 | 12.78 | - |
| YUV | 164.19 | 73.15 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 67 | 0.37 | 0 | 0.67 | 0.21 | 93.33 | 0.56 | 0.53 |
| Hex | 7F | CA | 43 | 25 | 0 | 43 | 15 | 5D | 38 | 35 |
| Octal | 177 | 312 | 103 | 45 | 0 | 103 | 25 | 135 | 70 | 65 |
| Binary | 1111111 | 11001010 | 1000011 | 100101 | 0 | 1000011 | 10101 | 1011101 | 111000 | 110101 |
Color Harmonies of #7FCA43
Complementary color
Monochromatic Colors of #7FCA43
Black with #7FCA43
Text Example
Text Example
White with #7FCA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA43; }
p { color: rgb(127,202,67); }
H1.HeaderClassName
{
color: #7FCA43;
}
.AnyTagClassName
{
color: #7FCA43;
}
</style>
background-color css
<style>
a { background-color: #7FCA43; }
a { background-color: rgb(127,202,67); }
div.DivClassName
{
background-color: #7FCA43;
}
.BgClassName
{
background-color: #7FCA43;
}
</style>
border-color css
<style>
span { border-color: #7FCA43; }
span { border-color: rgb(127,202,67); }
td.TdClassName
{
border-color: #7FCA43;
}
.TagClassName
{
border-color: #7FCA43;
}
</style>