Shades of Mantis #7DCE41
Tints of Mantis #7DCE41
RGB
CMYK
RGB Variations
Color information
#7DCE41 (or 0x7DCE41) is known color: Mantis. HEX triplet: 7D, CE and 41. RGB value is (125,206,65). Sum of RGB (Red+Green+Blue) = 125+206+65=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE41 is #8231BE. Grayscale: #A6A6A6. Windows color (decimal): -8532415 or 4312701. OLE color: 4312701.
HSL color Cylindrical-coordinate representation of color #7DCE41: hue angle of 94.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DCE41 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 65 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.19 |
| HSL | 94.47º | 0.59% | 0.53% | - |
| HSV(B) | 94.47º | 0.68% | 0.81% | - |
| XYZ | 31.48 | 48.88 | 12.78 | - |
| YUV | 165.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 65 | 0.39 | 0 | 0.68 | 0.19 | 94.47 | 0.59 | 0.53 |
| Hex | 7D | CE | 41 | 27 | 0 | 44 | 13 | 5E | 3B | 35 |
| Octal | 175 | 316 | 101 | 47 | 0 | 104 | 23 | 136 | 73 | 65 |
| Binary | 1111101 | 11001110 | 1000001 | 100111 | 0 | 1000100 | 10011 | 1011110 | 111011 | 110101 |
Color Harmonies of #7DCE41
Complementary color
Monochromatic Colors of #7DCE41
Black with #7DCE41
Text Example
Text Example
White with #7DCE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE41; }
p { color: rgb(125,206,65); }
H1.HeaderClassName
{
color: #7DCE41;
}
.AnyTagClassName
{
color: #7DCE41;
}
</style>
background-color css
<style>
a { background-color: #7DCE41; }
a { background-color: rgb(125,206,65); }
div.DivClassName
{
background-color: #7DCE41;
}
.BgClassName
{
background-color: #7DCE41;
}
</style>
border-color css
<style>
span { border-color: #7DCE41; }
span { border-color: rgb(125,206,65); }
td.TdClassName
{
border-color: #7DCE41;
}
.TagClassName
{
border-color: #7DCE41;
}
</style>