Shades of Mantis #78CF44
Tints of Mantis #78CF44
RGB
CMYK
RGB Variations
Color information
#78CF44 (or 0x78CF44) is known color: Mantis. HEX triplet: 78, CF and 44. RGB value is (120,207,68). Sum of RGB (Red+Green+Blue) = 120+207+68=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF44 is #8730BB. Grayscale: #A5A5A5. Windows color (decimal): -8859836 or 4509560. OLE color: 4509560.
HSL color Cylindrical-coordinate representation of color #78CF44: hue angle of 97.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78CF44 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 68 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.19 |
| HSL | 97.55º | 0.59% | 0.54% | - |
| HSV(B) | 97.55º | 0.67% | 0.81% | - |
| XYZ | 31.1 | 49.04 | 13.29 | - |
| YUV | 165.14 | 73.18 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 68 | 0.42 | 0 | 0.67 | 0.19 | 97.55 | 0.59 | 0.54 |
| Hex | 78 | CF | 44 | 2A | 0 | 43 | 13 | 62 | 3B | 36 |
| Octal | 170 | 317 | 104 | 52 | 0 | 103 | 23 | 142 | 73 | 66 |
| Binary | 1111000 | 11001111 | 1000100 | 101010 | 0 | 1000011 | 10011 | 1100010 | 111011 | 110110 |
Color Harmonies of #78CF44
Complementary color
Monochromatic Colors of #78CF44
Black with #78CF44
Text Example
Text Example
White with #78CF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF44; }
p { color: rgb(120,207,68); }
H1.HeaderClassName
{
color: #78CF44;
}
.AnyTagClassName
{
color: #78CF44;
}
</style>
background-color css
<style>
a { background-color: #78CF44; }
a { background-color: rgb(120,207,68); }
div.DivClassName
{
background-color: #78CF44;
}
.BgClassName
{
background-color: #78CF44;
}
</style>
border-color css
<style>
span { border-color: #78CF44; }
span { border-color: rgb(120,207,68); }
td.TdClassName
{
border-color: #78CF44;
}
.TagClassName
{
border-color: #78CF44;
}
</style>