Shades of Mantis #7CC94A
Tints of Mantis #7CC94A
RGB
CMYK
RGB Variations
Color information
#7CC94A (or 0x7CC94A) is known color: Mantis. HEX triplet: 7C, C9 and 4A. RGB value is (124,201,74). Sum of RGB (Red+Green+Blue) = 124+201+74=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC94A is #8336B5. Grayscale: #A3A3A3. Windows color (decimal): -8599222 or 4901244. OLE color: 4901244.
HSL color Cylindrical-coordinate representation of color #7CC94A: hue angle of 96.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CC94A is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 74 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.21 |
| HSL | 96.38º | 0.54% | 0.54% | - |
| HSV(B) | 96.38º | 0.63% | 0.79% | - |
| XYZ | 30.43 | 46.55 | 13.86 | - |
| YUV | 163.5 | 77.49 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 74 | 0.38 | 0 | 0.63 | 0.21 | 96.38 | 0.54 | 0.54 |
| Hex | 7C | C9 | 4A | 26 | 0 | 3F | 15 | 60 | 36 | 36 |
| Octal | 174 | 311 | 112 | 46 | 0 | 77 | 25 | 140 | 66 | 66 |
| Binary | 1111100 | 11001001 | 1001010 | 100110 | 0 | 111111 | 10101 | 1100000 | 110110 | 110110 |
Color Harmonies of #7CC94A
Complementary color
Monochromatic Colors of #7CC94A
Black with #7CC94A
Text Example
Text Example
White with #7CC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC94A; }
p { color: rgb(124,201,74); }
H1.HeaderClassName
{
color: #7CC94A;
}
.AnyTagClassName
{
color: #7CC94A;
}
</style>
background-color css
<style>
a { background-color: #7CC94A; }
a { background-color: rgb(124,201,74); }
div.DivClassName
{
background-color: #7CC94A;
}
.BgClassName
{
background-color: #7CC94A;
}
</style>
border-color css
<style>
span { border-color: #7CC94A; }
span { border-color: rgb(124,201,74); }
td.TdClassName
{
border-color: #7CC94A;
}
.TagClassName
{
border-color: #7CC94A;
}
</style>