Shades of Mantis #7DD367
Tints of Mantis #7DD367
RGB
CMYK
RGB Variations
Color information
#7DD367 (or 0x7DD367) is known color: Mantis. HEX triplet: 7D, D3 and 67. RGB value is (125,211,103). Sum of RGB (Red+Green+Blue) = 125+211+103=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD367 is #822C98. Grayscale: #ADADAD. Windows color (decimal): -8531097 or 6804349. OLE color: 6804349.
HSL color Cylindrical-coordinate representation of color #7DD367: hue angle of 107.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DD367 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 103 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.17 |
| HSL | 107.78º | 0.55% | 0.62% | - |
| HSV(B) | 107.78º | 0.51% | 0.83% | - |
| XYZ | 34.2 | 51.93 | 21.05 | - |
| YUV | 172.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 103 | 0.41 | 0 | 0.51 | 0.17 | 107.78 | 0.55 | 0.62 |
| Hex | 7D | D3 | 67 | 29 | 0 | 33 | 11 | 6C | 37 | 3E |
| Octal | 175 | 323 | 147 | 51 | 0 | 63 | 21 | 154 | 67 | 76 |
| Binary | 1111101 | 11010011 | 1100111 | 101001 | 0 | 110011 | 10001 | 1101100 | 110111 | 111110 |
Color Harmonies of #7DD367
Complementary color
Monochromatic Colors of #7DD367
Black with #7DD367
Text Example
Text Example
White with #7DD367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD367; }
p { color: rgb(125,211,103); }
H1.HeaderClassName
{
color: #7DD367;
}
.AnyTagClassName
{
color: #7DD367;
}
</style>
background-color css
<style>
a { background-color: #7DD367; }
a { background-color: rgb(125,211,103); }
div.DivClassName
{
background-color: #7DD367;
}
.BgClassName
{
background-color: #7DD367;
}
</style>
border-color css
<style>
span { border-color: #7DD367; }
span { border-color: rgb(125,211,103); }
td.TdClassName
{
border-color: #7DD367;
}
.TagClassName
{
border-color: #7DD367;
}
</style>