Shades of Mantis #7CCF55
Tints of Mantis #7CCF55
RGB
CMYK
RGB Variations
Color information
#7CCF55 (or 0x7CCF55) is known color: Mantis. HEX triplet: 7C, CF and 55. RGB value is (124,207,85). Sum of RGB (Red+Green+Blue) = 124+207+85=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF55 is #8330AA. Grayscale: #A8A8A8. Windows color (decimal): -8597675 or 5623676. OLE color: 5623676.
HSL color Cylindrical-coordinate representation of color #7CCF55: hue angle of 100.82º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CCF55 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 85 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.19 |
| HSL | 100.82º | 0.56% | 0.57% | - |
| HSV(B) | 100.82º | 0.59% | 0.81% | - |
| XYZ | 32.26 | 49.57 | 16.46 | - |
| YUV | 168.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 85 | 0.40 | 0 | 0.59 | 0.19 | 100.82 | 0.56 | 0.57 |
| Hex | 7C | CF | 55 | 28 | 0 | 3B | 13 | 65 | 38 | 39 |
| Octal | 174 | 317 | 125 | 50 | 0 | 73 | 23 | 145 | 70 | 71 |
| Binary | 1111100 | 11001111 | 1010101 | 101000 | 0 | 111011 | 10011 | 1100101 | 111000 | 111001 |
Color Harmonies of #7CCF55
Complementary color
Monochromatic Colors of #7CCF55
Black with #7CCF55
Text Example
Text Example
White with #7CCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF55; }
p { color: rgb(124,207,85); }
H1.HeaderClassName
{
color: #7CCF55;
}
.AnyTagClassName
{
color: #7CCF55;
}
</style>
background-color css
<style>
a { background-color: #7CCF55; }
a { background-color: rgb(124,207,85); }
div.DivClassName
{
background-color: #7CCF55;
}
.BgClassName
{
background-color: #7CCF55;
}
</style>
border-color css
<style>
span { border-color: #7CCF55; }
span { border-color: rgb(124,207,85); }
td.TdClassName
{
border-color: #7CCF55;
}
.TagClassName
{
border-color: #7CCF55;
}
</style>