Shades of Mantis #74D659
Tints of Mantis #74D659
RGB
CMYK
RGB Variations
Color information
#74D659 (or 0x74D659) is known color: Mantis. HEX triplet: 74, D6 and 59. RGB value is (116,214,89). Sum of RGB (Red+Green+Blue) = 116+214+89=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #74D659 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D659 is #8B29A6. Grayscale: #AAAAAA. Windows color (decimal): -9120167 or 5887604. OLE color: 5887604.
HSL color Cylindrical-coordinate representation of color #74D659: hue angle of 107.04º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74D659 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 89 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.16 |
| HSL | 107.04º | 0.6% | 0.59% | - |
| HSV(B) | 107.04º | 0.58% | 0.84% | - |
| XYZ | 33.05 | 52.53 | 17.85 | - |
| YUV | 170.45 | 82.03 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 89 | 0.46 | 0 | 0.58 | 0.16 | 107.04 | 0.6 | 0.59 |
| Hex | 74 | D6 | 59 | 2E | 0 | 3A | 10 | 6B | 3C | 3B |
| Octal | 164 | 326 | 131 | 56 | 0 | 72 | 20 | 153 | 74 | 73 |
| Binary | 1110100 | 11010110 | 1011001 | 101110 | 0 | 111010 | 10000 | 1101011 | 111100 | 111011 |
Color Harmonies of #74D659
Complementary color
Monochromatic Colors of #74D659
Black with #74D659
Text Example
Text Example
White with #74D659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D659; }
p { color: rgb(116,214,89); }
H1.HeaderClassName
{
color: #74D659;
}
.AnyTagClassName
{
color: #74D659;
}
</style>
background-color css
<style>
a { background-color: #74D659; }
a { background-color: rgb(116,214,89); }
div.DivClassName
{
background-color: #74D659;
}
.BgClassName
{
background-color: #74D659;
}
</style>
border-color css
<style>
span { border-color: #74D659; }
span { border-color: rgb(116,214,89); }
td.TdClassName
{
border-color: #74D659;
}
.TagClassName
{
border-color: #74D659;
}
</style>