Shades of Mantis #7CCE3D
Tints of Mantis #7CCE3D
RGB
CMYK
RGB Variations
Color information
#7CCE3D (or 0x7CCE3D) is known color: Mantis. HEX triplet: 7C, CE and 3D. RGB value is (124,206,61). Sum of RGB (Red+Green+Blue) = 124+206+61=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCE3D is #8331C2. Grayscale: #A5A5A5. Windows color (decimal): -8597955 or 4050556. OLE color: 4050556.
HSL color Cylindrical-coordinate representation of color #7CCE3D: hue angle of 93.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CCE3D is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 61 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.19 |
| HSL | 93.93º | 0.6% | 0.52% | - |
| HSV(B) | 93.93º | 0.7% | 0.81% | - |
| XYZ | 31.23 | 48.76 | 12.18 | - |
| YUV | 164.95 | 69.33 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 61 | 0.40 | 0 | 0.70 | 0.19 | 93.93 | 0.6 | 0.52 |
| Hex | 7C | CE | 3D | 28 | 0 | 46 | 13 | 5E | 3C | 34 |
| Octal | 174 | 316 | 75 | 50 | 0 | 106 | 23 | 136 | 74 | 64 |
| Binary | 1111100 | 11001110 | 111101 | 101000 | 0 | 1000110 | 10011 | 1011110 | 111100 | 110100 |
Color Harmonies of #7CCE3D
Complementary color
Monochromatic Colors of #7CCE3D
Black with #7CCE3D
Text Example
Text Example
White with #7CCE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCE3D; }
p { color: rgb(124,206,61); }
H1.HeaderClassName
{
color: #7CCE3D;
}
.AnyTagClassName
{
color: #7CCE3D;
}
</style>
background-color css
<style>
a { background-color: #7CCE3D; }
a { background-color: rgb(124,206,61); }
div.DivClassName
{
background-color: #7CCE3D;
}
.BgClassName
{
background-color: #7CCE3D;
}
</style>
border-color css
<style>
span { border-color: #7CCE3D; }
span { border-color: rgb(124,206,61); }
td.TdClassName
{
border-color: #7CCE3D;
}
.TagClassName
{
border-color: #7CCE3D;
}
</style>