Shades of Mantis #7CD466
Tints of Mantis #7CD466
RGB
CMYK
RGB Variations
Color information
#7CD466 (or 0x7CD466) is known color: Mantis. HEX triplet: 7C, D4 and 66. RGB value is (124,212,102). Sum of RGB (Red+Green+Blue) = 124+212+102=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #7CD466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD466 is #832B99. Grayscale: #ADADAD. Windows color (decimal): -8596378 or 6739068. OLE color: 6739068.
HSL color Cylindrical-coordinate representation of color #7CD466: hue angle of 108º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CD466 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 212 | 102 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.17 |
| HSL | 108º | 0.56% | 0.62% | - |
| HSV(B) | 108º | 0.52% | 0.83% | - |
| XYZ | 34.25 | 52.33 | 20.87 | - |
| YUV | 173.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 212 | 102 | 0.42 | 0 | 0.52 | 0.17 | 108 | 0.56 | 0.62 |
| Hex | 7C | D4 | 66 | 2A | 0 | 34 | 11 | 6C | 38 | 3E |
| Octal | 174 | 324 | 146 | 52 | 0 | 64 | 21 | 154 | 70 | 76 |
| Binary | 1111100 | 11010100 | 1100110 | 101010 | 0 | 110100 | 10001 | 1101100 | 111000 | 111110 |
Color Harmonies of #7CD466
Complementary color
Monochromatic Colors of #7CD466
Black with #7CD466
Text Example
Text Example
White with #7CD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD466; }
p { color: rgb(124,212,102); }
H1.HeaderClassName
{
color: #7CD466;
}
.AnyTagClassName
{
color: #7CD466;
}
</style>
background-color css
<style>
a { background-color: #7CD466; }
a { background-color: rgb(124,212,102); }
div.DivClassName
{
background-color: #7CD466;
}
.BgClassName
{
background-color: #7CD466;
}
</style>
border-color css
<style>
span { border-color: #7CD466; }
span { border-color: rgb(124,212,102); }
td.TdClassName
{
border-color: #7CD466;
}
.TagClassName
{
border-color: #7CD466;
}
</style>