Shades of Mantis #7CCF63
Tints of Mantis #7CCF63
RGB
CMYK
RGB Variations
Color information
#7CCF63 (or 0x7CCF63) is known color: Mantis. HEX triplet: 7C, CF and 63. RGB value is (124,207,99). Sum of RGB (Red+Green+Blue) = 124+207+99=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF63 is #83309C. Grayscale: #AAAAAA. Windows color (decimal): -8597661 or 6541180. OLE color: 6541180.
HSL color Cylindrical-coordinate representation of color #7CCF63: hue angle of 106.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CCF63 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 99 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.19 |
| HSL | 106.11º | 0.53% | 0.6% | - |
| HSV(B) | 106.11º | 0.52% | 0.81% | - |
| XYZ | 32.88 | 49.81 | 19.69 | - |
| YUV | 169.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 99 | 0.40 | 0 | 0.52 | 0.19 | 106.11 | 0.53 | 0.6 |
| Hex | 7C | CF | 63 | 28 | 0 | 34 | 13 | 6A | 35 | 3C |
| Octal | 174 | 317 | 143 | 50 | 0 | 64 | 23 | 152 | 65 | 74 |
| Binary | 1111100 | 11001111 | 1100011 | 101000 | 0 | 110100 | 10011 | 1101010 | 110101 | 111100 |
Color Harmonies of #7CCF63
Complementary color
Monochromatic Colors of #7CCF63
Black with #7CCF63
Text Example
Text Example
White with #7CCF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF63; }
p { color: rgb(124,207,99); }
H1.HeaderClassName
{
color: #7CCF63;
}
.AnyTagClassName
{
color: #7CCF63;
}
</style>
background-color css
<style>
a { background-color: #7CCF63; }
a { background-color: rgb(124,207,99); }
div.DivClassName
{
background-color: #7CCF63;
}
.BgClassName
{
background-color: #7CCF63;
}
</style>
border-color css
<style>
span { border-color: #7CCF63; }
span { border-color: rgb(124,207,99); }
td.TdClassName
{
border-color: #7CCF63;
}
.TagClassName
{
border-color: #7CCF63;
}
</style>