Shades of Mantis #74D847
Tints of Mantis #74D847
RGB
CMYK
RGB Variations
Color information
#74D847 (or 0x74D847) is known color: Mantis. HEX triplet: 74, D8 and 47. RGB value is (116,216,71). Sum of RGB (Red+Green+Blue) = 116+216+71=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #74D847 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D847 is #8B27B8. Grayscale: #AAAAAA. Windows color (decimal): -9119673 or 4708468. OLE color: 4708468.
HSL color Cylindrical-coordinate representation of color #74D847: hue angle of 101.38º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74D847 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 71 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.15 |
| HSL | 101.38º | 0.65% | 0.56% | - |
| HSV(B) | 101.38º | 0.67% | 0.85% | - |
| XYZ | 32.9 | 53.28 | 14.51 | - |
| YUV | 169.57 | 72.37 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 71 | 0.46 | 0 | 0.67 | 0.15 | 101.38 | 0.65 | 0.56 |
| Hex | 74 | D8 | 47 | 2E | 0 | 43 | F | 65 | 41 | 38 |
| Octal | 164 | 330 | 107 | 56 | 0 | 103 | 17 | 145 | 101 | 70 |
| Binary | 1110100 | 11011000 | 1000111 | 101110 | 0 | 1000011 | 1111 | 1100101 | 1000001 | 111000 |
Color Harmonies of #74D847
Complementary color
Monochromatic Colors of #74D847
Black with #74D847
Text Example
Text Example
White with #74D847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D847; }
p { color: rgb(116,216,71); }
H1.HeaderClassName
{
color: #74D847;
}
.AnyTagClassName
{
color: #74D847;
}
</style>
background-color css
<style>
a { background-color: #74D847; }
a { background-color: rgb(116,216,71); }
div.DivClassName
{
background-color: #74D847;
}
.BgClassName
{
background-color: #74D847;
}
</style>
border-color css
<style>
span { border-color: #74D847; }
span { border-color: rgb(116,216,71); }
td.TdClassName
{
border-color: #74D847;
}
.TagClassName
{
border-color: #74D847;
}
</style>