Shades of Mantis #7CC465
Tints of Mantis #7CC465
RGB
CMYK
RGB Variations
Color information
#7CC465 (or 0x7CC465) is known color: Mantis. HEX triplet: 7C, C4 and 65. RGB value is (124,196,101). Sum of RGB (Red+Green+Blue) = 124+196+101=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC465 is #833B9A. Grayscale: #A3A3A3. Windows color (decimal): -8600475 or 6669436. OLE color: 6669436.
HSL color Cylindrical-coordinate representation of color #7CC465: hue angle of 105.47º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CC465 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 101 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.23 |
| HSL | 105.47º | 0.45% | 0.58% | - |
| HSV(B) | 105.47º | 0.48% | 0.77% | - |
| XYZ | 30.4 | 44.7 | 19.34 | - |
| YUV | 163.64 | 92.65 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 101 | 0.37 | 0 | 0.48 | 0.23 | 105.47 | 0.45 | 0.58 |
| Hex | 7C | C4 | 65 | 25 | 0 | 30 | 17 | 69 | 2D | 3A |
| Octal | 174 | 304 | 145 | 45 | 0 | 60 | 27 | 151 | 55 | 72 |
| Binary | 1111100 | 11000100 | 1100101 | 100101 | 0 | 110000 | 10111 | 1101001 | 101101 | 111010 |
Color Harmonies of #7CC465
Complementary color
Monochromatic Colors of #7CC465
Black with #7CC465
Text Example
Text Example
White with #7CC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC465; }
p { color: rgb(124,196,101); }
H1.HeaderClassName
{
color: #7CC465;
}
.AnyTagClassName
{
color: #7CC465;
}
</style>
background-color css
<style>
a { background-color: #7CC465; }
a { background-color: rgb(124,196,101); }
div.DivClassName
{
background-color: #7CC465;
}
.BgClassName
{
background-color: #7CC465;
}
</style>
border-color css
<style>
span { border-color: #7CC465; }
span { border-color: rgb(124,196,101); }
td.TdClassName
{
border-color: #7CC465;
}
.TagClassName
{
border-color: #7CC465;
}
</style>