Shades of Mantis #78CE52
Tints of Mantis #78CE52
RGB
CMYK
RGB Variations
Color information
#78CE52 (or 0x78CE52) is known color: Mantis. HEX triplet: 78, CE and 52. RGB value is (120,206,82). Sum of RGB (Red+Green+Blue) = 120+206+82=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE52 is #8731AD. Grayscale: #A6A6A6. Windows color (decimal): -8860078 or 5426808. OLE color: 5426808.
HSL color Cylindrical-coordinate representation of color #78CE52: hue angle of 101.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78CE52 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 82 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.19 |
| HSL | 101.61º | 0.56% | 0.56% | - |
| HSV(B) | 101.61º | 0.6% | 0.81% | - |
| XYZ | 31.34 | 48.74 | 15.74 | - |
| YUV | 166.15 | 80.51 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 82 | 0.42 | 0 | 0.60 | 0.19 | 101.61 | 0.56 | 0.56 |
| Hex | 78 | CE | 52 | 2A | 0 | 3C | 13 | 66 | 38 | 38 |
| Octal | 170 | 316 | 122 | 52 | 0 | 74 | 23 | 146 | 70 | 70 |
| Binary | 1111000 | 11001110 | 1010010 | 101010 | 0 | 111100 | 10011 | 1100110 | 111000 | 111000 |
Color Harmonies of #78CE52
Complementary color
Monochromatic Colors of #78CE52
Black with #78CE52
Text Example
Text Example
White with #78CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE52; }
p { color: rgb(120,206,82); }
H1.HeaderClassName
{
color: #78CE52;
}
.AnyTagClassName
{
color: #78CE52;
}
</style>
background-color css
<style>
a { background-color: #78CE52; }
a { background-color: rgb(120,206,82); }
div.DivClassName
{
background-color: #78CE52;
}
.BgClassName
{
background-color: #78CE52;
}
</style>
border-color css
<style>
span { border-color: #78CE52; }
span { border-color: rgb(120,206,82); }
td.TdClassName
{
border-color: #78CE52;
}
.TagClassName
{
border-color: #78CE52;
}
</style>