Shades of Mantis #78D649
Tints of Mantis #78D649
RGB
CMYK
RGB Variations
Color information
#78D649 (or 0x78D649) is known color: Mantis. HEX triplet: 78, D6 and 49. RGB value is (120,214,73). Sum of RGB (Red+Green+Blue) = 120+214+73=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #78D649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D649 is #8729B6. Grayscale: #AAAAAA. Windows color (decimal): -8858039 or 4839032. OLE color: 4839032.
HSL color Cylindrical-coordinate representation of color #78D649: hue angle of 100º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78D649 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 73 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.16 |
| HSL | 100º | 0.63% | 0.56% | - |
| HSV(B) | 100º | 0.66% | 0.84% | - |
| XYZ | 32.99 | 52.57 | 14.71 | - |
| YUV | 169.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 73 | 0.44 | 0 | 0.66 | 0.16 | 100 | 0.63 | 0.56 |
| Hex | 78 | D6 | 49 | 2C | 0 | 42 | 10 | 64 | 3F | 38 |
| Octal | 170 | 326 | 111 | 54 | 0 | 102 | 20 | 144 | 77 | 70 |
| Binary | 1111000 | 11010110 | 1001001 | 101100 | 0 | 1000010 | 10000 | 1100100 | 111111 | 111000 |
Color Harmonies of #78D649
Complementary color
Monochromatic Colors of #78D649
Black with #78D649
Text Example
Text Example
White with #78D649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D649; }
p { color: rgb(120,214,73); }
H1.HeaderClassName
{
color: #78D649;
}
.AnyTagClassName
{
color: #78D649;
}
</style>
background-color css
<style>
a { background-color: #78D649; }
a { background-color: rgb(120,214,73); }
div.DivClassName
{
background-color: #78D649;
}
.BgClassName
{
background-color: #78D649;
}
</style>
border-color css
<style>
span { border-color: #78D649; }
span { border-color: rgb(120,214,73); }
td.TdClassName
{
border-color: #78D649;
}
.TagClassName
{
border-color: #78D649;
}
</style>