Shades of Mantis #7CE755
Tints of Mantis #7CE755
RGB
CMYK
RGB Variations
Color information
#7CE755 (or 0x7CE755) is known color: Mantis. HEX triplet: 7C, E7 and 55. RGB value is (124,231,85). Sum of RGB (Red+Green+Blue) = 124+231+85=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE755 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CE755 is #8318AA. Grayscale: #B6B6B6. Windows color (decimal): -8591531 or 5629820. OLE color: 5629820.
HSL color Cylindrical-coordinate representation of color #7CE755: hue angle of 103.97º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CE755 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 85 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.09 |
| HSL | 103.97º | 0.75% | 0.62% | - |
| HSV(B) | 103.97º | 0.63% | 0.91% | - |
| XYZ | 38.53 | 62.09 | 18.55 | - |
| YUV | 182.36 | 73.05 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 85 | 0.46 | 0 | 0.63 | 0.09 | 103.97 | 0.75 | 0.62 |
| Hex | 7C | E7 | 55 | 2E | 0 | 3F | 9 | 68 | 4B | 3E |
| Octal | 174 | 347 | 125 | 56 | 0 | 77 | 11 | 150 | 113 | 76 |
| Binary | 1111100 | 11100111 | 1010101 | 101110 | 0 | 111111 | 1001 | 1101000 | 1001011 | 111110 |
Color Harmonies of #7CE755
Complementary color
Monochromatic Colors of #7CE755
Black with #7CE755
Text Example
Text Example
White with #7CE755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE755; }
p { color: rgb(124,231,85); }
H1.HeaderClassName
{
color: #7CE755;
}
.AnyTagClassName
{
color: #7CE755;
}
</style>
background-color css
<style>
a { background-color: #7CE755; }
a { background-color: rgb(124,231,85); }
div.DivClassName
{
background-color: #7CE755;
}
.BgClassName
{
background-color: #7CE755;
}
</style>
border-color css
<style>
span { border-color: #7CE755; }
span { border-color: rgb(124,231,85); }
td.TdClassName
{
border-color: #7CE755;
}
.TagClassName
{
border-color: #7CE755;
}
</style>