Shades of Mantis #78CF40
Tints of Mantis #78CF40
RGB
CMYK
RGB Variations
Color information
#78CF40 (or 0x78CF40) is known color: Mantis. HEX triplet: 78, CF and 40. RGB value is (120,207,64). Sum of RGB (Red+Green+Blue) = 120+207+64=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF40 is #8730BF. Grayscale: #A5A5A5. Windows color (decimal): -8859840 or 4247416. OLE color: 4247416.
HSL color Cylindrical-coordinate representation of color #78CF40: hue angle of 96.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78CF40 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 64 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.19 |
| HSL | 96.5º | 0.6% | 0.53% | - |
| HSV(B) | 96.5º | 0.69% | 0.81% | - |
| XYZ | 30.98 | 48.99 | 12.67 | - |
| YUV | 164.69 | 71.18 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 64 | 0.42 | 0 | 0.69 | 0.19 | 96.5 | 0.6 | 0.53 |
| Hex | 78 | CF | 40 | 2A | 0 | 45 | 13 | 61 | 3C | 35 |
| Octal | 170 | 317 | 100 | 52 | 0 | 105 | 23 | 141 | 74 | 65 |
| Binary | 1111000 | 11001111 | 1000000 | 101010 | 0 | 1000101 | 10011 | 1100001 | 111100 | 110101 |
Color Harmonies of #78CF40
Complementary color
Monochromatic Colors of #78CF40
Black with #78CF40
Text Example
Text Example
White with #78CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF40; }
p { color: rgb(120,207,64); }
H1.HeaderClassName
{
color: #78CF40;
}
.AnyTagClassName
{
color: #78CF40;
}
</style>
background-color css
<style>
a { background-color: #78CF40; }
a { background-color: rgb(120,207,64); }
div.DivClassName
{
background-color: #78CF40;
}
.BgClassName
{
background-color: #78CF40;
}
</style>
border-color css
<style>
span { border-color: #78CF40; }
span { border-color: rgb(120,207,64); }
td.TdClassName
{
border-color: #78CF40;
}
.TagClassName
{
border-color: #78CF40;
}
</style>