Shades of Mantis #7CCE5B
Tints of Mantis #7CCE5B
RGB
CMYK
RGB Variations
Color information
#7CCE5B (or 0x7CCE5B) is known color: Mantis. HEX triplet: 7C, CE and 5B. RGB value is (124,206,91). Sum of RGB (Red+Green+Blue) = 124+206+91=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCE5B is #8331A4. Grayscale: #A8A8A8. Windows color (decimal): -8597925 or 6016636. OLE color: 6016636.
HSL color Cylindrical-coordinate representation of color #7CCE5B: hue angle of 102.78º 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 #7CCE5B is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 91 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.19 |
| HSL | 102.78º | 0.54% | 0.58% | - |
| HSV(B) | 102.78º | 0.56% | 0.81% | - |
| XYZ | 32.27 | 49.18 | 17.69 | - |
| YUV | 168.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 91 | 0.40 | 0 | 0.56 | 0.19 | 102.78 | 0.54 | 0.58 |
| Hex | 7C | CE | 5B | 28 | 0 | 38 | 13 | 67 | 36 | 3A |
| Octal | 174 | 316 | 133 | 50 | 0 | 70 | 23 | 147 | 66 | 72 |
| Binary | 1111100 | 11001110 | 1011011 | 101000 | 0 | 111000 | 10011 | 1100111 | 110110 | 111010 |
Color Harmonies of #7CCE5B
Complementary color
Monochromatic Colors of #7CCE5B
Black with #7CCE5B
Text Example
Text Example
White with #7CCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE5B; }
p { color: rgb(124,206,91); }
H1.HeaderClassName
{
color: #7CCE5B;
}
.AnyTagClassName
{
color: #7CCE5B;
}
</style>
background-color css
<style>
a { background-color: #7CCE5B; }
a { background-color: rgb(124,206,91); }
div.DivClassName
{
background-color: #7CCE5B;
}
.BgClassName
{
background-color: #7CCE5B;
}
</style>
border-color css
<style>
span { border-color: #7CCE5B; }
span { border-color: rgb(124,206,91); }
td.TdClassName
{
border-color: #7CCE5B;
}
.TagClassName
{
border-color: #7CCE5B;
}
</style>