Shades of Mantis #78CC4E
Tints of Mantis #78CC4E
RGB
CMYK
RGB Variations
Color information
#78CC4E (or 0x78CC4E) is known color: Mantis. HEX triplet: 78, CC and 4E. RGB value is (120,204,78). Sum of RGB (Red+Green+Blue) = 120+204+78=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CC4E is #8733B1. Grayscale: #A4A4A4. Windows color (decimal): -8860594 or 5164152. OLE color: 5164152.
HSL color Cylindrical-coordinate representation of color #78CC4E: hue angle of 100º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78CC4E is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 78 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.2 |
| HSL | 100º | 0.55% | 0.55% | - |
| HSV(B) | 100º | 0.62% | 0.8% | - |
| XYZ | 30.71 | 47.73 | 14.8 | - |
| YUV | 164.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 78 | 0.41 | 0 | 0.62 | 0.2 | 100 | 0.55 | 0.55 |
| Hex | 78 | CC | 4E | 29 | 0 | 3E | 14 | 64 | 37 | 37 |
| Octal | 170 | 314 | 116 | 51 | 0 | 76 | 24 | 144 | 67 | 67 |
| Binary | 1111000 | 11001100 | 1001110 | 101001 | 0 | 111110 | 10100 | 1100100 | 110111 | 110111 |
Color Harmonies of #78CC4E
Complementary color
Monochromatic Colors of #78CC4E
Black with #78CC4E
Text Example
Text Example
White with #78CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC4E; }
p { color: rgb(120,204,78); }
H1.HeaderClassName
{
color: #78CC4E;
}
.AnyTagClassName
{
color: #78CC4E;
}
</style>
background-color css
<style>
a { background-color: #78CC4E; }
a { background-color: rgb(120,204,78); }
div.DivClassName
{
background-color: #78CC4E;
}
.BgClassName
{
background-color: #78CC4E;
}
</style>
border-color css
<style>
span { border-color: #78CC4E; }
span { border-color: rgb(120,204,78); }
td.TdClassName
{
border-color: #78CC4E;
}
.TagClassName
{
border-color: #78CC4E;
}
</style>