Shades of Mantis #7CD268
Tints of Mantis #7CD268
RGB
CMYK
RGB Variations
Color information
#7CD268 (or 0x7CD268) is known color: Mantis. HEX triplet: 7C, D2 and 68. RGB value is (124,210,104). Sum of RGB (Red+Green+Blue) = 124+210+104=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD268 is #832D97. Grayscale: #ACACAC. Windows color (decimal): -8596888 or 6869628. OLE color: 6869628.
HSL color Cylindrical-coordinate representation of color #7CD268: hue angle of 108.68º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CD268 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 210 | 104 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.18 |
| HSL | 108.68º | 0.54% | 0.62% | - |
| HSV(B) | 108.68º | 0.5% | 0.82% | - |
| XYZ | 33.86 | 51.38 | 21.23 | - |
| YUV | 172.2 | 89.51 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 210 | 104 | 0.41 | 0 | 0.50 | 0.18 | 108.68 | 0.54 | 0.62 |
| Hex | 7C | D2 | 68 | 29 | 0 | 32 | 12 | 6D | 36 | 3E |
| Octal | 174 | 322 | 150 | 51 | 0 | 62 | 22 | 155 | 66 | 76 |
| Binary | 1111100 | 11010010 | 1101000 | 101001 | 0 | 110010 | 10010 | 1101101 | 110110 | 111110 |
Color Harmonies of #7CD268
Complementary color
Monochromatic Colors of #7CD268
Black with #7CD268
Text Example
Text Example
White with #7CD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD268; }
p { color: rgb(124,210,104); }
H1.HeaderClassName
{
color: #7CD268;
}
.AnyTagClassName
{
color: #7CD268;
}
</style>
background-color css
<style>
a { background-color: #7CD268; }
a { background-color: rgb(124,210,104); }
div.DivClassName
{
background-color: #7CD268;
}
.BgClassName
{
background-color: #7CD268;
}
</style>
border-color css
<style>
span { border-color: #7CD268; }
span { border-color: rgb(124,210,104); }
td.TdClassName
{
border-color: #7CD268;
}
.TagClassName
{
border-color: #7CD268;
}
</style>