Shades of Mantis #7FCA4A
Tints of Mantis #7FCA4A
RGB
CMYK
RGB Variations
Color information
#7FCA4A (or 0x7FCA4A) is known color: Mantis. HEX triplet: 7F, CA and 4A. RGB value is (127,202,74). Sum of RGB (Red+Green+Blue) = 127+202+74=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA4A is #8035B5. Grayscale: #A5A5A5. Windows color (decimal): -8402358 or 4901503. OLE color: 4901503.
HSL color Cylindrical-coordinate representation of color #7FCA4A: hue angle of 95.16º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FCA4A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 74 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.21 |
| HSL | 95.16º | 0.55% | 0.54% | - |
| HSV(B) | 95.16º | 0.63% | 0.79% | - |
| XYZ | 31.11 | 47.25 | 13.96 | - |
| YUV | 164.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 74 | 0.37 | 0 | 0.63 | 0.21 | 95.16 | 0.55 | 0.54 |
| Hex | 7F | CA | 4A | 25 | 0 | 3F | 15 | 5F | 37 | 36 |
| Octal | 177 | 312 | 112 | 45 | 0 | 77 | 25 | 137 | 67 | 66 |
| Binary | 1111111 | 11001010 | 1001010 | 100101 | 0 | 111111 | 10101 | 1011111 | 110111 | 110110 |
Color Harmonies of #7FCA4A
Complementary color
Monochromatic Colors of #7FCA4A
Black with #7FCA4A
Text Example
Text Example
White with #7FCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA4A; }
p { color: rgb(127,202,74); }
H1.HeaderClassName
{
color: #7FCA4A;
}
.AnyTagClassName
{
color: #7FCA4A;
}
</style>
background-color css
<style>
a { background-color: #7FCA4A; }
a { background-color: rgb(127,202,74); }
div.DivClassName
{
background-color: #7FCA4A;
}
.BgClassName
{
background-color: #7FCA4A;
}
</style>
border-color css
<style>
span { border-color: #7FCA4A; }
span { border-color: rgb(127,202,74); }
td.TdClassName
{
border-color: #7FCA4A;
}
.TagClassName
{
border-color: #7FCA4A;
}
</style>