Shades of Mantis #7CCD6A
Tints of Mantis #7CCD6A
RGB
CMYK
RGB Variations
Color information
#7CCD6A (or 0x7CCD6A) is known color: Mantis. HEX triplet: 7C, CD and 6A. RGB value is (124,205,106). Sum of RGB (Red+Green+Blue) = 124+205+106=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD6A is #833295. Grayscale: #A9A9A9. Windows color (decimal): -8598166 or 6999420. OLE color: 6999420.
HSL color Cylindrical-coordinate representation of color #7CCD6A: hue angle of 109.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CCD6A is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 106 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.20 |
| HSL | 109.09º | 0.5% | 0.61% | - |
| HSV(B) | 109.09º | 0.48% | 0.8% | - |
| XYZ | 32.75 | 48.99 | 21.37 | - |
| YUV | 169.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 106 | 0.40 | 0 | 0.48 | 0.20 | 109.09 | 0.5 | 0.61 |
| Hex | 7C | CD | 6A | 28 | 0 | 30 | 14 | 6D | 32 | 3D |
| Octal | 174 | 315 | 152 | 50 | 0 | 60 | 24 | 155 | 62 | 75 |
| Binary | 1111100 | 11001101 | 1101010 | 101000 | 0 | 110000 | 10100 | 1101101 | 110010 | 111101 |
Color Harmonies of #7CCD6A
Complementary color
Monochromatic Colors of #7CCD6A
Black with #7CCD6A
Text Example
Text Example
White with #7CCD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD6A; }
p { color: rgb(124,205,106); }
H1.HeaderClassName
{
color: #7CCD6A;
}
.AnyTagClassName
{
color: #7CCD6A;
}
</style>
background-color css
<style>
a { background-color: #7CCD6A; }
a { background-color: rgb(124,205,106); }
div.DivClassName
{
background-color: #7CCD6A;
}
.BgClassName
{
background-color: #7CCD6A;
}
</style>
border-color css
<style>
span { border-color: #7CCD6A; }
span { border-color: rgb(124,205,106); }
td.TdClassName
{
border-color: #7CCD6A;
}
.TagClassName
{
border-color: #7CCD6A;
}
</style>