Shades of Mantis #7CCE45
Tints of Mantis #7CCE45
RGB
CMYK
RGB Variations
Color information
#7CCE45 (or 0x7CCE45) is known color: Mantis. HEX triplet: 7C, CE and 45. RGB value is (124,206,69). Sum of RGB (Red+Green+Blue) = 124+206+69=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCE45 is #8331BA. Grayscale: #A6A6A6. Windows color (decimal): -8597947 or 4574844. OLE color: 4574844.
HSL color Cylindrical-coordinate representation of color #7CCE45: hue angle of 95.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CCE45 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 69 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.19 |
| HSL | 95.91º | 0.58% | 0.54% | - |
| HSV(B) | 95.91º | 0.67% | 0.81% | - |
| XYZ | 31.46 | 48.86 | 13.4 | - |
| YUV | 165.86 | 73.33 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 69 | 0.40 | 0 | 0.67 | 0.19 | 95.91 | 0.58 | 0.54 |
| Hex | 7C | CE | 45 | 28 | 0 | 43 | 13 | 60 | 3A | 36 |
| Octal | 174 | 316 | 105 | 50 | 0 | 103 | 23 | 140 | 72 | 66 |
| Binary | 1111100 | 11001110 | 1000101 | 101000 | 0 | 1000011 | 10011 | 1100000 | 111010 | 110110 |
Color Harmonies of #7CCE45
Complementary color
Monochromatic Colors of #7CCE45
Black with #7CCE45
Text Example
Text Example
White with #7CCE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE45; }
p { color: rgb(124,206,69); }
H1.HeaderClassName
{
color: #7CCE45;
}
.AnyTagClassName
{
color: #7CCE45;
}
</style>
background-color css
<style>
a { background-color: #7CCE45; }
a { background-color: rgb(124,206,69); }
div.DivClassName
{
background-color: #7CCE45;
}
.BgClassName
{
background-color: #7CCE45;
}
</style>
border-color css
<style>
span { border-color: #7CCE45; }
span { border-color: rgb(124,206,69); }
td.TdClassName
{
border-color: #7CCE45;
}
.TagClassName
{
border-color: #7CCE45;
}
</style>