Shades of Mantis #7CE74A
Tints of Mantis #7CE74A
RGB
CMYK
RGB Variations
Color information
#7CE74A (or 0x7CE74A) is known color: Mantis. HEX triplet: 7C, E7 and 4A. RGB value is (124,231,74). Sum of RGB (Red+Green+Blue) = 124+231+74=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 231 (90.62% from 255 or 53.85% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE74A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE74A is #8318B5. Grayscale: #B5B5B5. Windows color (decimal): -8591542 or 4908924. OLE color: 4908924.
HSL color Cylindrical-coordinate representation of color #7CE74A: hue angle of 100.89º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CE74A is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 74 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.09 |
| HSL | 100.89º | 0.77% | 0.6% | - |
| HSV(B) | 100.89º | 0.68% | 0.91% | - |
| XYZ | 38.12 | 61.93 | 16.42 | - |
| YUV | 181.11 | 67.55 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 74 | 0.46 | 0 | 0.68 | 0.09 | 100.89 | 0.77 | 0.6 |
| Hex | 7C | E7 | 4A | 2E | 0 | 44 | 9 | 65 | 4D | 3C |
| Octal | 174 | 347 | 112 | 56 | 0 | 104 | 11 | 145 | 115 | 74 |
| Binary | 1111100 | 11100111 | 1001010 | 101110 | 0 | 1000100 | 1001 | 1100101 | 1001101 | 111100 |
Color Harmonies of #7CE74A
Complementary color
Monochromatic Colors of #7CE74A
Black with #7CE74A
Text Example
Text Example
White with #7CE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE74A; }
p { color: rgb(124,231,74); }
H1.HeaderClassName
{
color: #7CE74A;
}
.AnyTagClassName
{
color: #7CE74A;
}
</style>
background-color css
<style>
a { background-color: #7CE74A; }
a { background-color: rgb(124,231,74); }
div.DivClassName
{
background-color: #7CE74A;
}
.BgClassName
{
background-color: #7CE74A;
}
</style>
border-color css
<style>
span { border-color: #7CE74A; }
span { border-color: rgb(124,231,74); }
td.TdClassName
{
border-color: #7CE74A;
}
.TagClassName
{
border-color: #7CE74A;
}
</style>