Shades of Mantis #7CC952
Tints of Mantis #7CC952
RGB
CMYK
RGB Variations
Color information
#7CC952 (or 0x7CC952) is known color: Mantis. HEX triplet: 7C, C9 and 52. RGB value is (124,201,82). Sum of RGB (Red+Green+Blue) = 124+201+82=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC952 is #8336AD. Grayscale: #A4A4A4. Windows color (decimal): -8599214 or 5425532. OLE color: 5425532.
HSL color Cylindrical-coordinate representation of color #7CC952: hue angle of 98.82º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CC952 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 82 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.21 |
| HSL | 98.82º | 0.52% | 0.55% | - |
| HSV(B) | 98.82º | 0.59% | 0.79% | - |
| XYZ | 30.72 | 46.67 | 15.37 | - |
| YUV | 164.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 82 | 0.38 | 0 | 0.59 | 0.21 | 98.82 | 0.52 | 0.55 |
| Hex | 7C | C9 | 52 | 26 | 0 | 3B | 15 | 63 | 34 | 37 |
| Octal | 174 | 311 | 122 | 46 | 0 | 73 | 25 | 143 | 64 | 67 |
| Binary | 1111100 | 11001001 | 1010010 | 100110 | 0 | 111011 | 10101 | 1100011 | 110100 | 110111 |
Color Harmonies of #7CC952
Complementary color
Monochromatic Colors of #7CC952
Black with #7CC952
Text Example
Text Example
White with #7CC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC952; }
p { color: rgb(124,201,82); }
H1.HeaderClassName
{
color: #7CC952;
}
.AnyTagClassName
{
color: #7CC952;
}
</style>
background-color css
<style>
a { background-color: #7CC952; }
a { background-color: rgb(124,201,82); }
div.DivClassName
{
background-color: #7CC952;
}
.BgClassName
{
background-color: #7CC952;
}
</style>
border-color css
<style>
span { border-color: #7CC952; }
span { border-color: rgb(124,201,82); }
td.TdClassName
{
border-color: #7CC952;
}
.TagClassName
{
border-color: #7CC952;
}
</style>