Shades of Mantis #78DD57
Tints of Mantis #78DD57
RGB
CMYK
RGB Variations
Color information
#78DD57 (or 0x78DD57) is known color: Mantis. HEX triplet: 78, DD and 57. RGB value is (120,221,87). Sum of RGB (Red+Green+Blue) = 120+221+87=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DD57 is #8722A8. Grayscale: #AFAFAF. Windows color (decimal): -8856233 or 5758328. OLE color: 5758328.
HSL color Cylindrical-coordinate representation of color #78DD57: hue angle of 105.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78DD57 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 87 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.13 |
| HSL | 105.22º | 0.66% | 0.6% | - |
| HSV(B) | 105.22º | 0.61% | 0.87% | - |
| XYZ | 35.32 | 56.39 | 18.04 | - |
| YUV | 175.53 | 78.04 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 87 | 0.46 | 0 | 0.61 | 0.13 | 105.22 | 0.66 | 0.6 |
| Hex | 78 | DD | 57 | 2E | 0 | 3D | D | 69 | 42 | 3C |
| Octal | 170 | 335 | 127 | 56 | 0 | 75 | 15 | 151 | 102 | 74 |
| Binary | 1111000 | 11011101 | 1010111 | 101110 | 0 | 111101 | 1101 | 1101001 | 1000010 | 111100 |
Color Harmonies of #78DD57
Complementary color
Monochromatic Colors of #78DD57
Black with #78DD57
Text Example
Text Example
White with #78DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD57; }
p { color: rgb(120,221,87); }
H1.HeaderClassName
{
color: #78DD57;
}
.AnyTagClassName
{
color: #78DD57;
}
</style>
background-color css
<style>
a { background-color: #78DD57; }
a { background-color: rgb(120,221,87); }
div.DivClassName
{
background-color: #78DD57;
}
.BgClassName
{
background-color: #78DD57;
}
</style>
border-color css
<style>
span { border-color: #78DD57; }
span { border-color: rgb(120,221,87); }
td.TdClassName
{
border-color: #78DD57;
}
.TagClassName
{
border-color: #78DD57;
}
</style>