Shades of Mantis #7DBF5D
Tints of Mantis #7DBF5D
RGB
CMYK
RGB Variations
Color information
#7DBF5D (or 0x7DBF5D) is known color: Mantis. HEX triplet: 7D, BF and 5D. RGB value is (125,191,93). Sum of RGB (Red+Green+Blue) = 125+191+93=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF5D is #8240A2. Grayscale: #A0A0A0. Windows color (decimal): -8536227 or 6143869. OLE color: 6143869.
HSL color Cylindrical-coordinate representation of color #7DBF5D: hue angle of 100.41º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBF5D is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 93 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.25 |
| HSL | 100.41º | 0.43% | 0.56% | - |
| HSV(B) | 100.41º | 0.51% | 0.75% | - |
| XYZ | 29.06 | 42.41 | 17.01 | - |
| YUV | 160.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 93 | 0.35 | 0 | 0.51 | 0.25 | 100.41 | 0.43 | 0.56 |
| Hex | 7D | BF | 5D | 23 | 0 | 33 | 19 | 64 | 2B | 38 |
| Octal | 175 | 277 | 135 | 43 | 0 | 63 | 31 | 144 | 53 | 70 |
| Binary | 1111101 | 10111111 | 1011101 | 100011 | 0 | 110011 | 11001 | 1100100 | 101011 | 111000 |
Color Harmonies of #7DBF5D
Complementary color
Monochromatic Colors of #7DBF5D
Black with #7DBF5D
Text Example
Text Example
White with #7DBF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF5D; }
p { color: rgb(125,191,93); }
H1.HeaderClassName
{
color: #7DBF5D;
}
.AnyTagClassName
{
color: #7DBF5D;
}
</style>
background-color css
<style>
a { background-color: #7DBF5D; }
a { background-color: rgb(125,191,93); }
div.DivClassName
{
background-color: #7DBF5D;
}
.BgClassName
{
background-color: #7DBF5D;
}
</style>
border-color css
<style>
span { border-color: #7DBF5D; }
span { border-color: rgb(125,191,93); }
td.TdClassName
{
border-color: #7DBF5D;
}
.TagClassName
{
border-color: #7DBF5D;
}
</style>