Shades of Mantis #7BD464
Tints of Mantis #7BD464
RGB
CMYK
RGB Variations
Color information
#7BD464 (or 0x7BD464) is known color: Mantis. HEX triplet: 7B, D4 and 64. RGB value is (123,212,100). Sum of RGB (Red+Green+Blue) = 123+212+100=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #7BD464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD464 is #842B9B. Grayscale: #ACACAC. Windows color (decimal): -8661916 or 6607995. OLE color: 6607995.
HSL color Cylindrical-coordinate representation of color #7BD464: hue angle of 107.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7BD464 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 212 | 100 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.17 |
| HSL | 107.68º | 0.57% | 0.61% | - |
| HSV(B) | 107.68º | 0.53% | 0.83% | - |
| XYZ | 34.01 | 52.22 | 20.34 | - |
| YUV | 172.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 212 | 100 | 0.42 | 0 | 0.53 | 0.17 | 107.68 | 0.57 | 0.61 |
| Hex | 7B | D4 | 64 | 2A | 0 | 35 | 11 | 6C | 39 | 3D |
| Octal | 173 | 324 | 144 | 52 | 0 | 65 | 21 | 154 | 71 | 75 |
| Binary | 1111011 | 11010100 | 1100100 | 101010 | 0 | 110101 | 10001 | 1101100 | 111001 | 111101 |
Color Harmonies of #7BD464
Complementary color
Monochromatic Colors of #7BD464
Black with #7BD464
Text Example
Text Example
White with #7BD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD464; }
p { color: rgb(123,212,100); }
H1.HeaderClassName
{
color: #7BD464;
}
.AnyTagClassName
{
color: #7BD464;
}
</style>
background-color css
<style>
a { background-color: #7BD464; }
a { background-color: rgb(123,212,100); }
div.DivClassName
{
background-color: #7BD464;
}
.BgClassName
{
background-color: #7BD464;
}
</style>
border-color css
<style>
span { border-color: #7BD464; }
span { border-color: rgb(123,212,100); }
td.TdClassName
{
border-color: #7BD464;
}
.TagClassName
{
border-color: #7BD464;
}
</style>