Shades of Mantis #7CCE4C
Tints of Mantis #7CCE4C
RGB
CMYK
RGB Variations
Color information
#7CCE4C (or 0x7CCE4C) is known color: Mantis. HEX triplet: 7C, CE and 4C. RGB value is (124,206,76). Sum of RGB (Red+Green+Blue) = 124+206+76=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCE4C is #8331B3. Grayscale: #A7A7A7. Windows color (decimal): -8597940 or 5033596. OLE color: 5033596.
HSL color Cylindrical-coordinate representation of color #7CCE4C: hue angle of 97.85º 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 #7CCE4C is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 76 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.19 |
| HSL | 97.85º | 0.57% | 0.55% | - |
| HSV(B) | 97.85º | 0.63% | 0.81% | - |
| XYZ | 31.69 | 48.95 | 14.62 | - |
| YUV | 166.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 76 | 0.40 | 0 | 0.63 | 0.19 | 97.85 | 0.57 | 0.55 |
| Hex | 7C | CE | 4C | 28 | 0 | 3F | 13 | 62 | 39 | 37 |
| Octal | 174 | 316 | 114 | 50 | 0 | 77 | 23 | 142 | 71 | 67 |
| Binary | 1111100 | 11001110 | 1001100 | 101000 | 0 | 111111 | 10011 | 1100010 | 111001 | 110111 |
Color Harmonies of #7CCE4C
Complementary color
Monochromatic Colors of #7CCE4C
Black with #7CCE4C
Text Example
Text Example
White with #7CCE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE4C; }
p { color: rgb(124,206,76); }
H1.HeaderClassName
{
color: #7CCE4C;
}
.AnyTagClassName
{
color: #7CCE4C;
}
</style>
background-color css
<style>
a { background-color: #7CCE4C; }
a { background-color: rgb(124,206,76); }
div.DivClassName
{
background-color: #7CCE4C;
}
.BgClassName
{
background-color: #7CCE4C;
}
</style>
border-color css
<style>
span { border-color: #7CCE4C; }
span { border-color: rgb(124,206,76); }
td.TdClassName
{
border-color: #7CCE4C;
}
.TagClassName
{
border-color: #7CCE4C;
}
</style>