Shades of Mantis #74D557
Tints of Mantis #74D557
RGB
CMYK
RGB Variations
Color information
#74D557 (or 0x74D557) is known color: Mantis. HEX triplet: 74, D5 and 57. RGB value is (116,213,87). Sum of RGB (Red+Green+Blue) = 116+213+87=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #74D557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D557 is #8B2AA8. Grayscale: #AAAAAA. Windows color (decimal): -9120425 or 5756276. OLE color: 5756276.
HSL color Cylindrical-coordinate representation of color #74D557: hue angle of 106.19º 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 #74D557 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 87 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.16 |
| HSL | 106.19º | 0.6% | 0.59% | - |
| HSV(B) | 106.19º | 0.59% | 0.84% | - |
| XYZ | 32.72 | 51.99 | 17.33 | - |
| YUV | 169.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 87 | 0.46 | 0 | 0.59 | 0.16 | 106.19 | 0.6 | 0.59 |
| Hex | 74 | D5 | 57 | 2E | 0 | 3B | 10 | 6A | 3C | 3B |
| Octal | 164 | 325 | 127 | 56 | 0 | 73 | 20 | 152 | 74 | 73 |
| Binary | 1110100 | 11010101 | 1010111 | 101110 | 0 | 111011 | 10000 | 1101010 | 111100 | 111011 |
Color Harmonies of #74D557
Complementary color
Monochromatic Colors of #74D557
Black with #74D557
Text Example
Text Example
White with #74D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D557; }
p { color: rgb(116,213,87); }
H1.HeaderClassName
{
color: #74D557;
}
.AnyTagClassName
{
color: #74D557;
}
</style>
background-color css
<style>
a { background-color: #74D557; }
a { background-color: rgb(116,213,87); }
div.DivClassName
{
background-color: #74D557;
}
.BgClassName
{
background-color: #74D557;
}
</style>
border-color css
<style>
span { border-color: #74D557; }
span { border-color: rgb(116,213,87); }
td.TdClassName
{
border-color: #74D557;
}
.TagClassName
{
border-color: #74D557;
}
</style>