Shades of Mantis #7BDE46
Tints of Mantis #7BDE46
RGB
CMYK
RGB Variations
Color information
#7BDE46 (or 0x7BDE46) is known color: Mantis. HEX triplet: 7B, DE and 46. RGB value is (123,222,70). Sum of RGB (Red+Green+Blue) = 123+222+70=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 222 (87.11% from 255 or 53.49% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDE46 is #8421B9. Grayscale: #AFAFAF. Windows color (decimal): -8659386 or 4644475. OLE color: 4644475.
HSL color Cylindrical-coordinate representation of color #7BDE46: hue angle of 99.08º degrees, saturation: 0.7, 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 #7BDE46 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 70 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.13 |
| HSL | 99.08º | 0.7% | 0.57% | - |
| HSV(B) | 99.08º | 0.68% | 0.87% | - |
| XYZ | 35.4 | 56.9 | 14.91 | - |
| YUV | 175.07 | 68.7 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 70 | 0.45 | 0 | 0.68 | 0.13 | 99.08 | 0.7 | 0.57 |
| Hex | 7B | DE | 46 | 2D | 0 | 44 | D | 63 | 46 | 39 |
| Octal | 173 | 336 | 106 | 55 | 0 | 104 | 15 | 143 | 106 | 71 |
| Binary | 1111011 | 11011110 | 1000110 | 101101 | 0 | 1000100 | 1101 | 1100011 | 1000110 | 111001 |
Color Harmonies of #7BDE46
Complementary color
Monochromatic Colors of #7BDE46
Black with #7BDE46
Text Example
Text Example
White with #7BDE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDE46; }
p { color: rgb(123,222,70); }
H1.HeaderClassName
{
color: #7BDE46;
}
.AnyTagClassName
{
color: #7BDE46;
}
</style>
background-color css
<style>
a { background-color: #7BDE46; }
a { background-color: rgb(123,222,70); }
div.DivClassName
{
background-color: #7BDE46;
}
.BgClassName
{
background-color: #7BDE46;
}
</style>
border-color css
<style>
span { border-color: #7BDE46; }
span { border-color: rgb(123,222,70); }
td.TdClassName
{
border-color: #7BDE46;
}
.TagClassName
{
border-color: #7BDE46;
}
</style>