Shades of Mantis #78DC45
Tints of Mantis #78DC45
RGB
CMYK
RGB Variations
Color information
#78DC45 (or 0x78DC45) is known color: Mantis. HEX triplet: 78, DC and 45. RGB value is (120,220,69). Sum of RGB (Red+Green+Blue) = 120+220+69=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DC45 is #8723BA. Grayscale: #ADADAD. Windows color (decimal): -8856507 or 4578424. OLE color: 4578424.
HSL color Cylindrical-coordinate representation of color #78DC45: hue angle of 99.74º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78DC45 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 69 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.14 |
| HSL | 99.74º | 0.68% | 0.57% | - |
| HSV(B) | 99.74º | 0.69% | 0.86% | - |
| XYZ | 34.41 | 55.61 | 14.55 | - |
| YUV | 172.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 69 | 0.45 | 0 | 0.69 | 0.14 | 99.74 | 0.68 | 0.57 |
| Hex | 78 | DC | 45 | 2D | 0 | 45 | E | 64 | 44 | 39 |
| Octal | 170 | 334 | 105 | 55 | 0 | 105 | 16 | 144 | 104 | 71 |
| Binary | 1111000 | 11011100 | 1000101 | 101101 | 0 | 1000101 | 1110 | 1100100 | 1000100 | 111001 |
Color Harmonies of #78DC45
Complementary color
Monochromatic Colors of #78DC45
Black with #78DC45
Text Example
Text Example
White with #78DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC45; }
p { color: rgb(120,220,69); }
H1.HeaderClassName
{
color: #78DC45;
}
.AnyTagClassName
{
color: #78DC45;
}
</style>
background-color css
<style>
a { background-color: #78DC45; }
a { background-color: rgb(120,220,69); }
div.DivClassName
{
background-color: #78DC45;
}
.BgClassName
{
background-color: #78DC45;
}
</style>
border-color css
<style>
span { border-color: #78DC45; }
span { border-color: rgb(120,220,69); }
td.TdClassName
{
border-color: #78DC45;
}
.TagClassName
{
border-color: #78DC45;
}
</style>