Shades of Mantis #7BDF49
Tints of Mantis #7BDF49
RGB
CMYK
RGB Variations
Color information
#7BDF49 (or 0x7BDF49) is known color: Mantis. HEX triplet: 7B, DF and 49. RGB value is (123,223,73). Sum of RGB (Red+Green+Blue) = 123+223+73=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDF49 is #8420B6. Grayscale: #B0B0B0. Windows color (decimal): -8659127 or 4841339. OLE color: 4841339.
HSL color Cylindrical-coordinate representation of color #7BDF49: hue angle of 100º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BDF49 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 73 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.13 |
| HSL | 100º | 0.7% | 0.58% | - |
| HSV(B) | 100º | 0.67% | 0.87% | - |
| XYZ | 35.76 | 57.47 | 15.51 | - |
| YUV | 176 | 69.87 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 73 | 0.45 | 0 | 0.67 | 0.13 | 100 | 0.7 | 0.58 |
| Hex | 7B | DF | 49 | 2D | 0 | 43 | D | 64 | 46 | 3A |
| Octal | 173 | 337 | 111 | 55 | 0 | 103 | 15 | 144 | 106 | 72 |
| Binary | 1111011 | 11011111 | 1001001 | 101101 | 0 | 1000011 | 1101 | 1100100 | 1000110 | 111010 |
Color Harmonies of #7BDF49
Complementary color
Monochromatic Colors of #7BDF49
Black with #7BDF49
Text Example
Text Example
White with #7BDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF49; }
p { color: rgb(123,223,73); }
H1.HeaderClassName
{
color: #7BDF49;
}
.AnyTagClassName
{
color: #7BDF49;
}
</style>
background-color css
<style>
a { background-color: #7BDF49; }
a { background-color: rgb(123,223,73); }
div.DivClassName
{
background-color: #7BDF49;
}
.BgClassName
{
background-color: #7BDF49;
}
</style>
border-color css
<style>
span { border-color: #7BDF49; }
span { border-color: rgb(123,223,73); }
td.TdClassName
{
border-color: #7BDF49;
}
.TagClassName
{
border-color: #7BDF49;
}
</style>