Shades of Mantis #7CC453
Tints of Mantis #7CC453
RGB
CMYK
RGB Variations
Color information
#7CC453 (or 0x7CC453) is known color: Mantis. HEX triplet: 7C, C4 and 53. RGB value is (124,196,83). Sum of RGB (Red+Green+Blue) = 124+196+83=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC453 is #833BAC. Grayscale: #A1A1A1. Windows color (decimal): -8600493 or 5489788. OLE color: 5489788.
HSL color Cylindrical-coordinate representation of color #7CC453: hue angle of 98.23º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CC453 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 83 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.23 |
| HSL | 98.23º | 0.49% | 0.55% | - |
| HSV(B) | 98.23º | 0.58% | 0.77% | - |
| XYZ | 29.61 | 44.39 | 15.19 | - |
| YUV | 161.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 83 | 0.37 | 0 | 0.58 | 0.23 | 98.23 | 0.49 | 0.55 |
| Hex | 7C | C4 | 53 | 25 | 0 | 3A | 17 | 62 | 31 | 37 |
| Octal | 174 | 304 | 123 | 45 | 0 | 72 | 27 | 142 | 61 | 67 |
| Binary | 1111100 | 11000100 | 1010011 | 100101 | 0 | 111010 | 10111 | 1100010 | 110001 | 110111 |
Color Harmonies of #7CC453
Complementary color
Monochromatic Colors of #7CC453
Black with #7CC453
Text Example
Text Example
White with #7CC453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC453; }
p { color: rgb(124,196,83); }
H1.HeaderClassName
{
color: #7CC453;
}
.AnyTagClassName
{
color: #7CC453;
}
</style>
background-color css
<style>
a { background-color: #7CC453; }
a { background-color: rgb(124,196,83); }
div.DivClassName
{
background-color: #7CC453;
}
.BgClassName
{
background-color: #7CC453;
}
</style>
border-color css
<style>
span { border-color: #7CC453; }
span { border-color: rgb(124,196,83); }
td.TdClassName
{
border-color: #7CC453;
}
.TagClassName
{
border-color: #7CC453;
}
</style>