Shades of Mantis #78D752
Tints of Mantis #78D752
RGB
CMYK
RGB Variations
Color information
#78D752 (or 0x78D752) is known color: Mantis. HEX triplet: 78, D7 and 52. RGB value is (120,215,82). Sum of RGB (Red+Green+Blue) = 120+215+82=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #78D752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D752 is #8728AD. Grayscale: #ABABAB. Windows color (decimal): -8857774 or 5429112. OLE color: 5429112.
HSL color Cylindrical-coordinate representation of color #78D752: hue angle of 102.86º degrees, saturation: 0.62, 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 #78D752 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 82 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.16 |
| HSL | 102.86º | 0.62% | 0.58% | - |
| HSV(B) | 102.86º | 0.62% | 0.84% | - |
| XYZ | 33.57 | 53.2 | 16.48 | - |
| YUV | 171.43 | 77.53 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 82 | 0.44 | 0 | 0.62 | 0.16 | 102.86 | 0.62 | 0.58 |
| Hex | 78 | D7 | 52 | 2C | 0 | 3E | 10 | 67 | 3E | 3A |
| Octal | 170 | 327 | 122 | 54 | 0 | 76 | 20 | 147 | 76 | 72 |
| Binary | 1111000 | 11010111 | 1010010 | 101100 | 0 | 111110 | 10000 | 1100111 | 111110 | 111010 |
Color Harmonies of #78D752
Complementary color
Monochromatic Colors of #78D752
Black with #78D752
Text Example
Text Example
White with #78D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D752; }
p { color: rgb(120,215,82); }
H1.HeaderClassName
{
color: #78D752;
}
.AnyTagClassName
{
color: #78D752;
}
</style>
background-color css
<style>
a { background-color: #78D752; }
a { background-color: rgb(120,215,82); }
div.DivClassName
{
background-color: #78D752;
}
.BgClassName
{
background-color: #78D752;
}
</style>
border-color css
<style>
span { border-color: #78D752; }
span { border-color: rgb(120,215,82); }
td.TdClassName
{
border-color: #78D752;
}
.TagClassName
{
border-color: #78D752;
}
</style>