Shades of Mantis #7CCC53
Tints of Mantis #7CCC53
RGB
CMYK
RGB Variations
Color information
#7CCC53 (or 0x7CCC53) is known color: Mantis. HEX triplet: 7C, CC and 53. RGB value is (124,204,83). Sum of RGB (Red+Green+Blue) = 124+204+83=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC53 is #8333AC. Grayscale: #A6A6A6. Windows color (decimal): -8598445 or 5491836. OLE color: 5491836.
HSL color Cylindrical-coordinate representation of color #7CCC53: hue angle of 99.67º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CCC53 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 83 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.2 |
| HSL | 99.67º | 0.54% | 0.56% | - |
| HSV(B) | 99.67º | 0.59% | 0.8% | - |
| XYZ | 31.47 | 48.1 | 15.81 | - |
| YUV | 166.29 | 81 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 83 | 0.39 | 0 | 0.59 | 0.2 | 99.67 | 0.54 | 0.56 |
| Hex | 7C | CC | 53 | 27 | 0 | 3B | 14 | 64 | 36 | 38 |
| Octal | 174 | 314 | 123 | 47 | 0 | 73 | 24 | 144 | 66 | 70 |
| Binary | 1111100 | 11001100 | 1010011 | 100111 | 0 | 111011 | 10100 | 1100100 | 110110 | 111000 |
Color Harmonies of #7CCC53
Complementary color
Monochromatic Colors of #7CCC53
Black with #7CCC53
Text Example
Text Example
White with #7CCC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC53; }
p { color: rgb(124,204,83); }
H1.HeaderClassName
{
color: #7CCC53;
}
.AnyTagClassName
{
color: #7CCC53;
}
</style>
background-color css
<style>
a { background-color: #7CCC53; }
a { background-color: rgb(124,204,83); }
div.DivClassName
{
background-color: #7CCC53;
}
.BgClassName
{
background-color: #7CCC53;
}
</style>
border-color css
<style>
span { border-color: #7CCC53; }
span { border-color: rgb(124,204,83); }
td.TdClassName
{
border-color: #7CCC53;
}
.TagClassName
{
border-color: #7CCC53;
}
</style>