Shades of Mantis #74AF5E
Tints of Mantis #74AF5E
RGB
CMYK
RGB Variations
Color information
#74AF5E (or 0x74AF5E) is known color: Mantis. HEX triplet: 74, AF and 5E. RGB value is (116,175,94). Sum of RGB (Red+Green+Blue) = 116+175+94=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF5E is #8B50A1. Grayscale: #949494. Windows color (decimal): -9130146 or 6205300. OLE color: 6205300.
HSL color Cylindrical-coordinate representation of color #74AF5E: hue angle of 103.7º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74AF5E is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 94 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.31 |
| HSL | 103.7º | 0.34% | 0.53% | - |
| HSV(B) | 103.7º | 0.46% | 0.69% | - |
| XYZ | 24.55 | 35.18 | 16.09 | - |
| YUV | 148.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 94 | 0.34 | 0 | 0.46 | 0.31 | 103.7 | 0.34 | 0.53 |
| Hex | 74 | AF | 5E | 22 | 0 | 2E | 1F | 68 | 22 | 35 |
| Octal | 164 | 257 | 136 | 42 | 0 | 56 | 37 | 150 | 42 | 65 |
| Binary | 1110100 | 10101111 | 1011110 | 100010 | 0 | 101110 | 11111 | 1101000 | 100010 | 110101 |
Color Harmonies of #74AF5E
Complementary color
Monochromatic Colors of #74AF5E
Black with #74AF5E
Text Example
Text Example
White with #74AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF5E; }
p { color: rgb(116,175,94); }
H1.HeaderClassName
{
color: #74AF5E;
}
.AnyTagClassName
{
color: #74AF5E;
}
</style>
background-color css
<style>
a { background-color: #74AF5E; }
a { background-color: rgb(116,175,94); }
div.DivClassName
{
background-color: #74AF5E;
}
.BgClassName
{
background-color: #74AF5E;
}
</style>
border-color css
<style>
span { border-color: #74AF5E; }
span { border-color: rgb(116,175,94); }
td.TdClassName
{
border-color: #74AF5E;
}
.TagClassName
{
border-color: #74AF5E;
}
</style>