Shades of Mantis #74C15F
Tints of Mantis #74C15F
RGB
CMYK
RGB Variations
Color information
#74C15F (or 0x74C15F) is known color: Mantis. HEX triplet: 74, C1 and 5F. RGB value is (116,193,95). Sum of RGB (Red+Green+Blue) = 116+193+95=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #74C15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C15F is #8B3EA0. Grayscale: #9F9F9F. Windows color (decimal): -9125537 or 6275444. OLE color: 6275444.
HSL color Cylindrical-coordinate representation of color #74C15F: hue angle of 107.14º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74C15F is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 95 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.24 |
| HSL | 107.14º | 0.44% | 0.56% | - |
| HSV(B) | 107.14º | 0.51% | 0.76% | - |
| XYZ | 28.34 | 42.68 | 17.57 | - |
| YUV | 158.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 95 | 0.40 | 0 | 0.51 | 0.24 | 107.14 | 0.44 | 0.56 |
| Hex | 74 | C1 | 5F | 28 | 0 | 33 | 18 | 6B | 2C | 38 |
| Octal | 164 | 301 | 137 | 50 | 0 | 63 | 30 | 153 | 54 | 70 |
| Binary | 1110100 | 11000001 | 1011111 | 101000 | 0 | 110011 | 11000 | 1101011 | 101100 | 111000 |
Color Harmonies of #74C15F
Complementary color
Monochromatic Colors of #74C15F
Black with #74C15F
Text Example
Text Example
White with #74C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C15F; }
p { color: rgb(116,193,95); }
H1.HeaderClassName
{
color: #74C15F;
}
.AnyTagClassName
{
color: #74C15F;
}
</style>
background-color css
<style>
a { background-color: #74C15F; }
a { background-color: rgb(116,193,95); }
div.DivClassName
{
background-color: #74C15F;
}
.BgClassName
{
background-color: #74C15F;
}
</style>
border-color css
<style>
span { border-color: #74C15F; }
span { border-color: rgb(116,193,95); }
td.TdClassName
{
border-color: #74C15F;
}
.TagClassName
{
border-color: #74C15F;
}
</style>