Shades of Mantis #7DBE52
Tints of Mantis #7DBE52
RGB
CMYK
RGB Variations
Color information
#7DBE52 (or 0x7DBE52) is known color: Mantis. HEX triplet: 7D, BE and 52. RGB value is (125,190,82). Sum of RGB (Red+Green+Blue) = 125+190+82=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE52 is #8241AD. Grayscale: #9E9E9E. Windows color (decimal): -8536494 or 5422717. OLE color: 5422717.
HSL color Cylindrical-coordinate representation of color #7DBE52: hue angle of 96.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DBE52 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 82 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.25 |
| HSL | 96.11º | 0.45% | 0.53% | - |
| HSV(B) | 96.11º | 0.57% | 0.75% | - |
| XYZ | 28.39 | 41.8 | 14.55 | - |
| YUV | 158.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 82 | 0.34 | 0 | 0.57 | 0.25 | 96.11 | 0.45 | 0.53 |
| Hex | 7D | BE | 52 | 22 | 0 | 39 | 19 | 60 | 2D | 35 |
| Octal | 175 | 276 | 122 | 42 | 0 | 71 | 31 | 140 | 55 | 65 |
| Binary | 1111101 | 10111110 | 1010010 | 100010 | 0 | 111001 | 11001 | 1100000 | 101101 | 110101 |
Color Harmonies of #7DBE52
Complementary color
Monochromatic Colors of #7DBE52
Black with #7DBE52
Text Example
Text Example
White with #7DBE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE52; }
p { color: rgb(125,190,82); }
H1.HeaderClassName
{
color: #7DBE52;
}
.AnyTagClassName
{
color: #7DBE52;
}
</style>
background-color css
<style>
a { background-color: #7DBE52; }
a { background-color: rgb(125,190,82); }
div.DivClassName
{
background-color: #7DBE52;
}
.BgClassName
{
background-color: #7DBE52;
}
</style>
border-color css
<style>
span { border-color: #7DBE52; }
span { border-color: rgb(125,190,82); }
td.TdClassName
{
border-color: #7DBE52;
}
.TagClassName
{
border-color: #7DBE52;
}
</style>