Shades of Mantis #78D045
Tints of Mantis #78D045
RGB
CMYK
RGB Variations
Color information
#78D045 (or 0x78D045) is known color: Mantis. HEX triplet: 78, D0 and 45. RGB value is (120,208,69). Sum of RGB (Red+Green+Blue) = 120+208+69=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #78D045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D045 is #872FBA. Grayscale: #A6A6A6. Windows color (decimal): -8859579 or 4575352. OLE color: 4575352.
HSL color Cylindrical-coordinate representation of color #78D045: hue angle of 97.99º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78D045 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 69 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.18 |
| HSL | 97.99º | 0.6% | 0.54% | - |
| HSV(B) | 97.99º | 0.67% | 0.82% | - |
| XYZ | 31.38 | 49.53 | 13.54 | - |
| YUV | 165.84 | 73.35 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 69 | 0.42 | 0 | 0.67 | 0.18 | 97.99 | 0.6 | 0.54 |
| Hex | 78 | D0 | 45 | 2A | 0 | 43 | 12 | 62 | 3C | 36 |
| Octal | 170 | 320 | 105 | 52 | 0 | 103 | 22 | 142 | 74 | 66 |
| Binary | 1111000 | 11010000 | 1000101 | 101010 | 0 | 1000011 | 10010 | 1100010 | 111100 | 110110 |
Color Harmonies of #78D045
Complementary color
Monochromatic Colors of #78D045
Black with #78D045
Text Example
Text Example
White with #78D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D045; }
p { color: rgb(120,208,69); }
H1.HeaderClassName
{
color: #78D045;
}
.AnyTagClassName
{
color: #78D045;
}
</style>
background-color css
<style>
a { background-color: #78D045; }
a { background-color: rgb(120,208,69); }
div.DivClassName
{
background-color: #78D045;
}
.BgClassName
{
background-color: #78D045;
}
</style>
border-color css
<style>
span { border-color: #78D045; }
span { border-color: rgb(120,208,69); }
td.TdClassName
{
border-color: #78D045;
}
.TagClassName
{
border-color: #78D045;
}
</style>