Shades of Mantis #78D642
Tints of Mantis #78D642
RGB
CMYK
RGB Variations
Color information
#78D642 (or 0x78D642) is known color: Mantis. HEX triplet: 78, D6 and 42. RGB value is (120,214,66). Sum of RGB (Red+Green+Blue) = 120+214+66=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #78D642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D642 is #8729BD. Grayscale: #A9A9A9. Windows color (decimal): -8858046 or 4380280. OLE color: 4380280.
HSL color Cylindrical-coordinate representation of color #78D642: hue angle of 98.11º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78D642 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 66 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.16 |
| HSL | 98.11º | 0.64% | 0.55% | - |
| HSV(B) | 98.11º | 0.69% | 0.84% | - |
| XYZ | 32.78 | 52.48 | 13.56 | - |
| YUV | 169.02 | 69.86 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 66 | 0.44 | 0 | 0.69 | 0.16 | 98.11 | 0.64 | 0.55 |
| Hex | 78 | D6 | 42 | 2C | 0 | 45 | 10 | 62 | 40 | 37 |
| Octal | 170 | 326 | 102 | 54 | 0 | 105 | 20 | 142 | 100 | 67 |
| Binary | 1111000 | 11010110 | 1000010 | 101100 | 0 | 1000101 | 10000 | 1100010 | 1000000 | 110111 |
Color Harmonies of #78D642
Complementary color
Monochromatic Colors of #78D642
Black with #78D642
Text Example
Text Example
White with #78D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D642; }
p { color: rgb(120,214,66); }
H1.HeaderClassName
{
color: #78D642;
}
.AnyTagClassName
{
color: #78D642;
}
</style>
background-color css
<style>
a { background-color: #78D642; }
a { background-color: rgb(120,214,66); }
div.DivClassName
{
background-color: #78D642;
}
.BgClassName
{
background-color: #78D642;
}
</style>
border-color css
<style>
span { border-color: #78D642; }
span { border-color: rgb(120,214,66); }
td.TdClassName
{
border-color: #78D642;
}
.TagClassName
{
border-color: #78D642;
}
</style>