Shades of Mantis #7BD044
Tints of Mantis #7BD044
RGB
CMYK
RGB Variations
Color information
#7BD044 (or 0x7BD044) is known color: Mantis. HEX triplet: 7B, D0 and 44. RGB value is (123,208,68). Sum of RGB (Red+Green+Blue) = 123+208+68=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD044 is #842FBB. Grayscale: #A7A7A7. Windows color (decimal): -8662972 or 4509819. OLE color: 4509819.
HSL color Cylindrical-coordinate representation of color #7BD044: hue angle of 96.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BD044 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 68 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.18 |
| HSL | 96.43º | 0.6% | 0.54% | - |
| HSV(B) | 96.43º | 0.67% | 0.82% | - |
| XYZ | 31.77 | 49.74 | 13.4 | - |
| YUV | 166.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 68 | 0.41 | 0 | 0.67 | 0.18 | 96.43 | 0.6 | 0.54 |
| Hex | 7B | D0 | 44 | 29 | 0 | 43 | 12 | 60 | 3C | 36 |
| Octal | 173 | 320 | 104 | 51 | 0 | 103 | 22 | 140 | 74 | 66 |
| Binary | 1111011 | 11010000 | 1000100 | 101001 | 0 | 1000011 | 10010 | 1100000 | 111100 | 110110 |
Color Harmonies of #7BD044
Complementary color
Monochromatic Colors of #7BD044
Black with #7BD044
Text Example
Text Example
White with #7BD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD044; }
p { color: rgb(123,208,68); }
H1.HeaderClassName
{
color: #7BD044;
}
.AnyTagClassName
{
color: #7BD044;
}
</style>
background-color css
<style>
a { background-color: #7BD044; }
a { background-color: rgb(123,208,68); }
div.DivClassName
{
background-color: #7BD044;
}
.BgClassName
{
background-color: #7BD044;
}
</style>
border-color css
<style>
span { border-color: #7BD044; }
span { border-color: rgb(123,208,68); }
td.TdClassName
{
border-color: #7BD044;
}
.TagClassName
{
border-color: #7BD044;
}
</style>