Shades of Mantis #78CE66
Tints of Mantis #78CE66
RGB
CMYK
RGB Variations
Color information
#78CE66 (or 0x78CE66) is known color: Mantis. HEX triplet: 78, CE and 66. RGB value is (120,206,102). Sum of RGB (Red+Green+Blue) = 120+206+102=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE66 is #873199. Grayscale: #A8A8A8. Windows color (decimal): -8860058 or 6737528. OLE color: 6737528.
HSL color Cylindrical-coordinate representation of color #78CE66: hue angle of 109.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78CE66 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 102 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.19 |
| HSL | 109.62º | 0.51% | 0.6% | - |
| HSV(B) | 109.62º | 0.5% | 0.81% | - |
| XYZ | 32.22 | 49.1 | 20.35 | - |
| YUV | 168.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 102 | 0.42 | 0 | 0.50 | 0.19 | 109.62 | 0.51 | 0.6 |
| Hex | 78 | CE | 66 | 2A | 0 | 32 | 13 | 6E | 33 | 3C |
| Octal | 170 | 316 | 146 | 52 | 0 | 62 | 23 | 156 | 63 | 74 |
| Binary | 1111000 | 11001110 | 1100110 | 101010 | 0 | 110010 | 10011 | 1101110 | 110011 | 111100 |
Color Harmonies of #78CE66
Complementary color
Monochromatic Colors of #78CE66
Black with #78CE66
Text Example
Text Example
White with #78CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE66; }
p { color: rgb(120,206,102); }
H1.HeaderClassName
{
color: #78CE66;
}
.AnyTagClassName
{
color: #78CE66;
}
</style>
background-color css
<style>
a { background-color: #78CE66; }
a { background-color: rgb(120,206,102); }
div.DivClassName
{
background-color: #78CE66;
}
.BgClassName
{
background-color: #78CE66;
}
</style>
border-color css
<style>
span { border-color: #78CE66; }
span { border-color: rgb(120,206,102); }
td.TdClassName
{
border-color: #78CE66;
}
.TagClassName
{
border-color: #78CE66;
}
</style>