Shades of Mantis #78D552
Tints of Mantis #78D552
RGB
CMYK
RGB Variations
Color information
#78D552 (or 0x78D552) is known color: Mantis. HEX triplet: 78, D5 and 52. RGB value is (120,213,82). Sum of RGB (Red+Green+Blue) = 120+213+82=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #78D552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D552 is #872AAD. Grayscale: #AAAAAA. Windows color (decimal): -8858286 or 5428600. OLE color: 5428600.
HSL color Cylindrical-coordinate representation of color #78D552: hue angle of 102.6º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78D552 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 82 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.16 |
| HSL | 102.6º | 0.61% | 0.58% | - |
| HSV(B) | 102.6º | 0.62% | 0.84% | - |
| XYZ | 33.06 | 52.19 | 16.31 | - |
| YUV | 170.26 | 78.19 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 82 | 0.44 | 0 | 0.62 | 0.16 | 102.6 | 0.61 | 0.58 |
| Hex | 78 | D5 | 52 | 2C | 0 | 3E | 10 | 67 | 3D | 3A |
| Octal | 170 | 325 | 122 | 54 | 0 | 76 | 20 | 147 | 75 | 72 |
| Binary | 1111000 | 11010101 | 1010010 | 101100 | 0 | 111110 | 10000 | 1100111 | 111101 | 111010 |
Color Harmonies of #78D552
Complementary color
Monochromatic Colors of #78D552
Black with #78D552
Text Example
Text Example
White with #78D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D552; }
p { color: rgb(120,213,82); }
H1.HeaderClassName
{
color: #78D552;
}
.AnyTagClassName
{
color: #78D552;
}
</style>
background-color css
<style>
a { background-color: #78D552; }
a { background-color: rgb(120,213,82); }
div.DivClassName
{
background-color: #78D552;
}
.BgClassName
{
background-color: #78D552;
}
</style>
border-color css
<style>
span { border-color: #78D552; }
span { border-color: rgb(120,213,82); }
td.TdClassName
{
border-color: #78D552;
}
.TagClassName
{
border-color: #78D552;
}
</style>