Shades of Mantis #78DC4A
Tints of Mantis #78DC4A
RGB
CMYK
RGB Variations
Color information
#78DC4A (or 0x78DC4A) is known color: Mantis. HEX triplet: 78, DC and 4A. RGB value is (120,220,74). Sum of RGB (Red+Green+Blue) = 120+220+74=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DC4A is #8723B5. Grayscale: #ADADAD. Windows color (decimal): -8856502 or 4906104. OLE color: 4906104.
HSL color Cylindrical-coordinate representation of color #78DC4A: hue angle of 101.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78DC4A is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 74 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.14 |
| HSL | 101.1º | 0.68% | 0.58% | - |
| HSV(B) | 101.1º | 0.66% | 0.86% | - |
| XYZ | 34.57 | 55.67 | 15.4 | - |
| YUV | 173.46 | 71.87 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 74 | 0.45 | 0 | 0.66 | 0.14 | 101.1 | 0.68 | 0.58 |
| Hex | 78 | DC | 4A | 2D | 0 | 42 | E | 65 | 44 | 3A |
| Octal | 170 | 334 | 112 | 55 | 0 | 102 | 16 | 145 | 104 | 72 |
| Binary | 1111000 | 11011100 | 1001010 | 101101 | 0 | 1000010 | 1110 | 1100101 | 1000100 | 111010 |
Color Harmonies of #78DC4A
Complementary color
Monochromatic Colors of #78DC4A
Black with #78DC4A
Text Example
Text Example
White with #78DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC4A; }
p { color: rgb(120,220,74); }
H1.HeaderClassName
{
color: #78DC4A;
}
.AnyTagClassName
{
color: #78DC4A;
}
</style>
background-color css
<style>
a { background-color: #78DC4A; }
a { background-color: rgb(120,220,74); }
div.DivClassName
{
background-color: #78DC4A;
}
.BgClassName
{
background-color: #78DC4A;
}
</style>
border-color css
<style>
span { border-color: #78DC4A; }
span { border-color: rgb(120,220,74); }
td.TdClassName
{
border-color: #78DC4A;
}
.TagClassName
{
border-color: #78DC4A;
}
</style>