Shades of Mantis #74D257
Tints of Mantis #74D257
RGB
CMYK
RGB Variations
Color information
#74D257 (or 0x74D257) is known color: Mantis. HEX triplet: 74, D2 and 57. RGB value is (116,210,87). Sum of RGB (Red+Green+Blue) = 116+210+87=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #74D257 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D257 is #8B2DA8. Grayscale: #A8A8A8. Windows color (decimal): -9121193 or 5755508. OLE color: 5755508.
HSL color Cylindrical-coordinate representation of color #74D257: hue angle of 105.85º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74D257 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 87 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.18 |
| HSL | 105.85º | 0.58% | 0.58% | - |
| HSV(B) | 105.85º | 0.59% | 0.82% | - |
| XYZ | 31.97 | 50.49 | 17.08 | - |
| YUV | 167.87 | 82.36 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 87 | 0.45 | 0 | 0.59 | 0.18 | 105.85 | 0.58 | 0.58 |
| Hex | 74 | D2 | 57 | 2D | 0 | 3B | 12 | 6A | 3A | 3A |
| Octal | 164 | 322 | 127 | 55 | 0 | 73 | 22 | 152 | 72 | 72 |
| Binary | 1110100 | 11010010 | 1010111 | 101101 | 0 | 111011 | 10010 | 1101010 | 111010 | 111010 |
Color Harmonies of #74D257
Complementary color
Monochromatic Colors of #74D257
Black with #74D257
Text Example
Text Example
White with #74D257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D257; }
p { color: rgb(116,210,87); }
H1.HeaderClassName
{
color: #74D257;
}
.AnyTagClassName
{
color: #74D257;
}
</style>
background-color css
<style>
a { background-color: #74D257; }
a { background-color: rgb(116,210,87); }
div.DivClassName
{
background-color: #74D257;
}
.BgClassName
{
background-color: #74D257;
}
</style>
border-color css
<style>
span { border-color: #74D257; }
span { border-color: rgb(116,210,87); }
td.TdClassName
{
border-color: #74D257;
}
.TagClassName
{
border-color: #74D257;
}
</style>