Shades of Mantis #7CD55D
Tints of Mantis #7CD55D
RGB
CMYK
RGB Variations
Color information
#7CD55D (or 0x7CD55D) is known color: Mantis. HEX triplet: 7C, D5 and 5D. RGB value is (124,213,93). Sum of RGB (Red+Green+Blue) = 124+213+93=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD55D is #832AA2. Grayscale: #ADADAD. Windows color (decimal): -8596131 or 6149500. OLE color: 6149500.
HSL color Cylindrical-coordinate representation of color #7CD55D: hue angle of 104.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CD55D is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 93 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.16 |
| HSL | 104.5º | 0.59% | 0.6% | - |
| HSV(B) | 104.5º | 0.56% | 0.84% | - |
| XYZ | 34.08 | 52.66 | 18.72 | - |
| YUV | 172.71 | 83.01 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 93 | 0.42 | 0 | 0.56 | 0.16 | 104.5 | 0.59 | 0.6 |
| Hex | 7C | D5 | 5D | 2A | 0 | 38 | 10 | 68 | 3B | 3C |
| Octal | 174 | 325 | 135 | 52 | 0 | 70 | 20 | 150 | 73 | 74 |
| Binary | 1111100 | 11010101 | 1011101 | 101010 | 0 | 111000 | 10000 | 1101000 | 111011 | 111100 |
Color Harmonies of #7CD55D
Complementary color
Monochromatic Colors of #7CD55D
Black with #7CD55D
Text Example
Text Example
White with #7CD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD55D; }
p { color: rgb(124,213,93); }
H1.HeaderClassName
{
color: #7CD55D;
}
.AnyTagClassName
{
color: #7CD55D;
}
</style>
background-color css
<style>
a { background-color: #7CD55D; }
a { background-color: rgb(124,213,93); }
div.DivClassName
{
background-color: #7CD55D;
}
.BgClassName
{
background-color: #7CD55D;
}
</style>
border-color css
<style>
span { border-color: #7CD55D; }
span { border-color: rgb(124,213,93); }
td.TdClassName
{
border-color: #7CD55D;
}
.TagClassName
{
border-color: #7CD55D;
}
</style>