Shades of Mantis #7CC844
Tints of Mantis #7CC844
RGB
CMYK
RGB Variations
Color information
#7CC844 (or 0x7CC844) is known color: Mantis. HEX triplet: 7C, C8 and 44. RGB value is (124,200,68). Sum of RGB (Red+Green+Blue) = 124+200+68=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC844 is #8337BB. Grayscale: #A2A2A2. Windows color (decimal): -8599484 or 4507772. OLE color: 4507772.
HSL color Cylindrical-coordinate representation of color #7CC844: hue angle of 94.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CC844 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 68 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.22 |
| HSL | 94.55º | 0.55% | 0.53% | - |
| HSV(B) | 94.55º | 0.66% | 0.78% | - |
| XYZ | 30.01 | 46.01 | 12.77 | - |
| YUV | 162.23 | 74.82 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 68 | 0.38 | 0 | 0.66 | 0.22 | 94.55 | 0.55 | 0.53 |
| Hex | 7C | C8 | 44 | 26 | 0 | 42 | 16 | 5F | 37 | 35 |
| Octal | 174 | 310 | 104 | 46 | 0 | 102 | 26 | 137 | 67 | 65 |
| Binary | 1111100 | 11001000 | 1000100 | 100110 | 0 | 1000010 | 10110 | 1011111 | 110111 | 110101 |
Color Harmonies of #7CC844
Complementary color
Monochromatic Colors of #7CC844
Black with #7CC844
Text Example
Text Example
White with #7CC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC844; }
p { color: rgb(124,200,68); }
H1.HeaderClassName
{
color: #7CC844;
}
.AnyTagClassName
{
color: #7CC844;
}
</style>
background-color css
<style>
a { background-color: #7CC844; }
a { background-color: rgb(124,200,68); }
div.DivClassName
{
background-color: #7CC844;
}
.BgClassName
{
background-color: #7CC844;
}
</style>
border-color css
<style>
span { border-color: #7CC844; }
span { border-color: rgb(124,200,68); }
td.TdClassName
{
border-color: #7CC844;
}
.TagClassName
{
border-color: #7CC844;
}
</style>