Shades of Mantis #78CE49
Tints of Mantis #78CE49
RGB
CMYK
RGB Variations
Color information
#78CE49 (or 0x78CE49) is known color: Mantis. HEX triplet: 78, CE and 49. RGB value is (120,206,73). Sum of RGB (Red+Green+Blue) = 120+206+73=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CE49 is #8731B6. Grayscale: #A5A5A5. Windows color (decimal): -8860087 or 4836984. OLE color: 4836984.
HSL color Cylindrical-coordinate representation of color #78CE49: hue angle of 98.8º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78CE49 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 73 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.19 |
| HSL | 98.8º | 0.58% | 0.55% | - |
| HSV(B) | 98.8º | 0.65% | 0.81% | - |
| XYZ | 31.02 | 48.62 | 14.05 | - |
| YUV | 165.12 | 76.01 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 73 | 0.42 | 0 | 0.65 | 0.19 | 98.8 | 0.58 | 0.55 |
| Hex | 78 | CE | 49 | 2A | 0 | 41 | 13 | 63 | 3A | 37 |
| Octal | 170 | 316 | 111 | 52 | 0 | 101 | 23 | 143 | 72 | 67 |
| Binary | 1111000 | 11001110 | 1001001 | 101010 | 0 | 1000001 | 10011 | 1100011 | 111010 | 110111 |
Color Harmonies of #78CE49
Complementary color
Monochromatic Colors of #78CE49
Black with #78CE49
Text Example
Text Example
White with #78CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE49; }
p { color: rgb(120,206,73); }
H1.HeaderClassName
{
color: #78CE49;
}
.AnyTagClassName
{
color: #78CE49;
}
</style>
background-color css
<style>
a { background-color: #78CE49; }
a { background-color: rgb(120,206,73); }
div.DivClassName
{
background-color: #78CE49;
}
.BgClassName
{
background-color: #78CE49;
}
</style>
border-color css
<style>
span { border-color: #78CE49; }
span { border-color: rgb(120,206,73); }
td.TdClassName
{
border-color: #78CE49;
}
.TagClassName
{
border-color: #78CE49;
}
</style>