Shades of Mantis #7CD266
Tints of Mantis #7CD266
RGB
CMYK
RGB Variations
Color information
#7CD266 (or 0x7CD266) is known color: Mantis. HEX triplet: 7C, D2 and 66. RGB value is (124,210,102). Sum of RGB (Red+Green+Blue) = 124+210+102=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD266 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD266 is #832D99. Grayscale: #ACACAC. Windows color (decimal): -8596890 or 6738556. OLE color: 6738556.
HSL color Cylindrical-coordinate representation of color #7CD266: hue angle of 107.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CD266 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 210 | 102 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.18 |
| HSL | 107.78º | 0.55% | 0.61% | - |
| HSV(B) | 107.78º | 0.51% | 0.82% | - |
| XYZ | 33.76 | 51.34 | 20.7 | - |
| YUV | 171.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 210 | 102 | 0.41 | 0 | 0.51 | 0.18 | 107.78 | 0.55 | 0.61 |
| Hex | 7C | D2 | 66 | 29 | 0 | 33 | 12 | 6C | 37 | 3D |
| Octal | 174 | 322 | 146 | 51 | 0 | 63 | 22 | 154 | 67 | 75 |
| Binary | 1111100 | 11010010 | 1100110 | 101001 | 0 | 110011 | 10010 | 1101100 | 110111 | 111101 |
Color Harmonies of #7CD266
Complementary color
Monochromatic Colors of #7CD266
Black with #7CD266
Text Example
Text Example
White with #7CD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD266; }
p { color: rgb(124,210,102); }
H1.HeaderClassName
{
color: #7CD266;
}
.AnyTagClassName
{
color: #7CD266;
}
</style>
background-color css
<style>
a { background-color: #7CD266; }
a { background-color: rgb(124,210,102); }
div.DivClassName
{
background-color: #7CD266;
}
.BgClassName
{
background-color: #7CD266;
}
</style>
border-color css
<style>
span { border-color: #7CD266; }
span { border-color: rgb(124,210,102); }
td.TdClassName
{
border-color: #7CD266;
}
.TagClassName
{
border-color: #7CD266;
}
</style>