Shades of Mantis #74D647
Tints of Mantis #74D647
RGB
CMYK
RGB Variations
Color information
#74D647 (or 0x74D647) is known color: Mantis. HEX triplet: 74, D6 and 47. RGB value is (116,214,71). Sum of RGB (Red+Green+Blue) = 116+214+71=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #74D647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D647 is #8B29B8. Grayscale: #A8A8A8. Windows color (decimal): -9120185 or 4707956. OLE color: 4707956.
HSL color Cylindrical-coordinate representation of color #74D647: hue angle of 101.12º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74D647 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 71 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.16 |
| HSL | 101.12º | 0.64% | 0.56% | - |
| HSV(B) | 101.12º | 0.67% | 0.84% | - |
| XYZ | 32.39 | 52.26 | 14.34 | - |
| YUV | 168.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 71 | 0.46 | 0 | 0.67 | 0.16 | 101.12 | 0.64 | 0.56 |
| Hex | 74 | D6 | 47 | 2E | 0 | 43 | 10 | 65 | 40 | 38 |
| Octal | 164 | 326 | 107 | 56 | 0 | 103 | 20 | 145 | 100 | 70 |
| Binary | 1110100 | 11010110 | 1000111 | 101110 | 0 | 1000011 | 10000 | 1100101 | 1000000 | 111000 |
Color Harmonies of #74D647
Complementary color
Monochromatic Colors of #74D647
Black with #74D647
Text Example
Text Example
White with #74D647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D647; }
p { color: rgb(116,214,71); }
H1.HeaderClassName
{
color: #74D647;
}
.AnyTagClassName
{
color: #74D647;
}
</style>
background-color css
<style>
a { background-color: #74D647; }
a { background-color: rgb(116,214,71); }
div.DivClassName
{
background-color: #74D647;
}
.BgClassName
{
background-color: #74D647;
}
</style>
border-color css
<style>
span { border-color: #74D647; }
span { border-color: rgb(116,214,71); }
td.TdClassName
{
border-color: #74D647;
}
.TagClassName
{
border-color: #74D647;
}
</style>