Shades of Mantis #7CCE5C
Tints of Mantis #7CCE5C
RGB
CMYK
RGB Variations
Color information
#7CCE5C (or 0x7CCE5C) is known color: Mantis. HEX triplet: 7C, CE and 5C. RGB value is (124,206,92). Sum of RGB (Red+Green+Blue) = 124+206+92=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCE5C is #8331A3. Grayscale: #A8A8A8. Windows color (decimal): -8597924 or 6082172. OLE color: 6082172.
HSL color Cylindrical-coordinate representation of color #7CCE5C: hue angle of 103.16º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CCE5C is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 92 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.19 |
| HSL | 103.16º | 0.54% | 0.58% | - |
| HSV(B) | 103.16º | 0.55% | 0.81% | - |
| XYZ | 32.32 | 49.2 | 17.92 | - |
| YUV | 168.49 | 84.83 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 92 | 0.40 | 0 | 0.55 | 0.19 | 103.16 | 0.54 | 0.58 |
| Hex | 7C | CE | 5C | 28 | 0 | 37 | 13 | 67 | 36 | 3A |
| Octal | 174 | 316 | 134 | 50 | 0 | 67 | 23 | 147 | 66 | 72 |
| Binary | 1111100 | 11001110 | 1011100 | 101000 | 0 | 110111 | 10011 | 1100111 | 110110 | 111010 |
Color Harmonies of #7CCE5C
Complementary color
Monochromatic Colors of #7CCE5C
Black with #7CCE5C
Text Example
Text Example
White with #7CCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE5C; }
p { color: rgb(124,206,92); }
H1.HeaderClassName
{
color: #7CCE5C;
}
.AnyTagClassName
{
color: #7CCE5C;
}
</style>
background-color css
<style>
a { background-color: #7CCE5C; }
a { background-color: rgb(124,206,92); }
div.DivClassName
{
background-color: #7CCE5C;
}
.BgClassName
{
background-color: #7CCE5C;
}
</style>
border-color css
<style>
span { border-color: #7CCE5C; }
span { border-color: rgb(124,206,92); }
td.TdClassName
{
border-color: #7CCE5C;
}
.TagClassName
{
border-color: #7CCE5C;
}
</style>