Shades of Mantis #7CCD55
Tints of Mantis #7CCD55
RGB
CMYK
RGB Variations
Color information
#7CCD55 (or 0x7CCD55) is known color: Mantis. HEX triplet: 7C, CD and 55. RGB value is (124,205,85). Sum of RGB (Red+Green+Blue) = 124+205+85=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD55 is #8332AA. Grayscale: #A7A7A7. Windows color (decimal): -8598187 or 5623164. OLE color: 5623164.
HSL color Cylindrical-coordinate representation of color #7CCD55: hue angle of 100.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CCD55 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 85 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.20 |
| HSL | 100.5º | 0.55% | 0.57% | - |
| HSV(B) | 100.5º | 0.59% | 0.8% | - |
| XYZ | 31.78 | 48.6 | 16.3 | - |
| YUV | 167.1 | 81.66 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 85 | 0.40 | 0 | 0.59 | 0.20 | 100.5 | 0.55 | 0.57 |
| Hex | 7C | CD | 55 | 28 | 0 | 3B | 14 | 64 | 37 | 39 |
| Octal | 174 | 315 | 125 | 50 | 0 | 73 | 24 | 144 | 67 | 71 |
| Binary | 1111100 | 11001101 | 1010101 | 101000 | 0 | 111011 | 10100 | 1100100 | 110111 | 111001 |
Color Harmonies of #7CCD55
Complementary color
Monochromatic Colors of #7CCD55
Black with #7CCD55
Text Example
Text Example
White with #7CCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD55; }
p { color: rgb(124,205,85); }
H1.HeaderClassName
{
color: #7CCD55;
}
.AnyTagClassName
{
color: #7CCD55;
}
</style>
background-color css
<style>
a { background-color: #7CCD55; }
a { background-color: rgb(124,205,85); }
div.DivClassName
{
background-color: #7CCD55;
}
.BgClassName
{
background-color: #7CCD55;
}
</style>
border-color css
<style>
span { border-color: #7CCD55; }
span { border-color: rgb(124,205,85); }
td.TdClassName
{
border-color: #7CCD55;
}
.TagClassName
{
border-color: #7CCD55;
}
</style>