Shades of Mantis #78CF5B
Tints of Mantis #78CF5B
RGB
CMYK
RGB Variations
Color information
#78CF5B (or 0x78CF5B) is known color: Mantis. HEX triplet: 78, CF and 5B. RGB value is (120,207,91). Sum of RGB (Red+Green+Blue) = 120+207+91=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF5B is #8730A4. Grayscale: #A8A8A8. Windows color (decimal): -8859813 or 6016888. OLE color: 6016888.
HSL color Cylindrical-coordinate representation of color #78CF5B: hue angle of 105º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78CF5B is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 91 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.19 |
| HSL | 105º | 0.55% | 0.58% | - |
| HSV(B) | 105º | 0.56% | 0.81% | - |
| XYZ | 31.95 | 49.37 | 17.74 | - |
| YUV | 167.76 | 84.68 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 91 | 0.42 | 0 | 0.56 | 0.19 | 105 | 0.55 | 0.58 |
| Hex | 78 | CF | 5B | 2A | 0 | 38 | 13 | 69 | 37 | 3A |
| Octal | 170 | 317 | 133 | 52 | 0 | 70 | 23 | 151 | 67 | 72 |
| Binary | 1111000 | 11001111 | 1011011 | 101010 | 0 | 111000 | 10011 | 1101001 | 110111 | 111010 |
Color Harmonies of #78CF5B
Complementary color
Monochromatic Colors of #78CF5B
Black with #78CF5B
Text Example
Text Example
White with #78CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF5B; }
p { color: rgb(120,207,91); }
H1.HeaderClassName
{
color: #78CF5B;
}
.AnyTagClassName
{
color: #78CF5B;
}
</style>
background-color css
<style>
a { background-color: #78CF5B; }
a { background-color: rgb(120,207,91); }
div.DivClassName
{
background-color: #78CF5B;
}
.BgClassName
{
background-color: #78CF5B;
}
</style>
border-color css
<style>
span { border-color: #78CF5B; }
span { border-color: rgb(120,207,91); }
td.TdClassName
{
border-color: #78CF5B;
}
.TagClassName
{
border-color: #78CF5B;
}
</style>