Shades of Mantis #78D05F
Tints of Mantis #78D05F
RGB
CMYK
RGB Variations
Color information
#78D05F (or 0x78D05F) is known color: Mantis. HEX triplet: 78, D0 and 5F. RGB value is (120,208,95). Sum of RGB (Red+Green+Blue) = 120+208+95=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #78D05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D05F is #872FA0. Grayscale: #A9A9A9. Windows color (decimal): -8859553 or 6279288. OLE color: 6279288.
HSL color Cylindrical-coordinate representation of color #78D05F: hue angle of 106.73º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78D05F is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 95 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.18 |
| HSL | 106.73º | 0.55% | 0.59% | - |
| HSV(B) | 106.73º | 0.54% | 0.82% | - |
| XYZ | 32.37 | 49.93 | 18.76 | - |
| YUV | 168.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 95 | 0.42 | 0 | 0.54 | 0.18 | 106.73 | 0.55 | 0.59 |
| Hex | 78 | D0 | 5F | 2A | 0 | 36 | 12 | 6B | 37 | 3B |
| Octal | 170 | 320 | 137 | 52 | 0 | 66 | 22 | 153 | 67 | 73 |
| Binary | 1111000 | 11010000 | 1011111 | 101010 | 0 | 110110 | 10010 | 1101011 | 110111 | 111011 |
Color Harmonies of #78D05F
Complementary color
Monochromatic Colors of #78D05F
Black with #78D05F
Text Example
Text Example
White with #78D05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D05F; }
p { color: rgb(120,208,95); }
H1.HeaderClassName
{
color: #78D05F;
}
.AnyTagClassName
{
color: #78D05F;
}
</style>
background-color css
<style>
a { background-color: #78D05F; }
a { background-color: rgb(120,208,95); }
div.DivClassName
{
background-color: #78D05F;
}
.BgClassName
{
background-color: #78D05F;
}
</style>
border-color css
<style>
span { border-color: #78D05F; }
span { border-color: rgb(120,208,95); }
td.TdClassName
{
border-color: #78D05F;
}
.TagClassName
{
border-color: #78D05F;
}
</style>