Shades of Mantis #7CD051
Tints of Mantis #7CD051
RGB
CMYK
RGB Variations
Color information
#7CD051 (or 0x7CD051) is known color: Mantis. HEX triplet: 7C, D0 and 51. RGB value is (124,208,81). Sum of RGB (Red+Green+Blue) = 124+208+81=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD051 is #832FAE. Grayscale: #A8A8A8. Windows color (decimal): -8597423 or 5361788. OLE color: 5361788.
HSL color Cylindrical-coordinate representation of color #7CD051: hue angle of 99.69º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CD051 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 208 | 81 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.18 |
| HSL | 99.69º | 0.57% | 0.57% | - |
| HSV(B) | 99.69º | 0.61% | 0.82% | - |
| XYZ | 32.35 | 49.99 | 15.73 | - |
| YUV | 168.41 | 78.67 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 208 | 81 | 0.40 | 0 | 0.61 | 0.18 | 99.69 | 0.57 | 0.57 |
| Hex | 7C | D0 | 51 | 28 | 0 | 3D | 12 | 64 | 39 | 39 |
| Octal | 174 | 320 | 121 | 50 | 0 | 75 | 22 | 144 | 71 | 71 |
| Binary | 1111100 | 11010000 | 1010001 | 101000 | 0 | 111101 | 10010 | 1100100 | 111001 | 111001 |
Color Harmonies of #7CD051
Complementary color
Monochromatic Colors of #7CD051
Black with #7CD051
Text Example
Text Example
White with #7CD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD051; }
p { color: rgb(124,208,81); }
H1.HeaderClassName
{
color: #7CD051;
}
.AnyTagClassName
{
color: #7CD051;
}
</style>
background-color css
<style>
a { background-color: #7CD051; }
a { background-color: rgb(124,208,81); }
div.DivClassName
{
background-color: #7CD051;
}
.BgClassName
{
background-color: #7CD051;
}
</style>
border-color css
<style>
span { border-color: #7CD051; }
span { border-color: rgb(124,208,81); }
td.TdClassName
{
border-color: #7CD051;
}
.TagClassName
{
border-color: #7CD051;
}
</style>