Shades of Mantis #78CC5D
Tints of Mantis #78CC5D
RGB
CMYK
RGB Variations
Color information
#78CC5D (or 0x78CC5D) is known color: Mantis. HEX triplet: 78, CC and 5D. RGB value is (120,204,93). Sum of RGB (Red+Green+Blue) = 120+204+93=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CC5D is #8733A2. Grayscale: #A6A6A6. Windows color (decimal): -8860579 or 6147192. OLE color: 6147192.
HSL color Cylindrical-coordinate representation of color #78CC5D: hue angle of 105.41º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78CC5D is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 93 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.2 |
| HSL | 105.41º | 0.52% | 0.58% | - |
| HSV(B) | 105.41º | 0.54% | 0.8% | - |
| XYZ | 31.31 | 47.97 | 17.96 | - |
| YUV | 166.23 | 86.67 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 93 | 0.41 | 0 | 0.54 | 0.2 | 105.41 | 0.52 | 0.58 |
| Hex | 78 | CC | 5D | 29 | 0 | 36 | 14 | 69 | 34 | 3A |
| Octal | 170 | 314 | 135 | 51 | 0 | 66 | 24 | 151 | 64 | 72 |
| Binary | 1111000 | 11001100 | 1011101 | 101001 | 0 | 110110 | 10100 | 1101001 | 110100 | 111010 |
Color Harmonies of #78CC5D
Complementary color
Monochromatic Colors of #78CC5D
Black with #78CC5D
Text Example
Text Example
White with #78CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC5D; }
p { color: rgb(120,204,93); }
H1.HeaderClassName
{
color: #78CC5D;
}
.AnyTagClassName
{
color: #78CC5D;
}
</style>
background-color css
<style>
a { background-color: #78CC5D; }
a { background-color: rgb(120,204,93); }
div.DivClassName
{
background-color: #78CC5D;
}
.BgClassName
{
background-color: #78CC5D;
}
</style>
border-color css
<style>
span { border-color: #78CC5D; }
span { border-color: rgb(120,204,93); }
td.TdClassName
{
border-color: #78CC5D;
}
.TagClassName
{
border-color: #78CC5D;
}
</style>