Shades of Mantis #7CE950
Tints of Mantis #7CE950
RGB
CMYK
RGB Variations
Color information
#7CE950 (or 0x7CE950) is known color: Mantis. HEX triplet: 7C, E9 and 50. RGB value is (124,233,80). Sum of RGB (Red+Green+Blue) = 124+233+80=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 233 (91.41% from 255 or 53.32% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 233 - color contains mainly: green. Hex color #7CE950 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CE950 is #8316AF. Grayscale: #B7B7B7. Windows color (decimal): -8591024 or 5302652. OLE color: 5302652.
HSL color Cylindrical-coordinate representation of color #7CE950: hue angle of 102.75º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CE950 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 233 | 80 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.09 |
| HSL | 102.75º | 0.78% | 0.61% | - |
| HSV(B) | 102.75º | 0.66% | 0.91% | - |
| XYZ | 38.9 | 63.14 | 17.73 | - |
| YUV | 182.97 | 69.89 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 233 | 80 | 0.47 | 0 | 0.66 | 0.09 | 102.75 | 0.78 | 0.61 |
| Hex | 7C | E9 | 50 | 2F | 0 | 42 | 9 | 67 | 4E | 3D |
| Octal | 174 | 351 | 120 | 57 | 0 | 102 | 11 | 147 | 116 | 75 |
| Binary | 1111100 | 11101001 | 1010000 | 101111 | 0 | 1000010 | 1001 | 1100111 | 1001110 | 111101 |
Color Harmonies of #7CE950
Complementary color
Monochromatic Colors of #7CE950
Black with #7CE950
Text Example
Text Example
White with #7CE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE950; }
p { color: rgb(124,233,80); }
H1.HeaderClassName
{
color: #7CE950;
}
.AnyTagClassName
{
color: #7CE950;
}
</style>
background-color css
<style>
a { background-color: #7CE950; }
a { background-color: rgb(124,233,80); }
div.DivClassName
{
background-color: #7CE950;
}
.BgClassName
{
background-color: #7CE950;
}
</style>
border-color css
<style>
span { border-color: #7CE950; }
span { border-color: rgb(124,233,80); }
td.TdClassName
{
border-color: #7CE950;
}
.TagClassName
{
border-color: #7CE950;
}
</style>