Shades of Mantis #78D75E
Tints of Mantis #78D75E
RGB
CMYK
RGB Variations
Color information
#78D75E (or 0x78D75E) is known color: Mantis. HEX triplet: 78, D7 and 5E. RGB value is (120,215,94). Sum of RGB (Red+Green+Blue) = 120+215+94=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #78D75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D75E is #8728A1. Grayscale: #ADADAD. Windows color (decimal): -8857762 or 6215544. OLE color: 6215544.
HSL color Cylindrical-coordinate representation of color #78D75E: hue angle of 107.11º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78D75E is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 94 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.16 |
| HSL | 107.11º | 0.6% | 0.61% | - |
| HSV(B) | 107.11º | 0.56% | 0.84% | - |
| XYZ | 34.07 | 53.4 | 19.1 | - |
| YUV | 172.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 94 | 0.44 | 0 | 0.56 | 0.16 | 107.11 | 0.6 | 0.61 |
| Hex | 78 | D7 | 5E | 2C | 0 | 38 | 10 | 6B | 3C | 3D |
| Octal | 170 | 327 | 136 | 54 | 0 | 70 | 20 | 153 | 74 | 75 |
| Binary | 1111000 | 11010111 | 1011110 | 101100 | 0 | 111000 | 10000 | 1101011 | 111100 | 111101 |
Color Harmonies of #78D75E
Complementary color
Monochromatic Colors of #78D75E
Black with #78D75E
Text Example
Text Example
White with #78D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D75E; }
p { color: rgb(120,215,94); }
H1.HeaderClassName
{
color: #78D75E;
}
.AnyTagClassName
{
color: #78D75E;
}
</style>
background-color css
<style>
a { background-color: #78D75E; }
a { background-color: rgb(120,215,94); }
div.DivClassName
{
background-color: #78D75E;
}
.BgClassName
{
background-color: #78D75E;
}
</style>
border-color css
<style>
span { border-color: #78D75E; }
span { border-color: rgb(120,215,94); }
td.TdClassName
{
border-color: #78D75E;
}
.TagClassName
{
border-color: #78D75E;
}
</style>