Shades of Mantis #7CDA58
Tints of Mantis #7CDA58
RGB
CMYK
RGB Variations
Color information
#7CDA58 (or 0x7CDA58) is known color: Mantis. HEX triplet: 7C, DA and 58. RGB value is (124,218,88). Sum of RGB (Red+Green+Blue) = 124+218+88=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDA58 is #8325A7. Grayscale: #AFAFAF. Windows color (decimal): -8594856 or 5823100. OLE color: 5823100.
HSL color Cylindrical-coordinate representation of color #7CDA58: hue angle of 103.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CDA58 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 88 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.15 |
| HSL | 103.38º | 0.64% | 0.6% | - |
| HSV(B) | 103.38º | 0.6% | 0.85% | - |
| XYZ | 35.15 | 55.13 | 18.02 | - |
| YUV | 175.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 88 | 0.43 | 0 | 0.60 | 0.15 | 103.38 | 0.64 | 0.6 |
| Hex | 7C | DA | 58 | 2B | 0 | 3C | F | 67 | 40 | 3C |
| Octal | 174 | 332 | 130 | 53 | 0 | 74 | 17 | 147 | 100 | 74 |
| Binary | 1111100 | 11011010 | 1011000 | 101011 | 0 | 111100 | 1111 | 1100111 | 1000000 | 111100 |
Color Harmonies of #7CDA58
Complementary color
Monochromatic Colors of #7CDA58
Black with #7CDA58
Text Example
Text Example
White with #7CDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDA58; }
p { color: rgb(124,218,88); }
H1.HeaderClassName
{
color: #7CDA58;
}
.AnyTagClassName
{
color: #7CDA58;
}
</style>
background-color css
<style>
a { background-color: #7CDA58; }
a { background-color: rgb(124,218,88); }
div.DivClassName
{
background-color: #7CDA58;
}
.BgClassName
{
background-color: #7CDA58;
}
</style>
border-color css
<style>
span { border-color: #7CDA58; }
span { border-color: rgb(124,218,88); }
td.TdClassName
{
border-color: #7CDA58;
}
.TagClassName
{
border-color: #7CDA58;
}
</style>