Shades of Mantis #74B358
Tints of Mantis #74B358
RGB
CMYK
RGB Variations
Color information
#74B358 (or 0x74B358) is known color: Mantis. HEX triplet: 74, B3 and 58. RGB value is (116,179,88). Sum of RGB (Red+Green+Blue) = 116+179+88=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #74B358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B358 is #8B4CA7. Grayscale: #969696. Windows color (decimal): -9129128 or 5813108. OLE color: 5813108.
HSL color Cylindrical-coordinate representation of color #74B358: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74B358 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 88 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.30 |
| HSL | 101.54º | 0.37% | 0.52% | - |
| HSV(B) | 101.54º | 0.51% | 0.7% | - |
| XYZ | 25.08 | 36.66 | 14.99 | - |
| YUV | 149.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 88 | 0.35 | 0 | 0.51 | 0.30 | 101.54 | 0.37 | 0.52 |
| Hex | 74 | B3 | 58 | 23 | 0 | 33 | 1E | 66 | 25 | 34 |
| Octal | 164 | 263 | 130 | 43 | 0 | 63 | 36 | 146 | 45 | 64 |
| Binary | 1110100 | 10110011 | 1011000 | 100011 | 0 | 110011 | 11110 | 1100110 | 100101 | 110100 |
Color Harmonies of #74B358
Complementary color
Monochromatic Colors of #74B358
Black with #74B358
Text Example
Text Example
White with #74B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B358; }
p { color: rgb(116,179,88); }
H1.HeaderClassName
{
color: #74B358;
}
.AnyTagClassName
{
color: #74B358;
}
</style>
background-color css
<style>
a { background-color: #74B358; }
a { background-color: rgb(116,179,88); }
div.DivClassName
{
background-color: #74B358;
}
.BgClassName
{
background-color: #74B358;
}
</style>
border-color css
<style>
span { border-color: #74B358; }
span { border-color: rgb(116,179,88); }
td.TdClassName
{
border-color: #74B358;
}
.TagClassName
{
border-color: #74B358;
}
</style>