Shades of Mantis #7BDD43
Tints of Mantis #7BDD43
RGB
CMYK
RGB Variations
Color information
#7BDD43 (or 0x7BDD43) is known color: Mantis. HEX triplet: 7B, DD and 43. RGB value is (123,221,67). Sum of RGB (Red+Green+Blue) = 123+221+67=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDD43 is #8422BC. Grayscale: #AEAEAE. Windows color (decimal): -8659645 or 4447611. OLE color: 4447611.
HSL color Cylindrical-coordinate representation of color #7BDD43: hue angle of 98.18º degrees, saturation: 0.69, 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 #7BDD43 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 67 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.13 |
| HSL | 98.18º | 0.69% | 0.56% | - |
| HSV(B) | 98.18º | 0.7% | 0.87% | - |
| XYZ | 35.04 | 56.33 | 14.34 | - |
| YUV | 174.14 | 67.53 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 67 | 0.44 | 0 | 0.70 | 0.13 | 98.18 | 0.69 | 0.56 |
| Hex | 7B | DD | 43 | 2C | 0 | 46 | D | 62 | 45 | 38 |
| Octal | 173 | 335 | 103 | 54 | 0 | 106 | 15 | 142 | 105 | 70 |
| Binary | 1111011 | 11011101 | 1000011 | 101100 | 0 | 1000110 | 1101 | 1100010 | 1000101 | 111000 |
Color Harmonies of #7BDD43
Complementary color
Monochromatic Colors of #7BDD43
Black with #7BDD43
Text Example
Text Example
White with #7BDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD43; }
p { color: rgb(123,221,67); }
H1.HeaderClassName
{
color: #7BDD43;
}
.AnyTagClassName
{
color: #7BDD43;
}
</style>
background-color css
<style>
a { background-color: #7BDD43; }
a { background-color: rgb(123,221,67); }
div.DivClassName
{
background-color: #7BDD43;
}
.BgClassName
{
background-color: #7BDD43;
}
</style>
border-color css
<style>
span { border-color: #7BDD43; }
span { border-color: rgb(123,221,67); }
td.TdClassName
{
border-color: #7BDD43;
}
.TagClassName
{
border-color: #7BDD43;
}
</style>