Shades of Mantis #7CCE43
Tints of Mantis #7CCE43
RGB
CMYK
RGB Variations
Color information
#7CCE43 (or 0x7CCE43) is known color: Mantis. HEX triplet: 7C, CE and 43. RGB value is (124,206,67). Sum of RGB (Red+Green+Blue) = 124+206+67=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCE43 is #8331BC. Grayscale: #A6A6A6. Windows color (decimal): -8597949 or 4443772. OLE color: 4443772.
HSL color Cylindrical-coordinate representation of color #7CCE43: hue angle of 95.4º degrees, saturation: 0.59, 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 #7CCE43 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 67 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.19 |
| HSL | 95.4º | 0.59% | 0.54% | - |
| HSV(B) | 95.4º | 0.67% | 0.81% | - |
| XYZ | 31.4 | 48.83 | 13.08 | - |
| YUV | 165.64 | 72.33 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 67 | 0.40 | 0 | 0.67 | 0.19 | 95.4 | 0.59 | 0.54 |
| Hex | 7C | CE | 43 | 28 | 0 | 43 | 13 | 5F | 3B | 36 |
| Octal | 174 | 316 | 103 | 50 | 0 | 103 | 23 | 137 | 73 | 66 |
| Binary | 1111100 | 11001110 | 1000011 | 101000 | 0 | 1000011 | 10011 | 1011111 | 111011 | 110110 |
Color Harmonies of #7CCE43
Complementary color
Monochromatic Colors of #7CCE43
Black with #7CCE43
Text Example
Text Example
White with #7CCE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE43; }
p { color: rgb(124,206,67); }
H1.HeaderClassName
{
color: #7CCE43;
}
.AnyTagClassName
{
color: #7CCE43;
}
</style>
background-color css
<style>
a { background-color: #7CCE43; }
a { background-color: rgb(124,206,67); }
div.DivClassName
{
background-color: #7CCE43;
}
.BgClassName
{
background-color: #7CCE43;
}
</style>
border-color css
<style>
span { border-color: #7CCE43; }
span { border-color: rgb(124,206,67); }
td.TdClassName
{
border-color: #7CCE43;
}
.TagClassName
{
border-color: #7CCE43;
}
</style>