Shades of Mantis #7CD955
Tints of Mantis #7CD955
RGB
CMYK
RGB Variations
Color information
#7CD955 (or 0x7CD955) is known color: Mantis. HEX triplet: 7C, D9 and 55. RGB value is (124,217,85). Sum of RGB (Red+Green+Blue) = 124+217+85=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #7CD955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD955 is #8326AA. Grayscale: #AEAEAE. Windows color (decimal): -8595115 or 5626236. OLE color: 5626236.
HSL color Cylindrical-coordinate representation of color #7CD955: hue angle of 102.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CD955 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 217 | 85 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.15 |
| HSL | 102.27º | 0.63% | 0.59% | - |
| HSV(B) | 102.27º | 0.61% | 0.85% | - |
| XYZ | 34.76 | 54.57 | 17.29 | - |
| YUV | 174.15 | 77.69 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 217 | 85 | 0.43 | 0 | 0.61 | 0.15 | 102.27 | 0.63 | 0.59 |
| Hex | 7C | D9 | 55 | 2B | 0 | 3D | F | 66 | 3F | 3B |
| Octal | 174 | 331 | 125 | 53 | 0 | 75 | 17 | 146 | 77 | 73 |
| Binary | 1111100 | 11011001 | 1010101 | 101011 | 0 | 111101 | 1111 | 1100110 | 111111 | 111011 |
Color Harmonies of #7CD955
Complementary color
Monochromatic Colors of #7CD955
Black with #7CD955
Text Example
Text Example
White with #7CD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD955; }
p { color: rgb(124,217,85); }
H1.HeaderClassName
{
color: #7CD955;
}
.AnyTagClassName
{
color: #7CD955;
}
</style>
background-color css
<style>
a { background-color: #7CD955; }
a { background-color: rgb(124,217,85); }
div.DivClassName
{
background-color: #7CD955;
}
.BgClassName
{
background-color: #7CD955;
}
</style>
border-color css
<style>
span { border-color: #7CD955; }
span { border-color: rgb(124,217,85); }
td.TdClassName
{
border-color: #7CD955;
}
.TagClassName
{
border-color: #7CD955;
}
</style>