Shades of Mantis #7CC04B
Tints of Mantis #7CC04B
RGB
CMYK
RGB Variations
Color information
#7CC04B (or 0x7CC04B) is known color: Mantis. HEX triplet: 7C, C0 and 4B. RGB value is (124,192,75). Sum of RGB (Red+Green+Blue) = 124+192+75=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC04B is #833FB4. Grayscale: #9E9E9E. Windows color (decimal): -8601525 or 4964476. OLE color: 4964476.
HSL color Cylindrical-coordinate representation of color #7CC04B: hue angle of 94.87º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CC04B is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 75 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.25 |
| HSL | 94.87º | 0.48% | 0.52% | - |
| HSV(B) | 94.87º | 0.61% | 0.75% | - |
| XYZ | 28.43 | 42.49 | 13.36 | - |
| YUV | 158.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 75 | 0.35 | 0 | 0.61 | 0.25 | 94.87 | 0.48 | 0.52 |
| Hex | 7C | C0 | 4B | 23 | 0 | 3D | 19 | 5F | 30 | 34 |
| Octal | 174 | 300 | 113 | 43 | 0 | 75 | 31 | 137 | 60 | 64 |
| Binary | 1111100 | 11000000 | 1001011 | 100011 | 0 | 111101 | 11001 | 1011111 | 110000 | 110100 |
Color Harmonies of #7CC04B
Complementary color
Monochromatic Colors of #7CC04B
Black with #7CC04B
Text Example
Text Example
White with #7CC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC04B; }
p { color: rgb(124,192,75); }
H1.HeaderClassName
{
color: #7CC04B;
}
.AnyTagClassName
{
color: #7CC04B;
}
</style>
background-color css
<style>
a { background-color: #7CC04B; }
a { background-color: rgb(124,192,75); }
div.DivClassName
{
background-color: #7CC04B;
}
.BgClassName
{
background-color: #7CC04B;
}
</style>
border-color css
<style>
span { border-color: #7CC04B; }
span { border-color: rgb(124,192,75); }
td.TdClassName
{
border-color: #7CC04B;
}
.TagClassName
{
border-color: #7CC04B;
}
</style>