Shades of Mantis #78DC53
Tints of Mantis #78DC53
RGB
CMYK
RGB Variations
Color information
#78DC53 (or 0x78DC53) is known color: Mantis. HEX triplet: 78, DC and 53. RGB value is (120,220,83). Sum of RGB (Red+Green+Blue) = 120+220+83=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DC53 is #8723AC. Grayscale: #AEAEAE. Windows color (decimal): -8856493 or 5495928. OLE color: 5495928.
HSL color Cylindrical-coordinate representation of color #78DC53: hue angle of 103.8º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78DC53 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 83 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.14 |
| HSL | 103.8º | 0.66% | 0.59% | - |
| HSV(B) | 103.8º | 0.62% | 0.86% | - |
| XYZ | 34.9 | 55.8 | 17.12 | - |
| YUV | 174.48 | 76.37 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 83 | 0.45 | 0 | 0.62 | 0.14 | 103.8 | 0.66 | 0.59 |
| Hex | 78 | DC | 53 | 2D | 0 | 3E | E | 68 | 42 | 3B |
| Octal | 170 | 334 | 123 | 55 | 0 | 76 | 16 | 150 | 102 | 73 |
| Binary | 1111000 | 11011100 | 1010011 | 101101 | 0 | 111110 | 1110 | 1101000 | 1000010 | 111011 |
Color Harmonies of #78DC53
Complementary color
Monochromatic Colors of #78DC53
Black with #78DC53
Text Example
Text Example
White with #78DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC53; }
p { color: rgb(120,220,83); }
H1.HeaderClassName
{
color: #78DC53;
}
.AnyTagClassName
{
color: #78DC53;
}
</style>
background-color css
<style>
a { background-color: #78DC53; }
a { background-color: rgb(120,220,83); }
div.DivClassName
{
background-color: #78DC53;
}
.BgClassName
{
background-color: #78DC53;
}
</style>
border-color css
<style>
span { border-color: #78DC53; }
span { border-color: rgb(120,220,83); }
td.TdClassName
{
border-color: #78DC53;
}
.TagClassName
{
border-color: #78DC53;
}
</style>