Shades of Mantis #74D658
Tints of Mantis #74D658
RGB
CMYK
RGB Variations
Color information
#74D658 (or 0x74D658) is known color: Mantis. HEX triplet: 74, D6 and 58. RGB value is (116,214,88). Sum of RGB (Red+Green+Blue) = 116+214+88=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #74D658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D658 is #8B29A7. Grayscale: #AAAAAA. Windows color (decimal): -9120168 or 5822068. OLE color: 5822068.
HSL color Cylindrical-coordinate representation of color #74D658: hue angle of 106.67º degrees, saturation: 0.61, 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 #74D658 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 88 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.16 |
| HSL | 106.67º | 0.61% | 0.59% | - |
| HSV(B) | 106.67º | 0.59% | 0.84% | - |
| XYZ | 33.01 | 52.51 | 17.63 | - |
| YUV | 170.33 | 81.53 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 88 | 0.46 | 0 | 0.59 | 0.16 | 106.67 | 0.61 | 0.59 |
| Hex | 74 | D6 | 58 | 2E | 0 | 3B | 10 | 6B | 3D | 3B |
| Octal | 164 | 326 | 130 | 56 | 0 | 73 | 20 | 153 | 75 | 73 |
| Binary | 1110100 | 11010110 | 1011000 | 101110 | 0 | 111011 | 10000 | 1101011 | 111101 | 111011 |
Color Harmonies of #74D658
Complementary color
Monochromatic Colors of #74D658
Black with #74D658
Text Example
Text Example
White with #74D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D658; }
p { color: rgb(116,214,88); }
H1.HeaderClassName
{
color: #74D658;
}
.AnyTagClassName
{
color: #74D658;
}
</style>
background-color css
<style>
a { background-color: #74D658; }
a { background-color: rgb(116,214,88); }
div.DivClassName
{
background-color: #74D658;
}
.BgClassName
{
background-color: #74D658;
}
</style>
border-color css
<style>
span { border-color: #74D658; }
span { border-color: rgb(116,214,88); }
td.TdClassName
{
border-color: #74D658;
}
.TagClassName
{
border-color: #74D658;
}
</style>