Shades of Mantis #7CCC58
Tints of Mantis #7CCC58
RGB
CMYK
RGB Variations
Color information
#7CCC58 (or 0x7CCC58) is known color: Mantis. HEX triplet: 7C, CC and 58. RGB value is (124,204,88). Sum of RGB (Red+Green+Blue) = 124+204+88=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC58 is #8333A7. Grayscale: #A7A7A7. Windows color (decimal): -8598440 or 5819516. OLE color: 5819516.
HSL color Cylindrical-coordinate representation of color #7CCC58: hue angle of 101.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CCC58 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 88 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.2 |
| HSL | 101.38º | 0.53% | 0.57% | - |
| HSV(B) | 101.38º | 0.57% | 0.8% | - |
| XYZ | 31.67 | 48.18 | 16.86 | - |
| YUV | 166.86 | 83.5 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 88 | 0.39 | 0 | 0.57 | 0.2 | 101.38 | 0.53 | 0.57 |
| Hex | 7C | CC | 58 | 27 | 0 | 39 | 14 | 65 | 35 | 39 |
| Octal | 174 | 314 | 130 | 47 | 0 | 71 | 24 | 145 | 65 | 71 |
| Binary | 1111100 | 11001100 | 1011000 | 100111 | 0 | 111001 | 10100 | 1100101 | 110101 | 111001 |
Color Harmonies of #7CCC58
Complementary color
Monochromatic Colors of #7CCC58
Black with #7CCC58
Text Example
Text Example
White with #7CCC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC58; }
p { color: rgb(124,204,88); }
H1.HeaderClassName
{
color: #7CCC58;
}
.AnyTagClassName
{
color: #7CCC58;
}
</style>
background-color css
<style>
a { background-color: #7CCC58; }
a { background-color: rgb(124,204,88); }
div.DivClassName
{
background-color: #7CCC58;
}
.BgClassName
{
background-color: #7CCC58;
}
</style>
border-color css
<style>
span { border-color: #7CCC58; }
span { border-color: rgb(124,204,88); }
td.TdClassName
{
border-color: #7CCC58;
}
.TagClassName
{
border-color: #7CCC58;
}
</style>