Shades of Mantis #7DCE68
Tints of Mantis #7DCE68
RGB
CMYK
RGB Variations
Color information
#7DCE68 (or 0x7DCE68) is known color: Mantis. HEX triplet: 7D, CE and 68. RGB value is (125,206,104). Sum of RGB (Red+Green+Blue) = 125+206+104=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE68 is #823197. Grayscale: #AAAAAA. Windows color (decimal): -8532376 or 6868605. OLE color: 6868605.
HSL color Cylindrical-coordinate representation of color #7DCE68: hue angle of 107.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCE68 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 104 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.19 |
| HSL | 107.65º | 0.51% | 0.61% | - |
| HSV(B) | 107.65º | 0.5% | 0.81% | - |
| XYZ | 33.03 | 49.5 | 20.91 | - |
| YUV | 170.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 104 | 0.39 | 0 | 0.50 | 0.19 | 107.65 | 0.51 | 0.61 |
| Hex | 7D | CE | 68 | 27 | 0 | 32 | 13 | 6C | 33 | 3D |
| Octal | 175 | 316 | 150 | 47 | 0 | 62 | 23 | 154 | 63 | 75 |
| Binary | 1111101 | 11001110 | 1101000 | 100111 | 0 | 110010 | 10011 | 1101100 | 110011 | 111101 |
Color Harmonies of #7DCE68
Complementary color
Monochromatic Colors of #7DCE68
Black with #7DCE68
Text Example
Text Example
White with #7DCE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE68; }
p { color: rgb(125,206,104); }
H1.HeaderClassName
{
color: #7DCE68;
}
.AnyTagClassName
{
color: #7DCE68;
}
</style>
background-color css
<style>
a { background-color: #7DCE68; }
a { background-color: rgb(125,206,104); }
div.DivClassName
{
background-color: #7DCE68;
}
.BgClassName
{
background-color: #7DCE68;
}
</style>
border-color css
<style>
span { border-color: #7DCE68; }
span { border-color: rgb(125,206,104); }
td.TdClassName
{
border-color: #7DCE68;
}
.TagClassName
{
border-color: #7DCE68;
}
</style>