Shades of Mantis #7CC45A
Tints of Mantis #7CC45A
RGB
CMYK
RGB Variations
Color information
#7CC45A (or 0x7CC45A) is known color: Mantis. HEX triplet: 7C, C4 and 5A. RGB value is (124,196,90). Sum of RGB (Red+Green+Blue) = 124+196+90=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC45A is #833BA5. Grayscale: #A2A2A2. Windows color (decimal): -8600486 or 5948540. OLE color: 5948540.
HSL color Cylindrical-coordinate representation of color #7CC45A: hue angle of 100.75º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CC45A is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 90 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.23 |
| HSL | 100.75º | 0.47% | 0.56% | - |
| HSV(B) | 100.75º | 0.54% | 0.77% | - |
| XYZ | 29.9 | 44.5 | 16.69 | - |
| YUV | 162.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 90 | 0.37 | 0 | 0.54 | 0.23 | 100.75 | 0.47 | 0.56 |
| Hex | 7C | C4 | 5A | 25 | 0 | 36 | 17 | 65 | 2F | 38 |
| Octal | 174 | 304 | 132 | 45 | 0 | 66 | 27 | 145 | 57 | 70 |
| Binary | 1111100 | 11000100 | 1011010 | 100101 | 0 | 110110 | 10111 | 1100101 | 101111 | 111000 |
Color Harmonies of #7CC45A
Complementary color
Monochromatic Colors of #7CC45A
Black with #7CC45A
Text Example
Text Example
White with #7CC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC45A; }
p { color: rgb(124,196,90); }
H1.HeaderClassName
{
color: #7CC45A;
}
.AnyTagClassName
{
color: #7CC45A;
}
</style>
background-color css
<style>
a { background-color: #7CC45A; }
a { background-color: rgb(124,196,90); }
div.DivClassName
{
background-color: #7CC45A;
}
.BgClassName
{
background-color: #7CC45A;
}
</style>
border-color css
<style>
span { border-color: #7CC45A; }
span { border-color: rgb(124,196,90); }
td.TdClassName
{
border-color: #7CC45A;
}
.TagClassName
{
border-color: #7CC45A;
}
</style>