Shades of Mantis #74C169
Tints of Mantis #74C169
RGB
CMYK
RGB Variations
Color information
#74C169 (or 0x74C169) is known color: Mantis. HEX triplet: 74, C1 and 69. RGB value is (116,193,105). Sum of RGB (Red+Green+Blue) = 116+193+105=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #74C169 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C169 is #8B3E96. Grayscale: #A0A0A0. Windows color (decimal): -9125527 or 6930804. OLE color: 6930804.
HSL color Cylindrical-coordinate representation of color #74C169: hue angle of 112.5º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74C169 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 105 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.24 |
| HSL | 112.5º | 0.42% | 0.58% | - |
| HSV(B) | 112.5º | 0.46% | 0.76% | - |
| XYZ | 28.82 | 42.87 | 20.12 | - |
| YUV | 159.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 105 | 0.40 | 0 | 0.46 | 0.24 | 112.5 | 0.42 | 0.58 |
| Hex | 74 | C1 | 69 | 28 | 0 | 2E | 18 | 70 | 2A | 3A |
| Octal | 164 | 301 | 151 | 50 | 0 | 56 | 30 | 160 | 52 | 72 |
| Binary | 1110100 | 11000001 | 1101001 | 101000 | 0 | 101110 | 11000 | 1110000 | 101010 | 111010 |
Color Harmonies of #74C169
Complementary color
Monochromatic Colors of #74C169
Black with #74C169
Text Example
Text Example
White with #74C169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C169; }
p { color: rgb(116,193,105); }
H1.HeaderClassName
{
color: #74C169;
}
.AnyTagClassName
{
color: #74C169;
}
</style>
background-color css
<style>
a { background-color: #74C169; }
a { background-color: rgb(116,193,105); }
div.DivClassName
{
background-color: #74C169;
}
.BgClassName
{
background-color: #74C169;
}
</style>
border-color css
<style>
span { border-color: #74C169; }
span { border-color: rgb(116,193,105); }
td.TdClassName
{
border-color: #74C169;
}
.TagClassName
{
border-color: #74C169;
}
</style>