Shades of Mantis #78DF47
Tints of Mantis #78DF47
RGB
CMYK
RGB Variations
Color information
#78DF47 (or 0x78DF47) is known color: Mantis. HEX triplet: 78, DF and 47. RGB value is (120,223,71). Sum of RGB (Red+Green+Blue) = 120+223+71=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DF47 is #8720B8. Grayscale: #AFAFAF. Windows color (decimal): -8855737 or 4710264. OLE color: 4710264.
HSL color Cylindrical-coordinate representation of color #78DF47: hue angle of 100.66º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78DF47 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 71 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.13 |
| HSL | 100.66º | 0.7% | 0.58% | - |
| HSV(B) | 100.66º | 0.68% | 0.87% | - |
| XYZ | 35.27 | 57.22 | 15.15 | - |
| YUV | 174.88 | 69.38 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 71 | 0.46 | 0 | 0.68 | 0.13 | 100.66 | 0.7 | 0.58 |
| Hex | 78 | DF | 47 | 2E | 0 | 44 | D | 65 | 46 | 3A |
| Octal | 170 | 337 | 107 | 56 | 0 | 104 | 15 | 145 | 106 | 72 |
| Binary | 1111000 | 11011111 | 1000111 | 101110 | 0 | 1000100 | 1101 | 1100101 | 1000110 | 111010 |
Color Harmonies of #78DF47
Complementary color
Monochromatic Colors of #78DF47
Black with #78DF47
Text Example
Text Example
White with #78DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF47; }
p { color: rgb(120,223,71); }
H1.HeaderClassName
{
color: #78DF47;
}
.AnyTagClassName
{
color: #78DF47;
}
</style>
background-color css
<style>
a { background-color: #78DF47; }
a { background-color: rgb(120,223,71); }
div.DivClassName
{
background-color: #78DF47;
}
.BgClassName
{
background-color: #78DF47;
}
</style>
border-color css
<style>
span { border-color: #78DF47; }
span { border-color: rgb(120,223,71); }
td.TdClassName
{
border-color: #78DF47;
}
.TagClassName
{
border-color: #78DF47;
}
</style>