Shades of Mantis #7BDA52
Tints of Mantis #7BDA52
RGB
CMYK
RGB Variations
Color information
#7BDA52 (or 0x7BDA52) is known color: Mantis. HEX triplet: 7B, DA and 52. RGB value is (123,218,82). Sum of RGB (Red+Green+Blue) = 123+218+82=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDA52 is #8425AD. Grayscale: #AEAEAE. Windows color (decimal): -8660398 or 5429883. OLE color: 5429883.
HSL color Cylindrical-coordinate representation of color #7BDA52: hue angle of 101.91º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7BDA52 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 82 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.15 |
| HSL | 101.91º | 0.65% | 0.59% | - |
| HSV(B) | 101.91º | 0.62% | 0.85% | - |
| XYZ | 34.76 | 54.96 | 16.76 | - |
| YUV | 174.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 82 | 0.44 | 0 | 0.62 | 0.15 | 101.91 | 0.65 | 0.59 |
| Hex | 7B | DA | 52 | 2C | 0 | 3E | F | 66 | 41 | 3B |
| Octal | 173 | 332 | 122 | 54 | 0 | 76 | 17 | 146 | 101 | 73 |
| Binary | 1111011 | 11011010 | 1010010 | 101100 | 0 | 111110 | 1111 | 1100110 | 1000001 | 111011 |
Color Harmonies of #7BDA52
Complementary color
Monochromatic Colors of #7BDA52
Black with #7BDA52
Text Example
Text Example
White with #7BDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDA52; }
p { color: rgb(123,218,82); }
H1.HeaderClassName
{
color: #7BDA52;
}
.AnyTagClassName
{
color: #7BDA52;
}
</style>
background-color css
<style>
a { background-color: #7BDA52; }
a { background-color: rgb(123,218,82); }
div.DivClassName
{
background-color: #7BDA52;
}
.BgClassName
{
background-color: #7BDA52;
}
</style>
border-color css
<style>
span { border-color: #7BDA52; }
span { border-color: rgb(123,218,82); }
td.TdClassName
{
border-color: #7BDA52;
}
.TagClassName
{
border-color: #7BDA52;
}
</style>