Shades of Mantis #78DF4A
Tints of Mantis #78DF4A
RGB
CMYK
RGB Variations
Color information
#78DF4A (or 0x78DF4A) is known color: Mantis. HEX triplet: 78, DF and 4A. RGB value is (120,223,74). Sum of RGB (Red+Green+Blue) = 120+223+74=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DF4A is #8720B5. Grayscale: #AFAFAF. Windows color (decimal): -8855734 or 4906872. OLE color: 4906872.
HSL color Cylindrical-coordinate representation of color #78DF4A: hue angle of 101.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78DF4A is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 74 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.13 |
| HSL | 101.48º | 0.7% | 0.58% | - |
| HSV(B) | 101.48º | 0.67% | 0.87% | - |
| XYZ | 35.37 | 57.26 | 15.67 | - |
| YUV | 175.22 | 70.88 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 74 | 0.46 | 0 | 0.67 | 0.13 | 101.48 | 0.7 | 0.58 |
| Hex | 78 | DF | 4A | 2E | 0 | 43 | D | 65 | 46 | 3A |
| Octal | 170 | 337 | 112 | 56 | 0 | 103 | 15 | 145 | 106 | 72 |
| Binary | 1111000 | 11011111 | 1001010 | 101110 | 0 | 1000011 | 1101 | 1100101 | 1000110 | 111010 |
Color Harmonies of #78DF4A
Complementary color
Monochromatic Colors of #78DF4A
Black with #78DF4A
Text Example
Text Example
White with #78DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF4A; }
p { color: rgb(120,223,74); }
H1.HeaderClassName
{
color: #78DF4A;
}
.AnyTagClassName
{
color: #78DF4A;
}
</style>
background-color css
<style>
a { background-color: #78DF4A; }
a { background-color: rgb(120,223,74); }
div.DivClassName
{
background-color: #78DF4A;
}
.BgClassName
{
background-color: #78DF4A;
}
</style>
border-color css
<style>
span { border-color: #78DF4A; }
span { border-color: rgb(120,223,74); }
td.TdClassName
{
border-color: #78DF4A;
}
.TagClassName
{
border-color: #78DF4A;
}
</style>