Shades of Mantis #7CCF57
Tints of Mantis #7CCF57
RGB
CMYK
RGB Variations
Color information
#7CCF57 (or 0x7CCF57) is known color: Mantis. HEX triplet: 7C, CF and 57. RGB value is (124,207,87). Sum of RGB (Red+Green+Blue) = 124+207+87=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF57 is #8330A8. Grayscale: #A8A8A8. Windows color (decimal): -8597673 or 5754748. OLE color: 5754748.
HSL color Cylindrical-coordinate representation of color #7CCF57: hue angle of 101.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CCF57 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 87 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.19 |
| HSL | 101.5º | 0.56% | 0.58% | - |
| HSV(B) | 101.5º | 0.58% | 0.81% | - |
| XYZ | 32.35 | 49.6 | 16.89 | - |
| YUV | 168.5 | 82 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 87 | 0.40 | 0 | 0.58 | 0.19 | 101.5 | 0.56 | 0.58 |
| Hex | 7C | CF | 57 | 28 | 0 | 3A | 13 | 66 | 38 | 3A |
| Octal | 174 | 317 | 127 | 50 | 0 | 72 | 23 | 146 | 70 | 72 |
| Binary | 1111100 | 11001111 | 1010111 | 101000 | 0 | 111010 | 10011 | 1100110 | 111000 | 111010 |
Color Harmonies of #7CCF57
Complementary color
Monochromatic Colors of #7CCF57
Black with #7CCF57
Text Example
Text Example
White with #7CCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF57; }
p { color: rgb(124,207,87); }
H1.HeaderClassName
{
color: #7CCF57;
}
.AnyTagClassName
{
color: #7CCF57;
}
</style>
background-color css
<style>
a { background-color: #7CCF57; }
a { background-color: rgb(124,207,87); }
div.DivClassName
{
background-color: #7CCF57;
}
.BgClassName
{
background-color: #7CCF57;
}
</style>
border-color css
<style>
span { border-color: #7CCF57; }
span { border-color: rgb(124,207,87); }
td.TdClassName
{
border-color: #7CCF57;
}
.TagClassName
{
border-color: #7CCF57;
}
</style>