Shades of Mantis #7BD54E
Tints of Mantis #7BD54E
RGB
CMYK
RGB Variations
Color information
#7BD54E (or 0x7BD54E) is known color: Mantis. HEX triplet: 7B, D5 and 4E. RGB value is (123,213,78). Sum of RGB (Red+Green+Blue) = 123+213+78=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD54E is #842AB1. Grayscale: #ABABAB. Windows color (decimal): -8661682 or 5166459. OLE color: 5166459.
HSL color Cylindrical-coordinate representation of color #7BD54E: hue angle of 100º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7BD54E is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 78 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.16 |
| HSL | 100º | 0.62% | 0.57% | - |
| HSV(B) | 100º | 0.63% | 0.84% | - |
| XYZ | 33.34 | 52.35 | 15.56 | - |
| YUV | 170.7 | 75.68 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 78 | 0.42 | 0 | 0.63 | 0.16 | 100 | 0.62 | 0.57 |
| Hex | 7B | D5 | 4E | 2A | 0 | 3F | 10 | 64 | 3E | 39 |
| Octal | 173 | 325 | 116 | 52 | 0 | 77 | 20 | 144 | 76 | 71 |
| Binary | 1111011 | 11010101 | 1001110 | 101010 | 0 | 111111 | 10000 | 1100100 | 111110 | 111001 |
Color Harmonies of #7BD54E
Complementary color
Monochromatic Colors of #7BD54E
Black with #7BD54E
Text Example
Text Example
White with #7BD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD54E; }
p { color: rgb(123,213,78); }
H1.HeaderClassName
{
color: #7BD54E;
}
.AnyTagClassName
{
color: #7BD54E;
}
</style>
background-color css
<style>
a { background-color: #7BD54E; }
a { background-color: rgb(123,213,78); }
div.DivClassName
{
background-color: #7BD54E;
}
.BgClassName
{
background-color: #7BD54E;
}
</style>
border-color css
<style>
span { border-color: #7BD54E; }
span { border-color: rgb(123,213,78); }
td.TdClassName
{
border-color: #7BD54E;
}
.TagClassName
{
border-color: #7BD54E;
}
</style>