Shades of Mantis #74C647
Tints of Mantis #74C647
RGB
CMYK
RGB Variations
Color information
#74C647 (or 0x74C647) is known color: Mantis. HEX triplet: 74, C6 and 47. RGB value is (116,198,71). Sum of RGB (Red+Green+Blue) = 116+198+71=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #74C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C647 is #8B39B8. Grayscale: #9F9F9F. Windows color (decimal): -9124281 or 4703860. OLE color: 4703860.
HSL color Cylindrical-coordinate representation of color #74C647: hue angle of 98.74º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74C647 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 71 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.22 |
| HSL | 98.74º | 0.53% | 0.53% | - |
| HSV(B) | 98.74º | 0.64% | 0.78% | - |
| XYZ | 28.53 | 44.56 | 13.06 | - |
| YUV | 159 | 78.33 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 71 | 0.41 | 0 | 0.64 | 0.22 | 98.74 | 0.53 | 0.53 |
| Hex | 74 | C6 | 47 | 29 | 0 | 40 | 16 | 63 | 35 | 35 |
| Octal | 164 | 306 | 107 | 51 | 0 | 100 | 26 | 143 | 65 | 65 |
| Binary | 1110100 | 11000110 | 1000111 | 101001 | 0 | 1000000 | 10110 | 1100011 | 110101 | 110101 |
Color Harmonies of #74C647
Complementary color
Monochromatic Colors of #74C647
Black with #74C647
Text Example
Text Example
White with #74C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C647; }
p { color: rgb(116,198,71); }
H1.HeaderClassName
{
color: #74C647;
}
.AnyTagClassName
{
color: #74C647;
}
</style>
background-color css
<style>
a { background-color: #74C647; }
a { background-color: rgb(116,198,71); }
div.DivClassName
{
background-color: #74C647;
}
.BgClassName
{
background-color: #74C647;
}
</style>
border-color css
<style>
span { border-color: #74C647; }
span { border-color: rgb(116,198,71); }
td.TdClassName
{
border-color: #74C647;
}
.TagClassName
{
border-color: #74C647;
}
</style>