Shades of Mantis #7CCC5B
Tints of Mantis #7CCC5B
RGB
CMYK
RGB Variations
Color information
#7CCC5B (or 0x7CCC5B) is known color: Mantis. HEX triplet: 7C, CC and 5B. RGB value is (124,204,91). Sum of RGB (Red+Green+Blue) = 124+204+91=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC5B is #8333A4. Grayscale: #A7A7A7. Windows color (decimal): -8598437 or 6016124. OLE color: 6016124.
HSL color Cylindrical-coordinate representation of color #7CCC5B: hue angle of 102.48º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CCC5B is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 91 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.2 |
| HSL | 102.48º | 0.53% | 0.58% | - |
| HSV(B) | 102.48º | 0.55% | 0.8% | - |
| XYZ | 31.79 | 48.23 | 17.53 | - |
| YUV | 167.2 | 85 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 91 | 0.39 | 0 | 0.55 | 0.2 | 102.48 | 0.53 | 0.58 |
| Hex | 7C | CC | 5B | 27 | 0 | 37 | 14 | 66 | 35 | 3A |
| Octal | 174 | 314 | 133 | 47 | 0 | 67 | 24 | 146 | 65 | 72 |
| Binary | 1111100 | 11001100 | 1011011 | 100111 | 0 | 110111 | 10100 | 1100110 | 110101 | 111010 |
Color Harmonies of #7CCC5B
Complementary color
Monochromatic Colors of #7CCC5B
Black with #7CCC5B
Text Example
Text Example
White with #7CCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC5B; }
p { color: rgb(124,204,91); }
H1.HeaderClassName
{
color: #7CCC5B;
}
.AnyTagClassName
{
color: #7CCC5B;
}
</style>
background-color css
<style>
a { background-color: #7CCC5B; }
a { background-color: rgb(124,204,91); }
div.DivClassName
{
background-color: #7CCC5B;
}
.BgClassName
{
background-color: #7CCC5B;
}
</style>
border-color css
<style>
span { border-color: #7CCC5B; }
span { border-color: rgb(124,204,91); }
td.TdClassName
{
border-color: #7CCC5B;
}
.TagClassName
{
border-color: #7CCC5B;
}
</style>