Shades of Mantis #7DBE64
Tints of Mantis #7DBE64
RGB
CMYK
RGB Variations
Color information
#7DBE64 (or 0x7DBE64) is known color: Mantis. HEX triplet: 7D, BE and 64. RGB value is (125,190,100). Sum of RGB (Red+Green+Blue) = 125+190+100=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE64 is #82419B. Grayscale: #A0A0A0. Windows color (decimal): -8536476 or 6602365. OLE color: 6602365.
HSL color Cylindrical-coordinate representation of color #7DBE64: hue angle of 103.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBE64 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 100 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.25 |
| HSL | 103.33º | 0.41% | 0.57% | - |
| HSV(B) | 103.33º | 0.47% | 0.75% | - |
| XYZ | 29.17 | 42.11 | 18.65 | - |
| YUV | 160.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 100 | 0.34 | 0 | 0.47 | 0.25 | 103.33 | 0.41 | 0.57 |
| Hex | 7D | BE | 64 | 22 | 0 | 2F | 19 | 67 | 29 | 39 |
| Octal | 175 | 276 | 144 | 42 | 0 | 57 | 31 | 147 | 51 | 71 |
| Binary | 1111101 | 10111110 | 1100100 | 100010 | 0 | 101111 | 11001 | 1100111 | 101001 | 111001 |
Color Harmonies of #7DBE64
Complementary color
Monochromatic Colors of #7DBE64
Black with #7DBE64
Text Example
Text Example
White with #7DBE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE64; }
p { color: rgb(125,190,100); }
H1.HeaderClassName
{
color: #7DBE64;
}
.AnyTagClassName
{
color: #7DBE64;
}
</style>
background-color css
<style>
a { background-color: #7DBE64; }
a { background-color: rgb(125,190,100); }
div.DivClassName
{
background-color: #7DBE64;
}
.BgClassName
{
background-color: #7DBE64;
}
</style>
border-color css
<style>
span { border-color: #7DBE64; }
span { border-color: rgb(125,190,100); }
td.TdClassName
{
border-color: #7DBE64;
}
.TagClassName
{
border-color: #7DBE64;
}
</style>