Shades of Mantis #78CE68
Tints of Mantis #78CE68
RGB
CMYK
RGB Variations
Color information
#78CE68 (or 0x78CE68) is known color: Mantis. HEX triplet: 78, CE and 68. RGB value is (120,206,104). Sum of RGB (Red+Green+Blue) = 120+206+104=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE68 is #873197. Grayscale: #A8A8A8. Windows color (decimal): -8860056 or 6868600. OLE color: 6868600.
HSL color Cylindrical-coordinate representation of color #78CE68: hue angle of 110.59º 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 #78CE68 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 104 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.19 |
| HSL | 110.59º | 0.51% | 0.61% | - |
| HSV(B) | 110.59º | 0.5% | 0.81% | - |
| XYZ | 32.32 | 49.14 | 20.88 | - |
| YUV | 168.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 104 | 0.42 | 0 | 0.50 | 0.19 | 110.59 | 0.51 | 0.61 |
| Hex | 78 | CE | 68 | 2A | 0 | 32 | 13 | 6F | 33 | 3D |
| Octal | 170 | 316 | 150 | 52 | 0 | 62 | 23 | 157 | 63 | 75 |
| Binary | 1111000 | 11001110 | 1101000 | 101010 | 0 | 110010 | 10011 | 1101111 | 110011 | 111101 |
Color Harmonies of #78CE68
Complementary color
Monochromatic Colors of #78CE68
Black with #78CE68
Text Example
Text Example
White with #78CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE68; }
p { color: rgb(120,206,104); }
H1.HeaderClassName
{
color: #78CE68;
}
.AnyTagClassName
{
color: #78CE68;
}
</style>
background-color css
<style>
a { background-color: #78CE68; }
a { background-color: rgb(120,206,104); }
div.DivClassName
{
background-color: #78CE68;
}
.BgClassName
{
background-color: #78CE68;
}
</style>
border-color css
<style>
span { border-color: #78CE68; }
span { border-color: rgb(120,206,104); }
td.TdClassName
{
border-color: #78CE68;
}
.TagClassName
{
border-color: #78CE68;
}
</style>