Shades of Mantis #7DBD41
Tints of Mantis #7DBD41
RGB
CMYK
RGB Variations
Color information
#7DBD41 (or 0x7DBD41) is known color: Mantis. HEX triplet: 7D, BD and 41. RGB value is (125,189,65). Sum of RGB (Red+Green+Blue) = 125+189+65=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD41 is #8242BE. Grayscale: #9C9C9C. Windows color (decimal): -8536767 or 4308349. OLE color: 4308349.
HSL color Cylindrical-coordinate representation of color #7DBD41: hue angle of 90.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DBD41 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 65 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.26 |
| HSL | 90.97º | 0.49% | 0.5% | - |
| HSV(B) | 90.97º | 0.66% | 0.74% | - |
| XYZ | 27.61 | 41.14 | 11.49 | - |
| YUV | 155.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 65 | 0.34 | 0 | 0.66 | 0.26 | 90.97 | 0.49 | 0.5 |
| Hex | 7D | BD | 41 | 22 | 0 | 42 | 1A | 5B | 31 | 32 |
| Octal | 175 | 275 | 101 | 42 | 0 | 102 | 32 | 133 | 61 | 62 |
| Binary | 1111101 | 10111101 | 1000001 | 100010 | 0 | 1000010 | 11010 | 1011011 | 110001 | 110010 |
Color Harmonies of #7DBD41
Complementary color
Monochromatic Colors of #7DBD41
Black with #7DBD41
Text Example
Text Example
White with #7DBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD41; }
p { color: rgb(125,189,65); }
H1.HeaderClassName
{
color: #7DBD41;
}
.AnyTagClassName
{
color: #7DBD41;
}
</style>
background-color css
<style>
a { background-color: #7DBD41; }
a { background-color: rgb(125,189,65); }
div.DivClassName
{
background-color: #7DBD41;
}
.BgClassName
{
background-color: #7DBD41;
}
</style>
border-color css
<style>
span { border-color: #7DBD41; }
span { border-color: rgb(125,189,65); }
td.TdClassName
{
border-color: #7DBD41;
}
.TagClassName
{
border-color: #7DBD41;
}
</style>