Shades of Mantis #7CD85A
Tints of Mantis #7CD85A
RGB
CMYK
RGB Variations
Color information
#7CD85A (or 0x7CD85A) is known color: Mantis. HEX triplet: 7C, D8 and 5A. RGB value is (124,216,90). Sum of RGB (Red+Green+Blue) = 124+216+90=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #7CD85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD85A is #8327A5. Grayscale: #AEAEAE. Windows color (decimal): -8595366 or 5953660. OLE color: 5953660.
HSL color Cylindrical-coordinate representation of color #7CD85A: hue angle of 103.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CD85A is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 216 | 90 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.15 |
| HSL | 103.81º | 0.62% | 0.6% | - |
| HSV(B) | 103.81º | 0.58% | 0.85% | - |
| XYZ | 34.71 | 54.14 | 18.29 | - |
| YUV | 174.13 | 80.52 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 216 | 90 | 0.43 | 0 | 0.58 | 0.15 | 103.81 | 0.62 | 0.6 |
| Hex | 7C | D8 | 5A | 2B | 0 | 3A | F | 68 | 3E | 3C |
| Octal | 174 | 330 | 132 | 53 | 0 | 72 | 17 | 150 | 76 | 74 |
| Binary | 1111100 | 11011000 | 1011010 | 101011 | 0 | 111010 | 1111 | 1101000 | 111110 | 111100 |
Color Harmonies of #7CD85A
Complementary color
Monochromatic Colors of #7CD85A
Black with #7CD85A
Text Example
Text Example
White with #7CD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD85A; }
p { color: rgb(124,216,90); }
H1.HeaderClassName
{
color: #7CD85A;
}
.AnyTagClassName
{
color: #7CD85A;
}
</style>
background-color css
<style>
a { background-color: #7CD85A; }
a { background-color: rgb(124,216,90); }
div.DivClassName
{
background-color: #7CD85A;
}
.BgClassName
{
background-color: #7CD85A;
}
</style>
border-color css
<style>
span { border-color: #7CD85A; }
span { border-color: rgb(124,216,90); }
td.TdClassName
{
border-color: #7CD85A;
}
.TagClassName
{
border-color: #7CD85A;
}
</style>