Shades of Mantis #78CF55
Tints of Mantis #78CF55
RGB
CMYK
RGB Variations
Color information
#78CF55 (or 0x78CF55) is known color: Mantis. HEX triplet: 78, CF and 55. RGB value is (120,207,85). Sum of RGB (Red+Green+Blue) = 120+207+85=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF55 is #8730AA. Grayscale: #A7A7A7. Windows color (decimal): -8859819 or 5623672. OLE color: 5623672.
HSL color Cylindrical-coordinate representation of color #78CF55: hue angle of 102.79º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78CF55 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 85 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.19 |
| HSL | 102.79º | 0.56% | 0.57% | - |
| HSV(B) | 102.79º | 0.59% | 0.81% | - |
| XYZ | 31.7 | 49.27 | 16.43 | - |
| YUV | 167.08 | 81.68 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 85 | 0.42 | 0 | 0.59 | 0.19 | 102.79 | 0.56 | 0.57 |
| Hex | 78 | CF | 55 | 2A | 0 | 3B | 13 | 67 | 38 | 39 |
| Octal | 170 | 317 | 125 | 52 | 0 | 73 | 23 | 147 | 70 | 71 |
| Binary | 1111000 | 11001111 | 1010101 | 101010 | 0 | 111011 | 10011 | 1100111 | 111000 | 111001 |
Color Harmonies of #78CF55
Complementary color
Monochromatic Colors of #78CF55
Black with #78CF55
Text Example
Text Example
White with #78CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF55; }
p { color: rgb(120,207,85); }
H1.HeaderClassName
{
color: #78CF55;
}
.AnyTagClassName
{
color: #78CF55;
}
</style>
background-color css
<style>
a { background-color: #78CF55; }
a { background-color: rgb(120,207,85); }
div.DivClassName
{
background-color: #78CF55;
}
.BgClassName
{
background-color: #78CF55;
}
</style>
border-color css
<style>
span { border-color: #78CF55; }
span { border-color: rgb(120,207,85); }
td.TdClassName
{
border-color: #78CF55;
}
.TagClassName
{
border-color: #78CF55;
}
</style>