Shades of Mantis #7DB566
Tints of Mantis #7DB566
RGB
CMYK
RGB Variations
Color information
#7DB566 (or 0x7DB566) is known color: Mantis. HEX triplet: 7D, B5 and 66. RGB value is (125,181,102). Sum of RGB (Red+Green+Blue) = 125+181+102=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB566 is #824A99. Grayscale: #9B9B9B. Windows color (decimal): -8538778 or 6731133. OLE color: 6731133.
HSL color Cylindrical-coordinate representation of color #7DB566: hue angle of 102.53º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DB566 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 102 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.29 |
| HSL | 102.53º | 0.35% | 0.55% | - |
| HSV(B) | 102.53º | 0.44% | 0.71% | - |
| XYZ | 27.38 | 38.37 | 18.53 | - |
| YUV | 155.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 102 | 0.31 | 0 | 0.44 | 0.29 | 102.53 | 0.35 | 0.55 |
| Hex | 7D | B5 | 66 | 1F | 0 | 2C | 1D | 67 | 23 | 37 |
| Octal | 175 | 265 | 146 | 37 | 0 | 54 | 35 | 147 | 43 | 67 |
| Binary | 1111101 | 10110101 | 1100110 | 11111 | 0 | 101100 | 11101 | 1100111 | 100011 | 110111 |
Color Harmonies of #7DB566
Complementary color
Monochromatic Colors of #7DB566
Black with #7DB566
Text Example
Text Example
White with #7DB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB566; }
p { color: rgb(125,181,102); }
H1.HeaderClassName
{
color: #7DB566;
}
.AnyTagClassName
{
color: #7DB566;
}
</style>
background-color css
<style>
a { background-color: #7DB566; }
a { background-color: rgb(125,181,102); }
div.DivClassName
{
background-color: #7DB566;
}
.BgClassName
{
background-color: #7DB566;
}
</style>
border-color css
<style>
span { border-color: #7DB566; }
span { border-color: rgb(125,181,102); }
td.TdClassName
{
border-color: #7DB566;
}
.TagClassName
{
border-color: #7DB566;
}
</style>