Shades of Mantis #7CCE5A
Tints of Mantis #7CCE5A
RGB
CMYK
RGB Variations
Color information
#7CCE5A (or 0x7CCE5A) is known color: Mantis. HEX triplet: 7C, CE and 5A. RGB value is (124,206,90). Sum of RGB (Red+Green+Blue) = 124+206+90=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCE5A is #8331A5. Grayscale: #A8A8A8. Windows color (decimal): -8597926 or 5951100. OLE color: 5951100.
HSL color Cylindrical-coordinate representation of color #7CCE5A: hue angle of 102.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CCE5A is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 90 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.19 |
| HSL | 102.41º | 0.54% | 0.58% | - |
| HSV(B) | 102.41º | 0.56% | 0.81% | - |
| XYZ | 32.23 | 49.17 | 17.46 | - |
| YUV | 168.26 | 83.83 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 90 | 0.40 | 0 | 0.56 | 0.19 | 102.41 | 0.54 | 0.58 |
| Hex | 7C | CE | 5A | 28 | 0 | 38 | 13 | 66 | 36 | 3A |
| Octal | 174 | 316 | 132 | 50 | 0 | 70 | 23 | 146 | 66 | 72 |
| Binary | 1111100 | 11001110 | 1011010 | 101000 | 0 | 111000 | 10011 | 1100110 | 110110 | 111010 |
Color Harmonies of #7CCE5A
Complementary color
Monochromatic Colors of #7CCE5A
Black with #7CCE5A
Text Example
Text Example
White with #7CCE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE5A; }
p { color: rgb(124,206,90); }
H1.HeaderClassName
{
color: #7CCE5A;
}
.AnyTagClassName
{
color: #7CCE5A;
}
</style>
background-color css
<style>
a { background-color: #7CCE5A; }
a { background-color: rgb(124,206,90); }
div.DivClassName
{
background-color: #7CCE5A;
}
.BgClassName
{
background-color: #7CCE5A;
}
</style>
border-color css
<style>
span { border-color: #7CCE5A; }
span { border-color: rgb(124,206,90); }
td.TdClassName
{
border-color: #7CCE5A;
}
.TagClassName
{
border-color: #7CCE5A;
}
</style>