Shades of Mantis #7CC358
Tints of Mantis #7CC358
RGB
CMYK
RGB Variations
Color information
#7CC358 (or 0x7CC358) is known color: Mantis. HEX triplet: 7C, C3 and 58. RGB value is (124,195,88). Sum of RGB (Red+Green+Blue) = 124+195+88=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC358 is #833CA7. Grayscale: #A1A1A1. Windows color (decimal): -8600744 or 5817212. OLE color: 5817212.
HSL color Cylindrical-coordinate representation of color #7CC358: hue angle of 99.81º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CC358 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 88 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.24 |
| HSL | 99.81º | 0.47% | 0.55% | - |
| HSV(B) | 99.81º | 0.55% | 0.76% | - |
| XYZ | 29.59 | 44.02 | 16.17 | - |
| YUV | 161.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 88 | 0.36 | 0 | 0.55 | 0.24 | 99.81 | 0.47 | 0.55 |
| Hex | 7C | C3 | 58 | 24 | 0 | 37 | 18 | 64 | 2F | 37 |
| Octal | 174 | 303 | 130 | 44 | 0 | 67 | 30 | 144 | 57 | 67 |
| Binary | 1111100 | 11000011 | 1011000 | 100100 | 0 | 110111 | 11000 | 1100100 | 101111 | 110111 |
Color Harmonies of #7CC358
Complementary color
Monochromatic Colors of #7CC358
Black with #7CC358
Text Example
Text Example
White with #7CC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC358; }
p { color: rgb(124,195,88); }
H1.HeaderClassName
{
color: #7CC358;
}
.AnyTagClassName
{
color: #7CC358;
}
</style>
background-color css
<style>
a { background-color: #7CC358; }
a { background-color: rgb(124,195,88); }
div.DivClassName
{
background-color: #7CC358;
}
.BgClassName
{
background-color: #7CC358;
}
</style>
border-color css
<style>
span { border-color: #7CC358; }
span { border-color: rgb(124,195,88); }
td.TdClassName
{
border-color: #7CC358;
}
.TagClassName
{
border-color: #7CC358;
}
</style>