Shades of Mantis #78D761
Tints of Mantis #78D761
RGB
CMYK
RGB Variations
Color information
#78D761 (or 0x78D761) is known color: Mantis. HEX triplet: 78, D7 and 61. RGB value is (120,215,97). Sum of RGB (Red+Green+Blue) = 120+215+97=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #78D761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D761 is #87289E. Grayscale: #ADADAD. Windows color (decimal): -8857759 or 6412152. OLE color: 6412152.
HSL color Cylindrical-coordinate representation of color #78D761: hue angle of 108.31º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78D761 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 97 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.16 |
| HSL | 108.31º | 0.6% | 0.61% | - |
| HSV(B) | 108.31º | 0.55% | 0.84% | - |
| XYZ | 34.2 | 53.46 | 19.82 | - |
| YUV | 173.14 | 85.03 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 97 | 0.44 | 0 | 0.55 | 0.16 | 108.31 | 0.6 | 0.61 |
| Hex | 78 | D7 | 61 | 2C | 0 | 37 | 10 | 6C | 3C | 3D |
| Octal | 170 | 327 | 141 | 54 | 0 | 67 | 20 | 154 | 74 | 75 |
| Binary | 1111000 | 11010111 | 1100001 | 101100 | 0 | 110111 | 10000 | 1101100 | 111100 | 111101 |
Color Harmonies of #78D761
Complementary color
Monochromatic Colors of #78D761
Black with #78D761
Text Example
Text Example
White with #78D761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D761; }
p { color: rgb(120,215,97); }
H1.HeaderClassName
{
color: #78D761;
}
.AnyTagClassName
{
color: #78D761;
}
</style>
background-color css
<style>
a { background-color: #78D761; }
a { background-color: rgb(120,215,97); }
div.DivClassName
{
background-color: #78D761;
}
.BgClassName
{
background-color: #78D761;
}
</style>
border-color css
<style>
span { border-color: #78D761; }
span { border-color: rgb(120,215,97); }
td.TdClassName
{
border-color: #78D761;
}
.TagClassName
{
border-color: #78D761;
}
</style>