Shades of Mantis #74D657
Tints of Mantis #74D657
RGB
CMYK
RGB Variations
Color information
#74D657 (or 0x74D657) is known color: Mantis. HEX triplet: 74, D6 and 57. RGB value is (116,214,87). Sum of RGB (Red+Green+Blue) = 116+214+87=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #74D657 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D657 is #8B29A8. Grayscale: #AAAAAA. Windows color (decimal): -9120169 or 5756532. OLE color: 5756532.
HSL color Cylindrical-coordinate representation of color #74D657: hue angle of 106.3º 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 #74D657 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 87 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.16 |
| HSL | 106.3º | 0.61% | 0.59% | - |
| HSV(B) | 106.3º | 0.59% | 0.84% | - |
| XYZ | 32.97 | 52.49 | 17.41 | - |
| YUV | 170.22 | 81.03 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 87 | 0.46 | 0 | 0.59 | 0.16 | 106.3 | 0.61 | 0.59 |
| Hex | 74 | D6 | 57 | 2E | 0 | 3B | 10 | 6A | 3D | 3B |
| Octal | 164 | 326 | 127 | 56 | 0 | 73 | 20 | 152 | 75 | 73 |
| Binary | 1110100 | 11010110 | 1010111 | 101110 | 0 | 111011 | 10000 | 1101010 | 111101 | 111011 |
Color Harmonies of #74D657
Complementary color
Monochromatic Colors of #74D657
Black with #74D657
Text Example
Text Example
White with #74D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D657; }
p { color: rgb(116,214,87); }
H1.HeaderClassName
{
color: #74D657;
}
.AnyTagClassName
{
color: #74D657;
}
</style>
background-color css
<style>
a { background-color: #74D657; }
a { background-color: rgb(116,214,87); }
div.DivClassName
{
background-color: #74D657;
}
.BgClassName
{
background-color: #74D657;
}
</style>
border-color css
<style>
span { border-color: #74D657; }
span { border-color: rgb(116,214,87); }
td.TdClassName
{
border-color: #74D657;
}
.TagClassName
{
border-color: #74D657;
}
</style>