Shades of Mantis #7CC84C
Tints of Mantis #7CC84C
RGB
CMYK
RGB Variations
Color information
#7CC84C (or 0x7CC84C) is known color: Mantis. HEX triplet: 7C, C8 and 4C. RGB value is (124,200,76). Sum of RGB (Red+Green+Blue) = 124+200+76=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC84C is #8337B3. Grayscale: #A3A3A3. Windows color (decimal): -8599476 or 5032060. OLE color: 5032060.
HSL color Cylindrical-coordinate representation of color #7CC84C: hue angle of 96.77º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CC84C is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 76 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.22 |
| HSL | 96.77º | 0.53% | 0.54% | - |
| HSV(B) | 96.77º | 0.62% | 0.78% | - |
| XYZ | 30.27 | 46.12 | 14.14 | - |
| YUV | 163.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 76 | 0.38 | 0 | 0.62 | 0.22 | 96.77 | 0.53 | 0.54 |
| Hex | 7C | C8 | 4C | 26 | 0 | 3E | 16 | 61 | 35 | 36 |
| Octal | 174 | 310 | 114 | 46 | 0 | 76 | 26 | 141 | 65 | 66 |
| Binary | 1111100 | 11001000 | 1001100 | 100110 | 0 | 111110 | 10110 | 1100001 | 110101 | 110110 |
Color Harmonies of #7CC84C
Complementary color
Monochromatic Colors of #7CC84C
Black with #7CC84C
Text Example
Text Example
White with #7CC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC84C; }
p { color: rgb(124,200,76); }
H1.HeaderClassName
{
color: #7CC84C;
}
.AnyTagClassName
{
color: #7CC84C;
}
</style>
background-color css
<style>
a { background-color: #7CC84C; }
a { background-color: rgb(124,200,76); }
div.DivClassName
{
background-color: #7CC84C;
}
.BgClassName
{
background-color: #7CC84C;
}
</style>
border-color css
<style>
span { border-color: #7CC84C; }
span { border-color: rgb(124,200,76); }
td.TdClassName
{
border-color: #7CC84C;
}
.TagClassName
{
border-color: #7CC84C;
}
</style>