Shades of Mantis #78C95E
Tints of Mantis #78C95E
RGB
CMYK
RGB Variations
Color information
#78C95E (or 0x78C95E) is known color: Mantis. HEX triplet: 78, C9 and 5E. RGB value is (120,201,94). Sum of RGB (Red+Green+Blue) = 120+201+94=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #78C95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C95E is #8736A1. Grayscale: #A4A4A4. Windows color (decimal): -8861346 or 6211960. OLE color: 6211960.
HSL color Cylindrical-coordinate representation of color #78C95E: hue angle of 105.42º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78C95E is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 94 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.21 |
| HSL | 105.42º | 0.5% | 0.58% | - |
| HSV(B) | 105.42º | 0.53% | 0.79% | - |
| XYZ | 30.65 | 46.57 | 17.96 | - |
| YUV | 164.58 | 88.16 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 94 | 0.40 | 0 | 0.53 | 0.21 | 105.42 | 0.5 | 0.58 |
| Hex | 78 | C9 | 5E | 28 | 0 | 35 | 15 | 69 | 32 | 3A |
| Octal | 170 | 311 | 136 | 50 | 0 | 65 | 25 | 151 | 62 | 72 |
| Binary | 1111000 | 11001001 | 1011110 | 101000 | 0 | 110101 | 10101 | 1101001 | 110010 | 111010 |
Color Harmonies of #78C95E
Complementary color
Monochromatic Colors of #78C95E
Black with #78C95E
Text Example
Text Example
White with #78C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C95E; }
p { color: rgb(120,201,94); }
H1.HeaderClassName
{
color: #78C95E;
}
.AnyTagClassName
{
color: #78C95E;
}
</style>
background-color css
<style>
a { background-color: #78C95E; }
a { background-color: rgb(120,201,94); }
div.DivClassName
{
background-color: #78C95E;
}
.BgClassName
{
background-color: #78C95E;
}
</style>
border-color css
<style>
span { border-color: #78C95E; }
span { border-color: rgb(120,201,94); }
td.TdClassName
{
border-color: #78C95E;
}
.TagClassName
{
border-color: #78C95E;
}
</style>