Shades of Mantis #78C153
Tints of Mantis #78C153
RGB
CMYK
RGB Variations
Color information
#78C153 (or 0x78C153) is known color: Mantis. HEX triplet: 78, C1 and 53. RGB value is (120,193,83). Sum of RGB (Red+Green+Blue) = 120+193+83=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #78C153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C153 is #873EAC. Grayscale: #9F9F9F. Windows color (decimal): -8863405 or 5489016. OLE color: 5489016.
HSL color Cylindrical-coordinate representation of color #78C153: hue angle of 99.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78C153 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 83 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.24 |
| HSL | 99.82º | 0.47% | 0.54% | - |
| HSV(B) | 99.82º | 0.57% | 0.76% | - |
| XYZ | 28.38 | 42.76 | 14.94 | - |
| YUV | 158.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 83 | 0.38 | 0 | 0.57 | 0.24 | 99.82 | 0.47 | 0.54 |
| Hex | 78 | C1 | 53 | 26 | 0 | 39 | 18 | 64 | 2F | 36 |
| Octal | 170 | 301 | 123 | 46 | 0 | 71 | 30 | 144 | 57 | 66 |
| Binary | 1111000 | 11000001 | 1010011 | 100110 | 0 | 111001 | 11000 | 1100100 | 101111 | 110110 |
Color Harmonies of #78C153
Complementary color
Monochromatic Colors of #78C153
Black with #78C153
Text Example
Text Example
White with #78C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C153; }
p { color: rgb(120,193,83); }
H1.HeaderClassName
{
color: #78C153;
}
.AnyTagClassName
{
color: #78C153;
}
</style>
background-color css
<style>
a { background-color: #78C153; }
a { background-color: rgb(120,193,83); }
div.DivClassName
{
background-color: #78C153;
}
.BgClassName
{
background-color: #78C153;
}
</style>
border-color css
<style>
span { border-color: #78C153; }
span { border-color: rgb(120,193,83); }
td.TdClassName
{
border-color: #78C153;
}
.TagClassName
{
border-color: #78C153;
}
</style>