Shades of Mantis #78D254
Tints of Mantis #78D254
RGB
CMYK
RGB Variations
Color information
#78D254 (or 0x78D254) is known color: Mantis. HEX triplet: 78, D2 and 54. RGB value is (120,210,84). Sum of RGB (Red+Green+Blue) = 120+210+84=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #78D254 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D254 is #872DAB. Grayscale: #A9A9A9. Windows color (decimal): -8859052 or 5558904. OLE color: 5558904.
HSL color Cylindrical-coordinate representation of color #78D254: hue angle of 102.86º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78D254 is Cyan = 0.43, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 84 | - |
| CMYK | 0.43 | 0 | 0.6 | 0.18 |
| HSL | 102.86º | 0.58% | 0.58% | - |
| HSV(B) | 102.86º | 0.6% | 0.82% | - |
| XYZ | 32.39 | 50.73 | 16.47 | - |
| YUV | 168.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 84 | 0.43 | 0 | 0.6 | 0.18 | 102.86 | 0.58 | 0.58 |
| Hex | 78 | D2 | 54 | 2B | 0 | 3C | 12 | 67 | 3A | 3A |
| Octal | 170 | 322 | 124 | 53 | 0 | 74 | 22 | 147 | 72 | 72 |
| Binary | 1111000 | 11010010 | 1010100 | 101011 | 0 | 111100 | 10010 | 1100111 | 111010 | 111010 |
Color Harmonies of #78D254
Complementary color
Monochromatic Colors of #78D254
Black with #78D254
Text Example
Text Example
White with #78D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D254; }
p { color: rgb(120,210,84); }
H1.HeaderClassName
{
color: #78D254;
}
.AnyTagClassName
{
color: #78D254;
}
</style>
background-color css
<style>
a { background-color: #78D254; }
a { background-color: rgb(120,210,84); }
div.DivClassName
{
background-color: #78D254;
}
.BgClassName
{
background-color: #78D254;
}
</style>
border-color css
<style>
span { border-color: #78D254; }
span { border-color: rgb(120,210,84); }
td.TdClassName
{
border-color: #78D254;
}
.TagClassName
{
border-color: #78D254;
}
</style>