Shades of Mantis #78DA3C
Tints of Mantis #78DA3C
RGB
CMYK
RGB Variations
Color information
#78DA3C (or 0x78DA3C) is known color: Mantis. HEX triplet: 78, DA and 3C. RGB value is (120,218,60). Sum of RGB (Red+Green+Blue) = 120+218+60=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #78DA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DA3C is #8725C3. Grayscale: #ABABAB. Windows color (decimal): -8857028 or 3988088. OLE color: 3988088.
HSL color Cylindrical-coordinate representation of color #78DA3C: hue angle of 97.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78DA3C is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 60 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.15 |
| HSL | 97.22º | 0.68% | 0.55% | - |
| HSV(B) | 97.22º | 0.72% | 0.85% | - |
| XYZ | 33.63 | 54.46 | 13.01 | - |
| YUV | 170.69 | 65.53 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 60 | 0.45 | 0 | 0.72 | 0.15 | 97.22 | 0.68 | 0.55 |
| Hex | 78 | DA | 3C | 2D | 0 | 48 | F | 61 | 44 | 37 |
| Octal | 170 | 332 | 74 | 55 | 0 | 110 | 17 | 141 | 104 | 67 |
| Binary | 1111000 | 11011010 | 111100 | 101101 | 0 | 1001000 | 1111 | 1100001 | 1000100 | 110111 |
Color Harmonies of #78DA3C
Complementary color
Monochromatic Colors of #78DA3C
Black with #78DA3C
Text Example
Text Example
White with #78DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DA3C; }
p { color: rgb(120,218,60); }
H1.HeaderClassName
{
color: #78DA3C;
}
.AnyTagClassName
{
color: #78DA3C;
}
</style>
background-color css
<style>
a { background-color: #78DA3C; }
a { background-color: rgb(120,218,60); }
div.DivClassName
{
background-color: #78DA3C;
}
.BgClassName
{
background-color: #78DA3C;
}
</style>
border-color css
<style>
span { border-color: #78DA3C; }
span { border-color: rgb(120,218,60); }
td.TdClassName
{
border-color: #78DA3C;
}
.TagClassName
{
border-color: #78DA3C;
}
</style>