Shades of Mantis #74BC62
Tints of Mantis #74BC62
RGB
CMYK
RGB Variations
Color information
#74BC62 (or 0x74BC62) is known color: Mantis. HEX triplet: 74, BC and 62. RGB value is (116,188,98). Sum of RGB (Red+Green+Blue) = 116+188+98=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC62 is #8B439D. Grayscale: #9C9C9C. Windows color (decimal): -9126814 or 6470772. OLE color: 6470772.
HSL color Cylindrical-coordinate representation of color #74BC62: hue angle of 108º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74BC62 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 98 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.26 |
| HSL | 108º | 0.4% | 0.56% | - |
| HSV(B) | 108º | 0.48% | 0.74% | - |
| XYZ | 27.39 | 40.56 | 17.94 | - |
| YUV | 156.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 98 | 0.38 | 0 | 0.48 | 0.26 | 108 | 0.4 | 0.56 |
| Hex | 74 | BC | 62 | 26 | 0 | 30 | 1A | 6C | 28 | 38 |
| Octal | 164 | 274 | 142 | 46 | 0 | 60 | 32 | 154 | 50 | 70 |
| Binary | 1110100 | 10111100 | 1100010 | 100110 | 0 | 110000 | 11010 | 1101100 | 101000 | 111000 |
Color Harmonies of #74BC62
Complementary color
Monochromatic Colors of #74BC62
Black with #74BC62
Text Example
Text Example
White with #74BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC62; }
p { color: rgb(116,188,98); }
H1.HeaderClassName
{
color: #74BC62;
}
.AnyTagClassName
{
color: #74BC62;
}
</style>
background-color css
<style>
a { background-color: #74BC62; }
a { background-color: rgb(116,188,98); }
div.DivClassName
{
background-color: #74BC62;
}
.BgClassName
{
background-color: #74BC62;
}
</style>
border-color css
<style>
span { border-color: #74BC62; }
span { border-color: rgb(116,188,98); }
td.TdClassName
{
border-color: #74BC62;
}
.TagClassName
{
border-color: #74BC62;
}
</style>