Shades of Mantis #78CE67
Tints of Mantis #78CE67
RGB
CMYK
RGB Variations
Color information
#78CE67 (or 0x78CE67) is known color: Mantis. HEX triplet: 78, CE and 67. RGB value is (120,206,103). Sum of RGB (Red+Green+Blue) = 120+206+103=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE67 is #873198. Grayscale: #A8A8A8. Windows color (decimal): -8860057 or 6803064. OLE color: 6803064.
HSL color Cylindrical-coordinate representation of color #78CE67: hue angle of 110.1º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78CE67 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 103 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.19 |
| HSL | 110.1º | 0.51% | 0.61% | - |
| HSV(B) | 110.1º | 0.5% | 0.81% | - |
| XYZ | 32.27 | 49.11 | 20.61 | - |
| YUV | 168.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 103 | 0.42 | 0 | 0.50 | 0.19 | 110.1 | 0.51 | 0.61 |
| Hex | 78 | CE | 67 | 2A | 0 | 32 | 13 | 6E | 33 | 3D |
| Octal | 170 | 316 | 147 | 52 | 0 | 62 | 23 | 156 | 63 | 75 |
| Binary | 1111000 | 11001110 | 1100111 | 101010 | 0 | 110010 | 10011 | 1101110 | 110011 | 111101 |
Color Harmonies of #78CE67
Complementary color
Monochromatic Colors of #78CE67
Black with #78CE67
Text Example
Text Example
White with #78CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE67; }
p { color: rgb(120,206,103); }
H1.HeaderClassName
{
color: #78CE67;
}
.AnyTagClassName
{
color: #78CE67;
}
</style>
background-color css
<style>
a { background-color: #78CE67; }
a { background-color: rgb(120,206,103); }
div.DivClassName
{
background-color: #78CE67;
}
.BgClassName
{
background-color: #78CE67;
}
</style>
border-color css
<style>
span { border-color: #78CE67; }
span { border-color: rgb(120,206,103); }
td.TdClassName
{
border-color: #78CE67;
}
.TagClassName
{
border-color: #78CE67;
}
</style>