Shades of Mantis #74D857
Tints of Mantis #74D857
RGB
CMYK
RGB Variations
Color information
#74D857 (or 0x74D857) is known color: Mantis. HEX triplet: 74, D8 and 57. RGB value is (116,216,87). Sum of RGB (Red+Green+Blue) = 116+216+87=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #74D857 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D857 is #8B27A8. Grayscale: #ABABAB. Windows color (decimal): -9119657 or 5757044. OLE color: 5757044.
HSL color Cylindrical-coordinate representation of color #74D857: hue angle of 106.51º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74D857 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 87 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.15 |
| HSL | 106.51º | 0.62% | 0.59% | - |
| HSV(B) | 106.51º | 0.6% | 0.85% | - |
| XYZ | 33.48 | 53.51 | 17.58 | - |
| YUV | 171.39 | 80.37 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 87 | 0.46 | 0 | 0.60 | 0.15 | 106.51 | 0.62 | 0.59 |
| Hex | 74 | D8 | 57 | 2E | 0 | 3C | F | 6B | 3E | 3B |
| Octal | 164 | 330 | 127 | 56 | 0 | 74 | 17 | 153 | 76 | 73 |
| Binary | 1110100 | 11011000 | 1010111 | 101110 | 0 | 111100 | 1111 | 1101011 | 111110 | 111011 |
Color Harmonies of #74D857
Complementary color
Monochromatic Colors of #74D857
Black with #74D857
Text Example
Text Example
White with #74D857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D857; }
p { color: rgb(116,216,87); }
H1.HeaderClassName
{
color: #74D857;
}
.AnyTagClassName
{
color: #74D857;
}
</style>
background-color css
<style>
a { background-color: #74D857; }
a { background-color: rgb(116,216,87); }
div.DivClassName
{
background-color: #74D857;
}
.BgClassName
{
background-color: #74D857;
}
</style>
border-color css
<style>
span { border-color: #74D857; }
span { border-color: rgb(116,216,87); }
td.TdClassName
{
border-color: #74D857;
}
.TagClassName
{
border-color: #74D857;
}
</style>