Shades of Mantis #7DCE4D
Tints of Mantis #7DCE4D
RGB
CMYK
RGB Variations
Color information
#7DCE4D (or 0x7DCE4D) is known color: Mantis. HEX triplet: 7D, CE and 4D. RGB value is (125,206,77). Sum of RGB (Red+Green+Blue) = 125+206+77=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE4D is #8231B2. Grayscale: #A7A7A7. Windows color (decimal): -8532403 or 5099133. OLE color: 5099133.
HSL color Cylindrical-coordinate representation of color #7DCE4D: hue angle of 97.67º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DCE4D is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 77 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.19 |
| HSL | 97.67º | 0.57% | 0.55% | - |
| HSV(B) | 97.67º | 0.63% | 0.81% | - |
| XYZ | 31.87 | 49.04 | 14.81 | - |
| YUV | 167.08 | 77.16 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 77 | 0.39 | 0 | 0.63 | 0.19 | 97.67 | 0.57 | 0.55 |
| Hex | 7D | CE | 4D | 27 | 0 | 3F | 13 | 62 | 39 | 37 |
| Octal | 175 | 316 | 115 | 47 | 0 | 77 | 23 | 142 | 71 | 67 |
| Binary | 1111101 | 11001110 | 1001101 | 100111 | 0 | 111111 | 10011 | 1100010 | 111001 | 110111 |
Color Harmonies of #7DCE4D
Complementary color
Monochromatic Colors of #7DCE4D
Black with #7DCE4D
Text Example
Text Example
White with #7DCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE4D; }
p { color: rgb(125,206,77); }
H1.HeaderClassName
{
color: #7DCE4D;
}
.AnyTagClassName
{
color: #7DCE4D;
}
</style>
background-color css
<style>
a { background-color: #7DCE4D; }
a { background-color: rgb(125,206,77); }
div.DivClassName
{
background-color: #7DCE4D;
}
.BgClassName
{
background-color: #7DCE4D;
}
</style>
border-color css
<style>
span { border-color: #7DCE4D; }
span { border-color: rgb(125,206,77); }
td.TdClassName
{
border-color: #7DCE4D;
}
.TagClassName
{
border-color: #7DCE4D;
}
</style>