Shades of Mantis #78C369
Tints of Mantis #78C369
RGB
CMYK
RGB Variations
Color information
#78C369 (or 0x78C369) is known color: Mantis. HEX triplet: 78, C3 and 69. RGB value is (120,195,105). Sum of RGB (Red+Green+Blue) = 120+195+105=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #78C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C369 is #873C96. Grayscale: #A2A2A2. Windows color (decimal): -8862871 or 6931320. OLE color: 6931320.
HSL color Cylindrical-coordinate representation of color #78C369: hue angle of 110º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C369 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 105 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.24 |
| HSL | 110º | 0.43% | 0.59% | - |
| HSV(B) | 110º | 0.46% | 0.76% | - |
| XYZ | 29.81 | 44.04 | 20.29 | - |
| YUV | 162.32 | 95.65 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 105 | 0.38 | 0 | 0.46 | 0.24 | 110 | 0.43 | 0.59 |
| Hex | 78 | C3 | 69 | 26 | 0 | 2E | 18 | 6E | 2B | 3B |
| Octal | 170 | 303 | 151 | 46 | 0 | 56 | 30 | 156 | 53 | 73 |
| Binary | 1111000 | 11000011 | 1101001 | 100110 | 0 | 101110 | 11000 | 1101110 | 101011 | 111011 |
Color Harmonies of #78C369
Complementary color
Monochromatic Colors of #78C369
Black with #78C369
Text Example
Text Example
White with #78C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C369; }
p { color: rgb(120,195,105); }
H1.HeaderClassName
{
color: #78C369;
}
.AnyTagClassName
{
color: #78C369;
}
</style>
background-color css
<style>
a { background-color: #78C369; }
a { background-color: rgb(120,195,105); }
div.DivClassName
{
background-color: #78C369;
}
.BgClassName
{
background-color: #78C369;
}
</style>
border-color css
<style>
span { border-color: #78C369; }
span { border-color: rgb(120,195,105); }
td.TdClassName
{
border-color: #78C369;
}
.TagClassName
{
border-color: #78C369;
}
</style>