Shades of Mantis #7DBF65
Tints of Mantis #7DBF65
RGB
CMYK
RGB Variations
Color information
#7DBF65 (or 0x7DBF65) is known color: Mantis. HEX triplet: 7D, BF and 65. RGB value is (125,191,101). Sum of RGB (Red+Green+Blue) = 125+191+101=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF65 is #82409A. Grayscale: #A1A1A1. Windows color (decimal): -8536219 or 6668157. OLE color: 6668157.
HSL color Cylindrical-coordinate representation of color #7DBF65: hue angle of 104º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBF65 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 101 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.25 |
| HSL | 104º | 0.41% | 0.57% | - |
| HSV(B) | 104º | 0.47% | 0.75% | - |
| XYZ | 29.44 | 42.56 | 18.98 | - |
| YUV | 161.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 101 | 0.35 | 0 | 0.47 | 0.25 | 104 | 0.41 | 0.57 |
| Hex | 7D | BF | 65 | 23 | 0 | 2F | 19 | 68 | 29 | 39 |
| Octal | 175 | 277 | 145 | 43 | 0 | 57 | 31 | 150 | 51 | 71 |
| Binary | 1111101 | 10111111 | 1100101 | 100011 | 0 | 101111 | 11001 | 1101000 | 101001 | 111001 |
Color Harmonies of #7DBF65
Complementary color
Monochromatic Colors of #7DBF65
Black with #7DBF65
Text Example
Text Example
White with #7DBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF65; }
p { color: rgb(125,191,101); }
H1.HeaderClassName
{
color: #7DBF65;
}
.AnyTagClassName
{
color: #7DBF65;
}
</style>
background-color css
<style>
a { background-color: #7DBF65; }
a { background-color: rgb(125,191,101); }
div.DivClassName
{
background-color: #7DBF65;
}
.BgClassName
{
background-color: #7DBF65;
}
</style>
border-color css
<style>
span { border-color: #7DBF65; }
span { border-color: rgb(125,191,101); }
td.TdClassName
{
border-color: #7DBF65;
}
.TagClassName
{
border-color: #7DBF65;
}
</style>