Shades of Mantis #7BDD42
Tints of Mantis #7BDD42
RGB
CMYK
RGB Variations
Color information
#7BDD42 (or 0x7BDD42) is known color: Mantis. HEX triplet: 7B, DD and 42. RGB value is (123,221,66). Sum of RGB (Red+Green+Blue) = 123+221+66=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDD42 is #8422BD. Grayscale: #AEAEAE. Windows color (decimal): -8659646 or 4382075. OLE color: 4382075.
HSL color Cylindrical-coordinate representation of color #7BDD42: hue angle of 97.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7BDD42 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 66 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.13 |
| HSL | 97.94º | 0.7% | 0.56% | - |
| HSV(B) | 97.94º | 0.7% | 0.87% | - |
| XYZ | 35.01 | 56.32 | 14.18 | - |
| YUV | 174.03 | 67.03 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 66 | 0.44 | 0 | 0.70 | 0.13 | 97.94 | 0.7 | 0.56 |
| Hex | 7B | DD | 42 | 2C | 0 | 46 | D | 62 | 46 | 38 |
| Octal | 173 | 335 | 102 | 54 | 0 | 106 | 15 | 142 | 106 | 70 |
| Binary | 1111011 | 11011101 | 1000010 | 101100 | 0 | 1000110 | 1101 | 1100010 | 1000110 | 111000 |
Color Harmonies of #7BDD42
Complementary color
Monochromatic Colors of #7BDD42
Black with #7BDD42
Text Example
Text Example
White with #7BDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD42; }
p { color: rgb(123,221,66); }
H1.HeaderClassName
{
color: #7BDD42;
}
.AnyTagClassName
{
color: #7BDD42;
}
</style>
background-color css
<style>
a { background-color: #7BDD42; }
a { background-color: rgb(123,221,66); }
div.DivClassName
{
background-color: #7BDD42;
}
.BgClassName
{
background-color: #7BDD42;
}
</style>
border-color css
<style>
span { border-color: #7BDD42; }
span { border-color: rgb(123,221,66); }
td.TdClassName
{
border-color: #7BDD42;
}
.TagClassName
{
border-color: #7BDD42;
}
</style>