Shades of Mantis #7DBF60
Tints of Mantis #7DBF60
RGB
CMYK
RGB Variations
Color information
#7DBF60 (or 0x7DBF60) is known color: Mantis. HEX triplet: 7D, BF and 60. RGB value is (125,191,96). Sum of RGB (Red+Green+Blue) = 125+191+96=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF60 is #82409F. Grayscale: #A0A0A0. Windows color (decimal): -8536224 or 6340477. OLE color: 6340477.
HSL color Cylindrical-coordinate representation of color #7DBF60: hue angle of 101.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBF60 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 96 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.25 |
| HSL | 101.68º | 0.43% | 0.56% | - |
| HSV(B) | 101.68º | 0.5% | 0.75% | - |
| XYZ | 29.2 | 42.47 | 17.72 | - |
| YUV | 160.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 96 | 0.35 | 0 | 0.50 | 0.25 | 101.68 | 0.43 | 0.56 |
| Hex | 7D | BF | 60 | 23 | 0 | 32 | 19 | 66 | 2B | 38 |
| Octal | 175 | 277 | 140 | 43 | 0 | 62 | 31 | 146 | 53 | 70 |
| Binary | 1111101 | 10111111 | 1100000 | 100011 | 0 | 110010 | 11001 | 1100110 | 101011 | 111000 |
Color Harmonies of #7DBF60
Complementary color
Monochromatic Colors of #7DBF60
Black with #7DBF60
Text Example
Text Example
White with #7DBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF60; }
p { color: rgb(125,191,96); }
H1.HeaderClassName
{
color: #7DBF60;
}
.AnyTagClassName
{
color: #7DBF60;
}
</style>
background-color css
<style>
a { background-color: #7DBF60; }
a { background-color: rgb(125,191,96); }
div.DivClassName
{
background-color: #7DBF60;
}
.BgClassName
{
background-color: #7DBF60;
}
</style>
border-color css
<style>
span { border-color: #7DBF60; }
span { border-color: rgb(125,191,96); }
td.TdClassName
{
border-color: #7DBF60;
}
.TagClassName
{
border-color: #7DBF60;
}
</style>