Shades of Mantis #7DBF41
Tints of Mantis #7DBF41
RGB
CMYK
RGB Variations
Color information
#7DBF41 (or 0x7DBF41) is known color: Mantis. HEX triplet: 7D, BF and 41. RGB value is (125,191,65). Sum of RGB (Red+Green+Blue) = 125+191+65=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF41 is #8240BE. Grayscale: #9D9D9D. Windows color (decimal): -8536255 or 4308861. OLE color: 4308861.
HSL color Cylindrical-coordinate representation of color #7DBF41: hue angle of 91.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DBF41 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 65 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.25 |
| HSL | 91.43º | 0.5% | 0.5% | - |
| HSV(B) | 91.43º | 0.66% | 0.75% | - |
| XYZ | 28.04 | 42 | 11.63 | - |
| YUV | 156.9 | 76.13 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 65 | 0.35 | 0 | 0.66 | 0.25 | 91.43 | 0.5 | 0.5 |
| Hex | 7D | BF | 41 | 23 | 0 | 42 | 19 | 5B | 32 | 32 |
| Octal | 175 | 277 | 101 | 43 | 0 | 102 | 31 | 133 | 62 | 62 |
| Binary | 1111101 | 10111111 | 1000001 | 100011 | 0 | 1000010 | 11001 | 1011011 | 110010 | 110010 |
Color Harmonies of #7DBF41
Complementary color
Monochromatic Colors of #7DBF41
Black with #7DBF41
Text Example
Text Example
White with #7DBF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF41; }
p { color: rgb(125,191,65); }
H1.HeaderClassName
{
color: #7DBF41;
}
.AnyTagClassName
{
color: #7DBF41;
}
</style>
background-color css
<style>
a { background-color: #7DBF41; }
a { background-color: rgb(125,191,65); }
div.DivClassName
{
background-color: #7DBF41;
}
.BgClassName
{
background-color: #7DBF41;
}
</style>
border-color css
<style>
span { border-color: #7DBF41; }
span { border-color: rgb(125,191,65); }
td.TdClassName
{
border-color: #7DBF41;
}
.TagClassName
{
border-color: #7DBF41;
}
</style>