Shades of Mantis #78CF3F
Tints of Mantis #78CF3F
RGB
CMYK
RGB Variations
Color information
#78CF3F (or 0x78CF3F) is known color: Mantis. HEX triplet: 78, CF and 3F. RGB value is (120,207,63). Sum of RGB (Red+Green+Blue) = 120+207+63=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF3F is #8730C0. Grayscale: #A5A5A5. Windows color (decimal): -8859841 or 4181880. OLE color: 4181880.
HSL color Cylindrical-coordinate representation of color #78CF3F: hue angle of 96.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78CF3F is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 63 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.19 |
| HSL | 96.25º | 0.6% | 0.53% | - |
| HSV(B) | 96.25º | 0.7% | 0.81% | - |
| XYZ | 30.96 | 48.98 | 12.52 | - |
| YUV | 164.57 | 70.68 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 63 | 0.42 | 0 | 0.70 | 0.19 | 96.25 | 0.6 | 0.53 |
| Hex | 78 | CF | 3F | 2A | 0 | 46 | 13 | 60 | 3C | 35 |
| Octal | 170 | 317 | 77 | 52 | 0 | 106 | 23 | 140 | 74 | 65 |
| Binary | 1111000 | 11001111 | 111111 | 101010 | 0 | 1000110 | 10011 | 1100000 | 111100 | 110101 |
Color Harmonies of #78CF3F
Complementary color
Monochromatic Colors of #78CF3F
Black with #78CF3F
Text Example
Text Example
White with #78CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF3F; }
p { color: rgb(120,207,63); }
H1.HeaderClassName
{
color: #78CF3F;
}
.AnyTagClassName
{
color: #78CF3F;
}
</style>
background-color css
<style>
a { background-color: #78CF3F; }
a { background-color: rgb(120,207,63); }
div.DivClassName
{
background-color: #78CF3F;
}
.BgClassName
{
background-color: #78CF3F;
}
</style>
border-color css
<style>
span { border-color: #78CF3F; }
span { border-color: rgb(120,207,63); }
td.TdClassName
{
border-color: #78CF3F;
}
.TagClassName
{
border-color: #78CF3F;
}
</style>