Shades of Mantis #7CDB59
Tints of Mantis #7CDB59
RGB
CMYK
RGB Variations
Color information
#7CDB59 (or 0x7CDB59) is known color: Mantis. HEX triplet: 7C, DB and 59. RGB value is (124,219,89). Sum of RGB (Red+Green+Blue) = 124+219+89=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDB59 is #8324A6. Grayscale: #B0B0B0. Windows color (decimal): -8594599 or 5888892. OLE color: 5888892.
HSL color Cylindrical-coordinate representation of color #7CDB59: hue angle of 103.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CDB59 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 89 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.14 |
| HSL | 103.85º | 0.64% | 0.6% | - |
| HSV(B) | 103.85º | 0.59% | 0.86% | - |
| XYZ | 35.45 | 55.67 | 18.33 | - |
| YUV | 175.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 89 | 0.43 | 0 | 0.59 | 0.14 | 103.85 | 0.64 | 0.6 |
| Hex | 7C | DB | 59 | 2B | 0 | 3B | E | 68 | 40 | 3C |
| Octal | 174 | 333 | 131 | 53 | 0 | 73 | 16 | 150 | 100 | 74 |
| Binary | 1111100 | 11011011 | 1011001 | 101011 | 0 | 111011 | 1110 | 1101000 | 1000000 | 111100 |
Color Harmonies of #7CDB59
Complementary color
Monochromatic Colors of #7CDB59
Black with #7CDB59
Text Example
Text Example
White with #7CDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB59; }
p { color: rgb(124,219,89); }
H1.HeaderClassName
{
color: #7CDB59;
}
.AnyTagClassName
{
color: #7CDB59;
}
</style>
background-color css
<style>
a { background-color: #7CDB59; }
a { background-color: rgb(124,219,89); }
div.DivClassName
{
background-color: #7CDB59;
}
.BgClassName
{
background-color: #7CDB59;
}
</style>
border-color css
<style>
span { border-color: #7CDB59; }
span { border-color: rgb(124,219,89); }
td.TdClassName
{
border-color: #7CDB59;
}
.TagClassName
{
border-color: #7CDB59;
}
</style>