Shades of Mantis #74DC47
Tints of Mantis #74DC47
RGB
CMYK
RGB Variations
Color information
#74DC47 (or 0x74DC47) is known color: Mantis. HEX triplet: 74, DC and 47. RGB value is (116,220,71). Sum of RGB (Red+Green+Blue) = 116+220+71=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC47 is #8B23B8. Grayscale: #ACACAC. Windows color (decimal): -9118649 or 4709492. OLE color: 4709492.
HSL color Cylindrical-coordinate representation of color #74DC47: hue angle of 101.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74DC47 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 71 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.14 |
| HSL | 101.88º | 0.68% | 0.57% | - |
| HSV(B) | 101.88º | 0.68% | 0.86% | - |
| XYZ | 33.93 | 55.35 | 14.86 | - |
| YUV | 171.92 | 71.04 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 71 | 0.47 | 0 | 0.68 | 0.14 | 101.88 | 0.68 | 0.57 |
| Hex | 74 | DC | 47 | 2F | 0 | 44 | E | 66 | 44 | 39 |
| Octal | 164 | 334 | 107 | 57 | 0 | 104 | 16 | 146 | 104 | 71 |
| Binary | 1110100 | 11011100 | 1000111 | 101111 | 0 | 1000100 | 1110 | 1100110 | 1000100 | 111001 |
Color Harmonies of #74DC47
Complementary color
Monochromatic Colors of #74DC47
Black with #74DC47
Text Example
Text Example
White with #74DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC47; }
p { color: rgb(116,220,71); }
H1.HeaderClassName
{
color: #74DC47;
}
.AnyTagClassName
{
color: #74DC47;
}
</style>
background-color css
<style>
a { background-color: #74DC47; }
a { background-color: rgb(116,220,71); }
div.DivClassName
{
background-color: #74DC47;
}
.BgClassName
{
background-color: #74DC47;
}
</style>
border-color css
<style>
span { border-color: #74DC47; }
span { border-color: rgb(116,220,71); }
td.TdClassName
{
border-color: #74DC47;
}
.TagClassName
{
border-color: #74DC47;
}
</style>