Shades of Mantis #78DD4C
Tints of Mantis #78DD4C
RGB
CMYK
RGB Variations
Color information
#78DD4C (or 0x78DD4C) is known color: Mantis. HEX triplet: 78, DD and 4C. RGB value is (120,221,76). Sum of RGB (Red+Green+Blue) = 120+221+76=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DD4C is #8722B3. Grayscale: #AEAEAE. Windows color (decimal): -8856244 or 5037432. OLE color: 5037432.
HSL color Cylindrical-coordinate representation of color #78DD4C: hue angle of 101.79º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78DD4C is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 76 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.13 |
| HSL | 101.79º | 0.68% | 0.58% | - |
| HSV(B) | 101.79º | 0.66% | 0.87% | - |
| XYZ | 34.91 | 56.23 | 15.85 | - |
| YUV | 174.27 | 72.54 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 76 | 0.46 | 0 | 0.66 | 0.13 | 101.79 | 0.68 | 0.58 |
| Hex | 78 | DD | 4C | 2E | 0 | 42 | D | 66 | 44 | 3A |
| Octal | 170 | 335 | 114 | 56 | 0 | 102 | 15 | 146 | 104 | 72 |
| Binary | 1111000 | 11011101 | 1001100 | 101110 | 0 | 1000010 | 1101 | 1100110 | 1000100 | 111010 |
Color Harmonies of #78DD4C
Complementary color
Monochromatic Colors of #78DD4C
Black with #78DD4C
Text Example
Text Example
White with #78DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD4C; }
p { color: rgb(120,221,76); }
H1.HeaderClassName
{
color: #78DD4C;
}
.AnyTagClassName
{
color: #78DD4C;
}
</style>
background-color css
<style>
a { background-color: #78DD4C; }
a { background-color: rgb(120,221,76); }
div.DivClassName
{
background-color: #78DD4C;
}
.BgClassName
{
background-color: #78DD4C;
}
</style>
border-color css
<style>
span { border-color: #78DD4C; }
span { border-color: rgb(120,221,76); }
td.TdClassName
{
border-color: #78DD4C;
}
.TagClassName
{
border-color: #78DD4C;
}
</style>