Shades of Mantis #7DB54C
Tints of Mantis #7DB54C
RGB
CMYK
RGB Variations
Color information
#7DB54C (or 0x7DB54C) is known color: Mantis. HEX triplet: 7D, B5 and 4C. RGB value is (125,181,76). Sum of RGB (Red+Green+Blue) = 125+181+76=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB54C is #824AB3. Grayscale: #989898. Windows color (decimal): -8538804 or 5027197. OLE color: 5027197.
HSL color Cylindrical-coordinate representation of color #7DB54C: hue angle of 92º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DB54C is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 76 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.29 |
| HSL | 92º | 0.42% | 0.5% | - |
| HSV(B) | 92º | 0.58% | 0.71% | - |
| XYZ | 26.29 | 37.93 | 12.77 | - |
| YUV | 152.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 76 | 0.31 | 0 | 0.58 | 0.29 | 92 | 0.42 | 0.5 |
| Hex | 7D | B5 | 4C | 1F | 0 | 3A | 1D | 5C | 2A | 32 |
| Octal | 175 | 265 | 114 | 37 | 0 | 72 | 35 | 134 | 52 | 62 |
| Binary | 1111101 | 10110101 | 1001100 | 11111 | 0 | 111010 | 11101 | 1011100 | 101010 | 110010 |
Color Harmonies of #7DB54C
Complementary color
Monochromatic Colors of #7DB54C
Black with #7DB54C
Text Example
Text Example
White with #7DB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB54C; }
p { color: rgb(125,181,76); }
H1.HeaderClassName
{
color: #7DB54C;
}
.AnyTagClassName
{
color: #7DB54C;
}
</style>
background-color css
<style>
a { background-color: #7DB54C; }
a { background-color: rgb(125,181,76); }
div.DivClassName
{
background-color: #7DB54C;
}
.BgClassName
{
background-color: #7DB54C;
}
</style>
border-color css
<style>
span { border-color: #7DB54C; }
span { border-color: rgb(125,181,76); }
td.TdClassName
{
border-color: #7DB54C;
}
.TagClassName
{
border-color: #7DB54C;
}
</style>