Shades of Mantis #78EB41
Tints of Mantis #78EB41
RGB
CMYK
RGB Variations
Color information
#78EB41 (or 0x78EB41) is known color: Mantis. HEX triplet: 78, EB and 41. RGB value is (120,235,65). Sum of RGB (Red+Green+Blue) = 120+235+65=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 235 (92.19% from 255 or 55.95% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 235 - color contains mainly: green. Hex color #78EB41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78EB41 is #8714BE. Grayscale: #B5B5B5. Windows color (decimal): -8852671 or 4320120. OLE color: 4320120.
HSL color Cylindrical-coordinate representation of color #78EB41: hue angle of 100.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78EB41 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 235 | 65 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.08 |
| HSL | 100.59º | 0.81% | 0.59% | - |
| HSV(B) | 100.59º | 0.72% | 0.92% | - |
| XYZ | 38.41 | 63.79 | 15.29 | - |
| YUV | 181.24 | 62.4 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 235 | 65 | 0.49 | 0 | 0.72 | 0.08 | 100.59 | 0.81 | 0.59 |
| Hex | 78 | EB | 41 | 31 | 0 | 48 | 8 | 65 | 51 | 3B |
| Octal | 170 | 353 | 101 | 61 | 0 | 110 | 10 | 145 | 121 | 73 |
| Binary | 1111000 | 11101011 | 1000001 | 110001 | 0 | 1001000 | 1000 | 1100101 | 1010001 | 111011 |
Color Harmonies of #78EB41
Complementary color
Monochromatic Colors of #78EB41
Black with #78EB41
Text Example
Text Example
White with #78EB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EB41; }
p { color: rgb(120,235,65); }
H1.HeaderClassName
{
color: #78EB41;
}
.AnyTagClassName
{
color: #78EB41;
}
</style>
background-color css
<style>
a { background-color: #78EB41; }
a { background-color: rgb(120,235,65); }
div.DivClassName
{
background-color: #78EB41;
}
.BgClassName
{
background-color: #78EB41;
}
</style>
border-color css
<style>
span { border-color: #78EB41; }
span { border-color: rgb(120,235,65); }
td.TdClassName
{
border-color: #78EB41;
}
.TagClassName
{
border-color: #78EB41;
}
</style>