Shades of Mantis #7BD441
Tints of Mantis #7BD441
RGB
CMYK
RGB Variations
Color information
#7BD441 (or 0x7BD441) is known color: Mantis. HEX triplet: 7B, D4 and 41. RGB value is (123,212,65). Sum of RGB (Red+Green+Blue) = 123+212+65=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #7BD441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD441 is #842BBE. Grayscale: #A9A9A9. Windows color (decimal): -8661951 or 4314235. OLE color: 4314235.
HSL color Cylindrical-coordinate representation of color #7BD441: hue angle of 96.33º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BD441 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 212 | 65 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.17 |
| HSL | 96.33º | 0.63% | 0.54% | - |
| HSV(B) | 96.33º | 0.69% | 0.83% | - |
| XYZ | 32.67 | 51.68 | 13.25 | - |
| YUV | 168.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 212 | 65 | 0.42 | 0 | 0.69 | 0.17 | 96.33 | 0.63 | 0.54 |
| Hex | 7B | D4 | 41 | 2A | 0 | 45 | 11 | 60 | 3F | 36 |
| Octal | 173 | 324 | 101 | 52 | 0 | 105 | 21 | 140 | 77 | 66 |
| Binary | 1111011 | 11010100 | 1000001 | 101010 | 0 | 1000101 | 10001 | 1100000 | 111111 | 110110 |
Color Harmonies of #7BD441
Complementary color
Monochromatic Colors of #7BD441
Black with #7BD441
Text Example
Text Example
White with #7BD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD441; }
p { color: rgb(123,212,65); }
H1.HeaderClassName
{
color: #7BD441;
}
.AnyTagClassName
{
color: #7BD441;
}
</style>
background-color css
<style>
a { background-color: #7BD441; }
a { background-color: rgb(123,212,65); }
div.DivClassName
{
background-color: #7BD441;
}
.BgClassName
{
background-color: #7BD441;
}
</style>
border-color css
<style>
span { border-color: #7BD441; }
span { border-color: rgb(123,212,65); }
td.TdClassName
{
border-color: #7BD441;
}
.TagClassName
{
border-color: #7BD441;
}
</style>