Shades of Mantis #7CCF50
Tints of Mantis #7CCF50
RGB
CMYK
RGB Variations
Color information
#7CCF50 (or 0x7CCF50) is known color: Mantis. HEX triplet: 7C, CF and 50. RGB value is (124,207,80). Sum of RGB (Red+Green+Blue) = 124+207+80=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF50 is #8330AF. Grayscale: #A8A8A8. Windows color (decimal): -8597680 or 5295996. OLE color: 5295996.
HSL color Cylindrical-coordinate representation of color #7CCF50: hue angle of 99.21º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CCF50 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 80 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.19 |
| HSL | 99.21º | 0.57% | 0.56% | - |
| HSV(B) | 99.21º | 0.61% | 0.81% | - |
| XYZ | 32.07 | 49.49 | 15.45 | - |
| YUV | 167.71 | 78.5 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 80 | 0.40 | 0 | 0.61 | 0.19 | 99.21 | 0.57 | 0.56 |
| Hex | 7C | CF | 50 | 28 | 0 | 3D | 13 | 63 | 39 | 38 |
| Octal | 174 | 317 | 120 | 50 | 0 | 75 | 23 | 143 | 71 | 70 |
| Binary | 1111100 | 11001111 | 1010000 | 101000 | 0 | 111101 | 10011 | 1100011 | 111001 | 111000 |
Color Harmonies of #7CCF50
Complementary color
Monochromatic Colors of #7CCF50
Black with #7CCF50
Text Example
Text Example
White with #7CCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF50; }
p { color: rgb(124,207,80); }
H1.HeaderClassName
{
color: #7CCF50;
}
.AnyTagClassName
{
color: #7CCF50;
}
</style>
background-color css
<style>
a { background-color: #7CCF50; }
a { background-color: rgb(124,207,80); }
div.DivClassName
{
background-color: #7CCF50;
}
.BgClassName
{
background-color: #7CCF50;
}
</style>
border-color css
<style>
span { border-color: #7CCF50; }
span { border-color: rgb(124,207,80); }
td.TdClassName
{
border-color: #7CCF50;
}
.TagClassName
{
border-color: #7CCF50;
}
</style>