Shades of Mantis #78DF49
Tints of Mantis #78DF49
RGB
CMYK
RGB Variations
Color information
#78DF49 (or 0x78DF49) is known color: Mantis. HEX triplet: 78, DF and 49. RGB value is (120,223,73). Sum of RGB (Red+Green+Blue) = 120+223+73=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DF49 is #8720B6. Grayscale: #AFAFAF. Windows color (decimal): -8855735 or 4841336. OLE color: 4841336.
HSL color Cylindrical-coordinate representation of color #78DF49: hue angle of 101.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78DF49 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 73 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.13 |
| HSL | 101.2º | 0.7% | 0.58% | - |
| HSV(B) | 101.2º | 0.67% | 0.87% | - |
| XYZ | 35.34 | 57.25 | 15.49 | - |
| YUV | 175.1 | 70.38 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 73 | 0.46 | 0 | 0.67 | 0.13 | 101.2 | 0.7 | 0.58 |
| Hex | 78 | DF | 49 | 2E | 0 | 43 | D | 65 | 46 | 3A |
| Octal | 170 | 337 | 111 | 56 | 0 | 103 | 15 | 145 | 106 | 72 |
| Binary | 1111000 | 11011111 | 1001001 | 101110 | 0 | 1000011 | 1101 | 1100101 | 1000110 | 111010 |
Color Harmonies of #78DF49
Complementary color
Monochromatic Colors of #78DF49
Black with #78DF49
Text Example
Text Example
White with #78DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF49; }
p { color: rgb(120,223,73); }
H1.HeaderClassName
{
color: #78DF49;
}
.AnyTagClassName
{
color: #78DF49;
}
</style>
background-color css
<style>
a { background-color: #78DF49; }
a { background-color: rgb(120,223,73); }
div.DivClassName
{
background-color: #78DF49;
}
.BgClassName
{
background-color: #78DF49;
}
</style>
border-color css
<style>
span { border-color: #78DF49; }
span { border-color: rgb(120,223,73); }
td.TdClassName
{
border-color: #78DF49;
}
.TagClassName
{
border-color: #78DF49;
}
</style>