Shades of Mantis #7DCE40
Tints of Mantis #7DCE40
RGB
CMYK
RGB Variations
Color information
#7DCE40 (or 0x7DCE40) is known color: Mantis. HEX triplet: 7D, CE and 40. RGB value is (125,206,64). Sum of RGB (Red+Green+Blue) = 125+206+64=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE40 is #8231BF. Grayscale: #A6A6A6. Windows color (decimal): -8532416 or 4247165. OLE color: 4247165.
HSL color Cylindrical-coordinate representation of color #7DCE40: hue angle of 94.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DCE40 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 64 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.19 |
| HSL | 94.23º | 0.59% | 0.53% | - |
| HSV(B) | 94.23º | 0.69% | 0.81% | - |
| XYZ | 31.45 | 48.87 | 12.63 | - |
| YUV | 165.59 | 70.66 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 64 | 0.39 | 0 | 0.69 | 0.19 | 94.23 | 0.59 | 0.53 |
| Hex | 7D | CE | 40 | 27 | 0 | 45 | 13 | 5E | 3B | 35 |
| Octal | 175 | 316 | 100 | 47 | 0 | 105 | 23 | 136 | 73 | 65 |
| Binary | 1111101 | 11001110 | 1000000 | 100111 | 0 | 1000101 | 10011 | 1011110 | 111011 | 110101 |
Color Harmonies of #7DCE40
Complementary color
Monochromatic Colors of #7DCE40
Black with #7DCE40
Text Example
Text Example
White with #7DCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE40; }
p { color: rgb(125,206,64); }
H1.HeaderClassName
{
color: #7DCE40;
}
.AnyTagClassName
{
color: #7DCE40;
}
</style>
background-color css
<style>
a { background-color: #7DCE40; }
a { background-color: rgb(125,206,64); }
div.DivClassName
{
background-color: #7DCE40;
}
.BgClassName
{
background-color: #7DCE40;
}
</style>
border-color css
<style>
span { border-color: #7DCE40; }
span { border-color: rgb(125,206,64); }
td.TdClassName
{
border-color: #7DCE40;
}
.TagClassName
{
border-color: #7DCE40;
}
</style>