Shades of Mantis #78DC48
Tints of Mantis #78DC48
RGB
CMYK
RGB Variations
Color information
#78DC48 (or 0x78DC48) is known color: Mantis. HEX triplet: 78, DC and 48. RGB value is (120,220,72). Sum of RGB (Red+Green+Blue) = 120+220+72=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DC48 is #8723B7. Grayscale: #ADADAD. Windows color (decimal): -8856504 or 4775032. OLE color: 4775032.
HSL color Cylindrical-coordinate representation of color #78DC48: hue angle of 100.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78DC48 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 72 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.14 |
| HSL | 100.54º | 0.68% | 0.57% | - |
| HSV(B) | 100.54º | 0.67% | 0.86% | - |
| XYZ | 34.51 | 55.65 | 15.05 | - |
| YUV | 173.23 | 70.87 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 72 | 0.45 | 0 | 0.67 | 0.14 | 100.54 | 0.68 | 0.57 |
| Hex | 78 | DC | 48 | 2D | 0 | 43 | E | 65 | 44 | 39 |
| Octal | 170 | 334 | 110 | 55 | 0 | 103 | 16 | 145 | 104 | 71 |
| Binary | 1111000 | 11011100 | 1001000 | 101101 | 0 | 1000011 | 1110 | 1100101 | 1000100 | 111001 |
Color Harmonies of #78DC48
Complementary color
Monochromatic Colors of #78DC48
Black with #78DC48
Text Example
Text Example
White with #78DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC48; }
p { color: rgb(120,220,72); }
H1.HeaderClassName
{
color: #78DC48;
}
.AnyTagClassName
{
color: #78DC48;
}
</style>
background-color css
<style>
a { background-color: #78DC48; }
a { background-color: rgb(120,220,72); }
div.DivClassName
{
background-color: #78DC48;
}
.BgClassName
{
background-color: #78DC48;
}
</style>
border-color css
<style>
span { border-color: #78DC48; }
span { border-color: rgb(120,220,72); }
td.TdClassName
{
border-color: #78DC48;
}
.TagClassName
{
border-color: #78DC48;
}
</style>