Shades of Mantis #7CDA60
Tints of Mantis #7CDA60
RGB
CMYK
RGB Variations
Color information
#7CDA60 (or 0x7CDA60) is known color: Mantis. HEX triplet: 7C, DA and 60. RGB value is (124,218,96). Sum of RGB (Red+Green+Blue) = 124+218+96=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDA60 is #83259F. Grayscale: #B0B0B0. Windows color (decimal): -8594848 or 6347388. OLE color: 6347388.
HSL color Cylindrical-coordinate representation of color #7CDA60: hue angle of 106.23º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CDA60 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 96 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.15 |
| HSL | 106.23º | 0.62% | 0.62% | - |
| HSV(B) | 106.23º | 0.56% | 0.85% | - |
| XYZ | 35.49 | 55.27 | 19.86 | - |
| YUV | 175.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 96 | 0.43 | 0 | 0.56 | 0.15 | 106.23 | 0.62 | 0.62 |
| Hex | 7C | DA | 60 | 2B | 0 | 38 | F | 6A | 3E | 3E |
| Octal | 174 | 332 | 140 | 53 | 0 | 70 | 17 | 152 | 76 | 76 |
| Binary | 1111100 | 11011010 | 1100000 | 101011 | 0 | 111000 | 1111 | 1101010 | 111110 | 111110 |
Color Harmonies of #7CDA60
Complementary color
Monochromatic Colors of #7CDA60
Black with #7CDA60
Text Example
Text Example
White with #7CDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDA60; }
p { color: rgb(124,218,96); }
H1.HeaderClassName
{
color: #7CDA60;
}
.AnyTagClassName
{
color: #7CDA60;
}
</style>
background-color css
<style>
a { background-color: #7CDA60; }
a { background-color: rgb(124,218,96); }
div.DivClassName
{
background-color: #7CDA60;
}
.BgClassName
{
background-color: #7CDA60;
}
</style>
border-color css
<style>
span { border-color: #7CDA60; }
span { border-color: rgb(124,218,96); }
td.TdClassName
{
border-color: #7CDA60;
}
.TagClassName
{
border-color: #7CDA60;
}
</style>