Shades of Mantis #7CD053
Tints of Mantis #7CD053
RGB
CMYK
RGB Variations
Color information
#7CD053 (or 0x7CD053) is known color: Mantis. HEX triplet: 7C, D0 and 53. RGB value is (124,208,83). Sum of RGB (Red+Green+Blue) = 124+208+83=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD053 is #832FAC. Grayscale: #A9A9A9. Windows color (decimal): -8597421 or 5492860. OLE color: 5492860.
HSL color Cylindrical-coordinate representation of color #7CD053: hue angle of 100.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CD053 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 208 | 83 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.18 |
| HSL | 100.32º | 0.57% | 0.57% | - |
| HSV(B) | 100.32º | 0.6% | 0.82% | - |
| XYZ | 32.43 | 50.02 | 16.13 | - |
| YUV | 168.63 | 79.67 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 208 | 83 | 0.40 | 0 | 0.60 | 0.18 | 100.32 | 0.57 | 0.57 |
| Hex | 7C | D0 | 53 | 28 | 0 | 3C | 12 | 64 | 39 | 39 |
| Octal | 174 | 320 | 123 | 50 | 0 | 74 | 22 | 144 | 71 | 71 |
| Binary | 1111100 | 11010000 | 1010011 | 101000 | 0 | 111100 | 10010 | 1100100 | 111001 | 111001 |
Color Harmonies of #7CD053
Complementary color
Monochromatic Colors of #7CD053
Black with #7CD053
Text Example
Text Example
White with #7CD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD053; }
p { color: rgb(124,208,83); }
H1.HeaderClassName
{
color: #7CD053;
}
.AnyTagClassName
{
color: #7CD053;
}
</style>
background-color css
<style>
a { background-color: #7CD053; }
a { background-color: rgb(124,208,83); }
div.DivClassName
{
background-color: #7CD053;
}
.BgClassName
{
background-color: #7CD053;
}
</style>
border-color css
<style>
span { border-color: #7CD053; }
span { border-color: rgb(124,208,83); }
td.TdClassName
{
border-color: #7CD053;
}
.TagClassName
{
border-color: #7CD053;
}
</style>