Shades of Mantis #7BD245
Tints of Mantis #7BD245
RGB
CMYK
RGB Variations
Color information
#7BD245 (or 0x7BD245) is known color: Mantis. HEX triplet: 7B, D2 and 45. RGB value is (123,210,69). Sum of RGB (Red+Green+Blue) = 123+210+69=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD245 is #842DBA. Grayscale: #A8A8A8. Windows color (decimal): -8662459 or 4575867. OLE color: 4575867.
HSL color Cylindrical-coordinate representation of color #7BD245: hue angle of 97.02º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BD245 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 210 | 69 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.18 |
| HSL | 97.02º | 0.61% | 0.55% | - |
| HSV(B) | 97.02º | 0.67% | 0.82% | - |
| XYZ | 32.29 | 50.73 | 13.72 | - |
| YUV | 167.91 | 72.18 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 210 | 69 | 0.41 | 0 | 0.67 | 0.18 | 97.02 | 0.61 | 0.55 |
| Hex | 7B | D2 | 45 | 29 | 0 | 43 | 12 | 61 | 3D | 37 |
| Octal | 173 | 322 | 105 | 51 | 0 | 103 | 22 | 141 | 75 | 67 |
| Binary | 1111011 | 11010010 | 1000101 | 101001 | 0 | 1000011 | 10010 | 1100001 | 111101 | 110111 |
Color Harmonies of #7BD245
Complementary color
Monochromatic Colors of #7BD245
Black with #7BD245
Text Example
Text Example
White with #7BD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD245; }
p { color: rgb(123,210,69); }
H1.HeaderClassName
{
color: #7BD245;
}
.AnyTagClassName
{
color: #7BD245;
}
</style>
background-color css
<style>
a { background-color: #7BD245; }
a { background-color: rgb(123,210,69); }
div.DivClassName
{
background-color: #7BD245;
}
.BgClassName
{
background-color: #7BD245;
}
</style>
border-color css
<style>
span { border-color: #7BD245; }
span { border-color: rgb(123,210,69); }
td.TdClassName
{
border-color: #7BD245;
}
.TagClassName
{
border-color: #7BD245;
}
</style>