Shades of Mantis #7FCD4A
Tints of Mantis #7FCD4A
RGB
CMYK
RGB Variations
Color information
#7FCD4A (or 0x7FCD4A) is known color: Mantis. HEX triplet: 7F, CD and 4A. RGB value is (127,205,74). Sum of RGB (Red+Green+Blue) = 127+205+74=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD4A is #8032B5. Grayscale: #A7A7A7. Windows color (decimal): -8401590 or 4902271. OLE color: 4902271.
HSL color Cylindrical-coordinate representation of color #7FCD4A: hue angle of 95.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FCD4A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 74 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.20 |
| HSL | 95.73º | 0.57% | 0.55% | - |
| HSV(B) | 95.73º | 0.64% | 0.8% | - |
| XYZ | 31.82 | 48.67 | 14.2 | - |
| YUV | 166.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 74 | 0.38 | 0 | 0.64 | 0.20 | 95.73 | 0.57 | 0.55 |
| Hex | 7F | CD | 4A | 26 | 0 | 40 | 14 | 60 | 39 | 37 |
| Octal | 177 | 315 | 112 | 46 | 0 | 100 | 24 | 140 | 71 | 67 |
| Binary | 1111111 | 11001101 | 1001010 | 100110 | 0 | 1000000 | 10100 | 1100000 | 111001 | 110111 |
Color Harmonies of #7FCD4A
Complementary color
Monochromatic Colors of #7FCD4A
Black with #7FCD4A
Text Example
Text Example
White with #7FCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD4A; }
p { color: rgb(127,205,74); }
H1.HeaderClassName
{
color: #7FCD4A;
}
.AnyTagClassName
{
color: #7FCD4A;
}
</style>
background-color css
<style>
a { background-color: #7FCD4A; }
a { background-color: rgb(127,205,74); }
div.DivClassName
{
background-color: #7FCD4A;
}
.BgClassName
{
background-color: #7FCD4A;
}
</style>
border-color css
<style>
span { border-color: #7FCD4A; }
span { border-color: rgb(127,205,74); }
td.TdClassName
{
border-color: #7FCD4A;
}
.TagClassName
{
border-color: #7FCD4A;
}
</style>