Shades of Mantis #7DBD3F
Tints of Mantis #7DBD3F
RGB
CMYK
RGB Variations
Color information
#7DBD3F (or 0x7DBD3F) is known color: Mantis. HEX triplet: 7D, BD and 3F. RGB value is (125,189,63). Sum of RGB (Red+Green+Blue) = 125+189+63=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD3F is #8242C0. Grayscale: #9B9B9B. Windows color (decimal): -8536769 or 4177277. OLE color: 4177277.
HSL color Cylindrical-coordinate representation of color #7DBD3F: hue angle of 90.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DBD3F is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 63 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.26 |
| HSL | 90.48º | 0.5% | 0.49% | - |
| HSV(B) | 90.48º | 0.67% | 0.74% | - |
| XYZ | 27.55 | 41.11 | 11.19 | - |
| YUV | 155.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 63 | 0.34 | 0 | 0.67 | 0.26 | 90.48 | 0.5 | 0.49 |
| Hex | 7D | BD | 3F | 22 | 0 | 43 | 1A | 5A | 32 | 31 |
| Octal | 175 | 275 | 77 | 42 | 0 | 103 | 32 | 132 | 62 | 61 |
| Binary | 1111101 | 10111101 | 111111 | 100010 | 0 | 1000011 | 11010 | 1011010 | 110010 | 110001 |
Color Harmonies of #7DBD3F
Complementary color
Monochromatic Colors of #7DBD3F
Black with #7DBD3F
Text Example
Text Example
White with #7DBD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD3F; }
p { color: rgb(125,189,63); }
H1.HeaderClassName
{
color: #7DBD3F;
}
.AnyTagClassName
{
color: #7DBD3F;
}
</style>
background-color css
<style>
a { background-color: #7DBD3F; }
a { background-color: rgb(125,189,63); }
div.DivClassName
{
background-color: #7DBD3F;
}
.BgClassName
{
background-color: #7DBD3F;
}
</style>
border-color css
<style>
span { border-color: #7DBD3F; }
span { border-color: rgb(125,189,63); }
td.TdClassName
{
border-color: #7DBD3F;
}
.TagClassName
{
border-color: #7DBD3F;
}
</style>