Shades of Mantis #7CCF58
Tints of Mantis #7CCF58
RGB
CMYK
RGB Variations
Color information
#7CCF58 (or 0x7CCF58) is known color: Mantis. HEX triplet: 7C, CF and 58. RGB value is (124,207,88). Sum of RGB (Red+Green+Blue) = 124+207+88=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF58 is #8330A7. Grayscale: #A9A9A9. Windows color (decimal): -8597672 or 5820284. OLE color: 5820284.
HSL color Cylindrical-coordinate representation of color #7CCF58: hue angle of 101.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CCF58 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 88 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.19 |
| HSL | 101.85º | 0.55% | 0.58% | - |
| HSV(B) | 101.85º | 0.57% | 0.81% | - |
| XYZ | 32.39 | 49.62 | 17.1 | - |
| YUV | 168.62 | 82.5 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 88 | 0.40 | 0 | 0.57 | 0.19 | 101.85 | 0.55 | 0.58 |
| Hex | 7C | CF | 58 | 28 | 0 | 39 | 13 | 66 | 37 | 3A |
| Octal | 174 | 317 | 130 | 50 | 0 | 71 | 23 | 146 | 67 | 72 |
| Binary | 1111100 | 11001111 | 1011000 | 101000 | 0 | 111001 | 10011 | 1100110 | 110111 | 111010 |
Color Harmonies of #7CCF58
Complementary color
Monochromatic Colors of #7CCF58
Black with #7CCF58
Text Example
Text Example
White with #7CCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF58; }
p { color: rgb(124,207,88); }
H1.HeaderClassName
{
color: #7CCF58;
}
.AnyTagClassName
{
color: #7CCF58;
}
</style>
background-color css
<style>
a { background-color: #7CCF58; }
a { background-color: rgb(124,207,88); }
div.DivClassName
{
background-color: #7CCF58;
}
.BgClassName
{
background-color: #7CCF58;
}
</style>
border-color css
<style>
span { border-color: #7CCF58; }
span { border-color: rgb(124,207,88); }
td.TdClassName
{
border-color: #7CCF58;
}
.TagClassName
{
border-color: #7CCF58;
}
</style>