Shades of Mantis #78C652
Tints of Mantis #78C652
RGB
CMYK
RGB Variations
Color information
#78C652 (or 0x78C652) is known color: Mantis. HEX triplet: 78, C6 and 52. RGB value is (120,198,82). Sum of RGB (Red+Green+Blue) = 120+198+82=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #78C652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C652 is #8739AD. Grayscale: #A1A1A1. Windows color (decimal): -8862126 or 5424760. OLE color: 5424760.
HSL color Cylindrical-coordinate representation of color #78C652: hue angle of 100.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78C652 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 82 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.22 |
| HSL | 100.34º | 0.5% | 0.55% | - |
| HSV(B) | 100.34º | 0.59% | 0.78% | - |
| XYZ | 29.46 | 44.99 | 15.11 | - |
| YUV | 161.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 82 | 0.39 | 0 | 0.59 | 0.22 | 100.34 | 0.5 | 0.55 |
| Hex | 78 | C6 | 52 | 27 | 0 | 3B | 16 | 64 | 32 | 37 |
| Octal | 170 | 306 | 122 | 47 | 0 | 73 | 26 | 144 | 62 | 67 |
| Binary | 1111000 | 11000110 | 1010010 | 100111 | 0 | 111011 | 10110 | 1100100 | 110010 | 110111 |
Color Harmonies of #78C652
Complementary color
Monochromatic Colors of #78C652
Black with #78C652
Text Example
Text Example
White with #78C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C652; }
p { color: rgb(120,198,82); }
H1.HeaderClassName
{
color: #78C652;
}
.AnyTagClassName
{
color: #78C652;
}
</style>
background-color css
<style>
a { background-color: #78C652; }
a { background-color: rgb(120,198,82); }
div.DivClassName
{
background-color: #78C652;
}
.BgClassName
{
background-color: #78C652;
}
</style>
border-color css
<style>
span { border-color: #78C652; }
span { border-color: rgb(120,198,82); }
td.TdClassName
{
border-color: #78C652;
}
.TagClassName
{
border-color: #78C652;
}
</style>