Shades of Mantis #74D558
Tints of Mantis #74D558
RGB
CMYK
RGB Variations
Color information
#74D558 (or 0x74D558) is known color: Mantis. HEX triplet: 74, D5 and 58. RGB value is (116,213,88). Sum of RGB (Red+Green+Blue) = 116+213+88=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #74D558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D558 is #8B2AA7. Grayscale: #AAAAAA. Windows color (decimal): -9120424 or 5821812. OLE color: 5821812.
HSL color Cylindrical-coordinate representation of color #74D558: hue angle of 106.56º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74D558 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 88 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.16 |
| HSL | 106.56º | 0.6% | 0.59% | - |
| HSV(B) | 106.56º | 0.59% | 0.84% | - |
| XYZ | 32.76 | 52.01 | 17.54 | - |
| YUV | 169.75 | 81.86 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 88 | 0.46 | 0 | 0.59 | 0.16 | 106.56 | 0.6 | 0.59 |
| Hex | 74 | D5 | 58 | 2E | 0 | 3B | 10 | 6B | 3C | 3B |
| Octal | 164 | 325 | 130 | 56 | 0 | 73 | 20 | 153 | 74 | 73 |
| Binary | 1110100 | 11010101 | 1011000 | 101110 | 0 | 111011 | 10000 | 1101011 | 111100 | 111011 |
Color Harmonies of #74D558
Complementary color
Monochromatic Colors of #74D558
Black with #74D558
Text Example
Text Example
White with #74D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D558; }
p { color: rgb(116,213,88); }
H1.HeaderClassName
{
color: #74D558;
}
.AnyTagClassName
{
color: #74D558;
}
</style>
background-color css
<style>
a { background-color: #74D558; }
a { background-color: rgb(116,213,88); }
div.DivClassName
{
background-color: #74D558;
}
.BgClassName
{
background-color: #74D558;
}
</style>
border-color css
<style>
span { border-color: #74D558; }
span { border-color: rgb(116,213,88); }
td.TdClassName
{
border-color: #74D558;
}
.TagClassName
{
border-color: #74D558;
}
</style>