Shades of Mantis #7BDD47
Tints of Mantis #7BDD47
RGB
CMYK
RGB Variations
Color information
#7BDD47 (or 0x7BDD47) is known color: Mantis. HEX triplet: 7B, DD and 47. RGB value is (123,221,71). Sum of RGB (Red+Green+Blue) = 123+221+71=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDD47 is #8422B8. Grayscale: #AFAFAF. Windows color (decimal): -8659641 or 4709755. OLE color: 4709755.
HSL color Cylindrical-coordinate representation of color #7BDD47: hue angle of 99.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BDD47 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 71 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.13 |
| HSL | 99.2º | 0.69% | 0.57% | - |
| HSV(B) | 99.2º | 0.68% | 0.87% | - |
| XYZ | 35.16 | 56.38 | 14.99 | - |
| YUV | 174.6 | 69.53 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 71 | 0.44 | 0 | 0.68 | 0.13 | 99.2 | 0.69 | 0.57 |
| Hex | 7B | DD | 47 | 2C | 0 | 44 | D | 63 | 45 | 39 |
| Octal | 173 | 335 | 107 | 54 | 0 | 104 | 15 | 143 | 105 | 71 |
| Binary | 1111011 | 11011101 | 1000111 | 101100 | 0 | 1000100 | 1101 | 1100011 | 1000101 | 111001 |
Color Harmonies of #7BDD47
Complementary color
Monochromatic Colors of #7BDD47
Black with #7BDD47
Text Example
Text Example
White with #7BDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD47; }
p { color: rgb(123,221,71); }
H1.HeaderClassName
{
color: #7BDD47;
}
.AnyTagClassName
{
color: #7BDD47;
}
</style>
background-color css
<style>
a { background-color: #7BDD47; }
a { background-color: rgb(123,221,71); }
div.DivClassName
{
background-color: #7BDD47;
}
.BgClassName
{
background-color: #7BDD47;
}
</style>
border-color css
<style>
span { border-color: #7BDD47; }
span { border-color: rgb(123,221,71); }
td.TdClassName
{
border-color: #7BDD47;
}
.TagClassName
{
border-color: #7BDD47;
}
</style>