Shades of Mantis #7BD048
Tints of Mantis #7BD048
RGB
CMYK
RGB Variations
Color information
#7BD048 (or 0x7BD048) is known color: Mantis. HEX triplet: 7B, D0 and 48. RGB value is (123,208,72). Sum of RGB (Red+Green+Blue) = 123+208+72=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD048 is #842FB7. Grayscale: #A7A7A7. Windows color (decimal): -8662968 or 4771963. OLE color: 4771963.
HSL color Cylindrical-coordinate representation of color #7BD048: hue angle of 97.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BD048 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 72 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.18 |
| HSL | 97.5º | 0.59% | 0.55% | - |
| HSV(B) | 97.5º | 0.65% | 0.82% | - |
| XYZ | 31.89 | 49.79 | 14.06 | - |
| YUV | 167.08 | 74.34 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 72 | 0.41 | 0 | 0.65 | 0.18 | 97.5 | 0.59 | 0.55 |
| Hex | 7B | D0 | 48 | 29 | 0 | 41 | 12 | 62 | 3B | 37 |
| Octal | 173 | 320 | 110 | 51 | 0 | 101 | 22 | 142 | 73 | 67 |
| Binary | 1111011 | 11010000 | 1001000 | 101001 | 0 | 1000001 | 10010 | 1100010 | 111011 | 110111 |
Color Harmonies of #7BD048
Complementary color
Monochromatic Colors of #7BD048
Black with #7BD048
Text Example
Text Example
White with #7BD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD048; }
p { color: rgb(123,208,72); }
H1.HeaderClassName
{
color: #7BD048;
}
.AnyTagClassName
{
color: #7BD048;
}
</style>
background-color css
<style>
a { background-color: #7BD048; }
a { background-color: rgb(123,208,72); }
div.DivClassName
{
background-color: #7BD048;
}
.BgClassName
{
background-color: #7BD048;
}
</style>
border-color css
<style>
span { border-color: #7BD048; }
span { border-color: rgb(123,208,72); }
td.TdClassName
{
border-color: #7BD048;
}
.TagClassName
{
border-color: #7BD048;
}
</style>