Shades of Mantis #78D25D
Tints of Mantis #78D25D
RGB
CMYK
RGB Variations
Color information
#78D25D (or 0x78D25D) is known color: Mantis. HEX triplet: 78, D2 and 5D. RGB value is (120,210,93). Sum of RGB (Red+Green+Blue) = 120+210+93=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #78D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D25D is #872DA2. Grayscale: #AAAAAA. Windows color (decimal): -8859043 or 6148728. OLE color: 6148728.
HSL color Cylindrical-coordinate representation of color #78D25D: hue angle of 106.15º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78D25D is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 93 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.18 |
| HSL | 106.15º | 0.57% | 0.59% | - |
| HSV(B) | 106.15º | 0.56% | 0.82% | - |
| XYZ | 32.77 | 50.88 | 18.45 | - |
| YUV | 169.75 | 84.68 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 93 | 0.43 | 0 | 0.56 | 0.18 | 106.15 | 0.57 | 0.59 |
| Hex | 78 | D2 | 5D | 2B | 0 | 38 | 12 | 6A | 39 | 3B |
| Octal | 170 | 322 | 135 | 53 | 0 | 70 | 22 | 152 | 71 | 73 |
| Binary | 1111000 | 11010010 | 1011101 | 101011 | 0 | 111000 | 10010 | 1101010 | 111001 | 111011 |
Color Harmonies of #78D25D
Complementary color
Monochromatic Colors of #78D25D
Black with #78D25D
Text Example
Text Example
White with #78D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D25D; }
p { color: rgb(120,210,93); }
H1.HeaderClassName
{
color: #78D25D;
}
.AnyTagClassName
{
color: #78D25D;
}
</style>
background-color css
<style>
a { background-color: #78D25D; }
a { background-color: rgb(120,210,93); }
div.DivClassName
{
background-color: #78D25D;
}
.BgClassName
{
background-color: #78D25D;
}
</style>
border-color css
<style>
span { border-color: #78D25D; }
span { border-color: rgb(120,210,93); }
td.TdClassName
{
border-color: #78D25D;
}
.TagClassName
{
border-color: #78D25D;
}
</style>