Shades of Mantis #78CF42
Tints of Mantis #78CF42
RGB
CMYK
RGB Variations
Color information
#78CF42 (or 0x78CF42) is known color: Mantis. HEX triplet: 78, CF and 42. RGB value is (120,207,66). Sum of RGB (Red+Green+Blue) = 120+207+66=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF42 is #8730BD. Grayscale: #A5A5A5. Windows color (decimal): -8859838 or 4378488. OLE color: 4378488.
HSL color Cylindrical-coordinate representation of color #78CF42: hue angle of 97.02º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78CF42 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 66 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.19 |
| HSL | 97.02º | 0.59% | 0.54% | - |
| HSV(B) | 97.02º | 0.68% | 0.81% | - |
| XYZ | 31.04 | 49.01 | 12.98 | - |
| YUV | 164.91 | 72.18 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 66 | 0.42 | 0 | 0.68 | 0.19 | 97.02 | 0.59 | 0.54 |
| Hex | 78 | CF | 42 | 2A | 0 | 44 | 13 | 61 | 3B | 36 |
| Octal | 170 | 317 | 102 | 52 | 0 | 104 | 23 | 141 | 73 | 66 |
| Binary | 1111000 | 11001111 | 1000010 | 101010 | 0 | 1000100 | 10011 | 1100001 | 111011 | 110110 |
Color Harmonies of #78CF42
Complementary color
Monochromatic Colors of #78CF42
Black with #78CF42
Text Example
Text Example
White with #78CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF42; }
p { color: rgb(120,207,66); }
H1.HeaderClassName
{
color: #78CF42;
}
.AnyTagClassName
{
color: #78CF42;
}
</style>
background-color css
<style>
a { background-color: #78CF42; }
a { background-color: rgb(120,207,66); }
div.DivClassName
{
background-color: #78CF42;
}
.BgClassName
{
background-color: #78CF42;
}
</style>
border-color css
<style>
span { border-color: #78CF42; }
span { border-color: rgb(120,207,66); }
td.TdClassName
{
border-color: #78CF42;
}
.TagClassName
{
border-color: #78CF42;
}
</style>