Shades of Mantis #7CCC44
Tints of Mantis #7CCC44
RGB
CMYK
RGB Variations
Color information
#7CCC44 (or 0x7CCC44) is known color: Mantis. HEX triplet: 7C, CC and 44. RGB value is (124,204,68). Sum of RGB (Red+Green+Blue) = 124+204+68=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC44 is #8333BB. Grayscale: #A5A5A5. Windows color (decimal): -8598460 or 4508796. OLE color: 4508796.
HSL color Cylindrical-coordinate representation of color #7CCC44: hue angle of 95.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CCC44 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 68 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.2 |
| HSL | 95.29º | 0.57% | 0.53% | - |
| HSV(B) | 95.29º | 0.67% | 0.8% | - |
| XYZ | 30.95 | 47.89 | 13.08 | - |
| YUV | 164.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 68 | 0.39 | 0 | 0.67 | 0.2 | 95.29 | 0.57 | 0.53 |
| Hex | 7C | CC | 44 | 27 | 0 | 43 | 14 | 5F | 39 | 35 |
| Octal | 174 | 314 | 104 | 47 | 0 | 103 | 24 | 137 | 71 | 65 |
| Binary | 1111100 | 11001100 | 1000100 | 100111 | 0 | 1000011 | 10100 | 1011111 | 111001 | 110101 |
Color Harmonies of #7CCC44
Complementary color
Monochromatic Colors of #7CCC44
Black with #7CCC44
Text Example
Text Example
White with #7CCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC44; }
p { color: rgb(124,204,68); }
H1.HeaderClassName
{
color: #7CCC44;
}
.AnyTagClassName
{
color: #7CCC44;
}
</style>
background-color css
<style>
a { background-color: #7CCC44; }
a { background-color: rgb(124,204,68); }
div.DivClassName
{
background-color: #7CCC44;
}
.BgClassName
{
background-color: #7CCC44;
}
</style>
border-color css
<style>
span { border-color: #7CCC44; }
span { border-color: rgb(124,204,68); }
td.TdClassName
{
border-color: #7CCC44;
}
.TagClassName
{
border-color: #7CCC44;
}
</style>