Shades of Mantis #7CC468
Tints of Mantis #7CC468
RGB
CMYK
RGB Variations
Color information
#7CC468 (or 0x7CC468) is known color: Mantis. HEX triplet: 7C, C4 and 68. RGB value is (124,196,104). Sum of RGB (Red+Green+Blue) = 124+196+104=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC468 is #833B97. Grayscale: #A4A4A4. Windows color (decimal): -8600472 or 6866044. OLE color: 6866044.
HSL color Cylindrical-coordinate representation of color #7CC468: hue angle of 106.96º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CC468 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 104 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.23 |
| HSL | 106.96º | 0.44% | 0.59% | - |
| HSV(B) | 106.96º | 0.47% | 0.77% | - |
| XYZ | 30.55 | 44.76 | 20.13 | - |
| YUV | 163.98 | 94.15 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 104 | 0.37 | 0 | 0.47 | 0.23 | 106.96 | 0.44 | 0.59 |
| Hex | 7C | C4 | 68 | 25 | 0 | 2F | 17 | 6B | 2C | 3B |
| Octal | 174 | 304 | 150 | 45 | 0 | 57 | 27 | 153 | 54 | 73 |
| Binary | 1111100 | 11000100 | 1101000 | 100101 | 0 | 101111 | 10111 | 1101011 | 101100 | 111011 |
Color Harmonies of #7CC468
Complementary color
Monochromatic Colors of #7CC468
Black with #7CC468
Text Example
Text Example
White with #7CC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC468; }
p { color: rgb(124,196,104); }
H1.HeaderClassName
{
color: #7CC468;
}
.AnyTagClassName
{
color: #7CC468;
}
</style>
background-color css
<style>
a { background-color: #7CC468; }
a { background-color: rgb(124,196,104); }
div.DivClassName
{
background-color: #7CC468;
}
.BgClassName
{
background-color: #7CC468;
}
</style>
border-color css
<style>
span { border-color: #7CC468; }
span { border-color: rgb(124,196,104); }
td.TdClassName
{
border-color: #7CC468;
}
.TagClassName
{
border-color: #7CC468;
}
</style>