Shades of Mantis #78CE5C
Tints of Mantis #78CE5C
RGB
CMYK
RGB Variations
Color information
#78CE5C (or 0x78CE5C) is known color: Mantis. HEX triplet: 78, CE and 5C. RGB value is (120,206,92). Sum of RGB (Red+Green+Blue) = 120+206+92=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE5C is #8731A3. Grayscale: #A7A7A7. Windows color (decimal): -8860068 or 6082168. OLE color: 6082168.
HSL color Cylindrical-coordinate representation of color #78CE5C: hue angle of 105.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78CE5C is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 92 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.19 |
| HSL | 105.26º | 0.54% | 0.58% | - |
| HSV(B) | 105.26º | 0.55% | 0.81% | - |
| XYZ | 31.75 | 48.91 | 17.89 | - |
| YUV | 167.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 92 | 0.42 | 0 | 0.55 | 0.19 | 105.26 | 0.54 | 0.58 |
| Hex | 78 | CE | 5C | 2A | 0 | 37 | 13 | 69 | 36 | 3A |
| Octal | 170 | 316 | 134 | 52 | 0 | 67 | 23 | 151 | 66 | 72 |
| Binary | 1111000 | 11001110 | 1011100 | 101010 | 0 | 110111 | 10011 | 1101001 | 110110 | 111010 |
Color Harmonies of #78CE5C
Complementary color
Monochromatic Colors of #78CE5C
Black with #78CE5C
Text Example
Text Example
White with #78CE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE5C; }
p { color: rgb(120,206,92); }
H1.HeaderClassName
{
color: #78CE5C;
}
.AnyTagClassName
{
color: #78CE5C;
}
</style>
background-color css
<style>
a { background-color: #78CE5C; }
a { background-color: rgb(120,206,92); }
div.DivClassName
{
background-color: #78CE5C;
}
.BgClassName
{
background-color: #78CE5C;
}
</style>
border-color css
<style>
span { border-color: #78CE5C; }
span { border-color: rgb(120,206,92); }
td.TdClassName
{
border-color: #78CE5C;
}
.TagClassName
{
border-color: #78CE5C;
}
</style>