Shades of Mantis #7CCF47
Tints of Mantis #7CCF47
RGB
CMYK
RGB Variations
Color information
#7CCF47 (or 0x7CCF47) is known color: Mantis. HEX triplet: 7C, CF and 47. RGB value is (124,207,71). Sum of RGB (Red+Green+Blue) = 124+207+71=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCF47 is #8330B8. Grayscale: #A7A7A7. Windows color (decimal): -8597689 or 4706172. OLE color: 4706172.
HSL color Cylindrical-coordinate representation of color #7CCF47: hue angle of 96.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CCF47 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 71 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.19 |
| HSL | 96.62º | 0.59% | 0.55% | - |
| HSV(B) | 96.62º | 0.66% | 0.81% | - |
| XYZ | 31.76 | 49.37 | 13.82 | - |
| YUV | 166.68 | 74 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 71 | 0.40 | 0 | 0.66 | 0.19 | 96.62 | 0.59 | 0.55 |
| Hex | 7C | CF | 47 | 28 | 0 | 42 | 13 | 61 | 3B | 37 |
| Octal | 174 | 317 | 107 | 50 | 0 | 102 | 23 | 141 | 73 | 67 |
| Binary | 1111100 | 11001111 | 1000111 | 101000 | 0 | 1000010 | 10011 | 1100001 | 111011 | 110111 |
Color Harmonies of #7CCF47
Complementary color
Monochromatic Colors of #7CCF47
Black with #7CCF47
Text Example
Text Example
White with #7CCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF47; }
p { color: rgb(124,207,71); }
H1.HeaderClassName
{
color: #7CCF47;
}
.AnyTagClassName
{
color: #7CCF47;
}
</style>
background-color css
<style>
a { background-color: #7CCF47; }
a { background-color: rgb(124,207,71); }
div.DivClassName
{
background-color: #7CCF47;
}
.BgClassName
{
background-color: #7CCF47;
}
</style>
border-color css
<style>
span { border-color: #7CCF47; }
span { border-color: rgb(124,207,71); }
td.TdClassName
{
border-color: #7CCF47;
}
.TagClassName
{
border-color: #7CCF47;
}
</style>