Shades of Mantis #7CCE4D
Tints of Mantis #7CCE4D
RGB
CMYK
RGB Variations
Color information
#7CCE4D (or 0x7CCE4D) is known color: Mantis. HEX triplet: 7C, CE and 4D. RGB value is (124,206,77). Sum of RGB (Red+Green+Blue) = 124+206+77=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCE4D is #8331B2. Grayscale: #A7A7A7. Windows color (decimal): -8597939 or 5099132. OLE color: 5099132.
HSL color Cylindrical-coordinate representation of color #7CCE4D: hue angle of 98.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CCE4D is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 77 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.19 |
| HSL | 98.14º | 0.57% | 0.55% | - |
| HSV(B) | 98.14º | 0.63% | 0.81% | - |
| XYZ | 31.72 | 48.96 | 14.8 | - |
| YUV | 166.78 | 77.33 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 77 | 0.40 | 0 | 0.63 | 0.19 | 98.14 | 0.57 | 0.55 |
| Hex | 7C | CE | 4D | 28 | 0 | 3F | 13 | 62 | 39 | 37 |
| Octal | 174 | 316 | 115 | 50 | 0 | 77 | 23 | 142 | 71 | 67 |
| Binary | 1111100 | 11001110 | 1001101 | 101000 | 0 | 111111 | 10011 | 1100010 | 111001 | 110111 |
Color Harmonies of #7CCE4D
Complementary color
Monochromatic Colors of #7CCE4D
Black with #7CCE4D
Text Example
Text Example
White with #7CCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE4D; }
p { color: rgb(124,206,77); }
H1.HeaderClassName
{
color: #7CCE4D;
}
.AnyTagClassName
{
color: #7CCE4D;
}
</style>
background-color css
<style>
a { background-color: #7CCE4D; }
a { background-color: rgb(124,206,77); }
div.DivClassName
{
background-color: #7CCE4D;
}
.BgClassName
{
background-color: #7CCE4D;
}
</style>
border-color css
<style>
span { border-color: #7CCE4D; }
span { border-color: rgb(124,206,77); }
td.TdClassName
{
border-color: #7CCE4D;
}
.TagClassName
{
border-color: #7CCE4D;
}
</style>