Shades of Mantis #7BDA48
Tints of Mantis #7BDA48
RGB
CMYK
RGB Variations
Color information
#7BDA48 (or 0x7BDA48) is known color: Mantis. HEX triplet: 7B, DA and 48. RGB value is (123,218,72). Sum of RGB (Red+Green+Blue) = 123+218+72=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDA48 is #8425B7. Grayscale: #ADADAD. Windows color (decimal): -8660408 or 4774523. OLE color: 4774523.
HSL color Cylindrical-coordinate representation of color #7BDA48: hue angle of 99.04º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BDA48 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 72 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.15 |
| HSL | 99.04º | 0.66% | 0.57% | - |
| HSV(B) | 99.04º | 0.67% | 0.85% | - |
| XYZ | 34.41 | 54.82 | 14.9 | - |
| YUV | 172.95 | 71.03 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 72 | 0.44 | 0 | 0.67 | 0.15 | 99.04 | 0.66 | 0.57 |
| Hex | 7B | DA | 48 | 2C | 0 | 43 | F | 63 | 42 | 39 |
| Octal | 173 | 332 | 110 | 54 | 0 | 103 | 17 | 143 | 102 | 71 |
| Binary | 1111011 | 11011010 | 1001000 | 101100 | 0 | 1000011 | 1111 | 1100011 | 1000010 | 111001 |
Color Harmonies of #7BDA48
Complementary color
Monochromatic Colors of #7BDA48
Black with #7BDA48
Text Example
Text Example
White with #7BDA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDA48; }
p { color: rgb(123,218,72); }
H1.HeaderClassName
{
color: #7BDA48;
}
.AnyTagClassName
{
color: #7BDA48;
}
</style>
background-color css
<style>
a { background-color: #7BDA48; }
a { background-color: rgb(123,218,72); }
div.DivClassName
{
background-color: #7BDA48;
}
.BgClassName
{
background-color: #7BDA48;
}
</style>
border-color css
<style>
span { border-color: #7BDA48; }
span { border-color: rgb(123,218,72); }
td.TdClassName
{
border-color: #7BDA48;
}
.TagClassName
{
border-color: #7BDA48;
}
</style>