Shades of Mantis #7CDA57
Tints of Mantis #7CDA57
RGB
CMYK
RGB Variations
Color information
#7CDA57 (or 0x7CDA57) is known color: Mantis. HEX triplet: 7C, DA and 57. RGB value is (124,218,87). Sum of RGB (Red+Green+Blue) = 124+218+87=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDA57 is #8325A8. Grayscale: #AFAFAF. Windows color (decimal): -8594857 or 5757564. OLE color: 5757564.
HSL color Cylindrical-coordinate representation of color #7CDA57: hue angle of 103.05º 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 #7CDA57 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 87 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.15 |
| HSL | 103.05º | 0.64% | 0.6% | - |
| HSV(B) | 103.05º | 0.6% | 0.85% | - |
| XYZ | 35.1 | 55.12 | 17.81 | - |
| YUV | 174.96 | 78.36 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 87 | 0.43 | 0 | 0.60 | 0.15 | 103.05 | 0.64 | 0.6 |
| Hex | 7C | DA | 57 | 2B | 0 | 3C | F | 67 | 40 | 3C |
| Octal | 174 | 332 | 127 | 53 | 0 | 74 | 17 | 147 | 100 | 74 |
| Binary | 1111100 | 11011010 | 1010111 | 101011 | 0 | 111100 | 1111 | 1100111 | 1000000 | 111100 |
Color Harmonies of #7CDA57
Complementary color
Monochromatic Colors of #7CDA57
Black with #7CDA57
Text Example
Text Example
White with #7CDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDA57; }
p { color: rgb(124,218,87); }
H1.HeaderClassName
{
color: #7CDA57;
}
.AnyTagClassName
{
color: #7CDA57;
}
</style>
background-color css
<style>
a { background-color: #7CDA57; }
a { background-color: rgb(124,218,87); }
div.DivClassName
{
background-color: #7CDA57;
}
.BgClassName
{
background-color: #7CDA57;
}
</style>
border-color css
<style>
span { border-color: #7CDA57; }
span { border-color: rgb(124,218,87); }
td.TdClassName
{
border-color: #7CDA57;
}
.TagClassName
{
border-color: #7CDA57;
}
</style>