Shades of Mantis #78DF3D
Tints of Mantis #78DF3D
RGB
CMYK
RGB Variations
Color information
#78DF3D (or 0x78DF3D) is known color: Mantis. HEX triplet: 78, DF and 3D. RGB value is (120,223,61). Sum of RGB (Red+Green+Blue) = 120+223+61=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DF3D is #8720C2. Grayscale: #AEAEAE. Windows color (decimal): -8855747 or 4054904. OLE color: 4054904.
HSL color Cylindrical-coordinate representation of color #78DF3D: hue angle of 98.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78DF3D is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 61 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.13 |
| HSL | 98.15º | 0.72% | 0.56% | - |
| HSV(B) | 98.15º | 0.73% | 0.87% | - |
| XYZ | 34.98 | 57.11 | 13.59 | - |
| YUV | 173.74 | 64.38 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 61 | 0.46 | 0 | 0.73 | 0.13 | 98.15 | 0.72 | 0.56 |
| Hex | 78 | DF | 3D | 2E | 0 | 49 | D | 62 | 48 | 38 |
| Octal | 170 | 337 | 75 | 56 | 0 | 111 | 15 | 142 | 110 | 70 |
| Binary | 1111000 | 11011111 | 111101 | 101110 | 0 | 1001001 | 1101 | 1100010 | 1001000 | 111000 |
Color Harmonies of #78DF3D
Complementary color
Monochromatic Colors of #78DF3D
Black with #78DF3D
Text Example
Text Example
White with #78DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF3D; }
p { color: rgb(120,223,61); }
H1.HeaderClassName
{
color: #78DF3D;
}
.AnyTagClassName
{
color: #78DF3D;
}
</style>
background-color css
<style>
a { background-color: #78DF3D; }
a { background-color: rgb(120,223,61); }
div.DivClassName
{
background-color: #78DF3D;
}
.BgClassName
{
background-color: #78DF3D;
}
</style>
border-color css
<style>
span { border-color: #78DF3D; }
span { border-color: rgb(120,223,61); }
td.TdClassName
{
border-color: #78DF3D;
}
.TagClassName
{
border-color: #78DF3D;
}
</style>