Shades of Mantis #74C35F
Tints of Mantis #74C35F
RGB
CMYK
RGB Variations
Color information
#74C35F (or 0x74C35F) is known color: Mantis. HEX triplet: 74, C3 and 5F. RGB value is (116,195,95). Sum of RGB (Red+Green+Blue) = 116+195+95=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #74C35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C35F is #8B3CA0. Grayscale: #A0A0A0. Windows color (decimal): -9125025 or 6275956. OLE color: 6275956.
HSL color Cylindrical-coordinate representation of color #74C35F: hue angle of 107.4º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74C35F is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 95 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.24 |
| HSL | 107.4º | 0.45% | 0.57% | - |
| HSV(B) | 107.4º | 0.51% | 0.76% | - |
| XYZ | 28.78 | 43.57 | 17.72 | - |
| YUV | 159.98 | 91.33 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 95 | 0.41 | 0 | 0.51 | 0.24 | 107.4 | 0.45 | 0.57 |
| Hex | 74 | C3 | 5F | 29 | 0 | 33 | 18 | 6B | 2D | 39 |
| Octal | 164 | 303 | 137 | 51 | 0 | 63 | 30 | 153 | 55 | 71 |
| Binary | 1110100 | 11000011 | 1011111 | 101001 | 0 | 110011 | 11000 | 1101011 | 101101 | 111001 |
Color Harmonies of #74C35F
Complementary color
Monochromatic Colors of #74C35F
Black with #74C35F
Text Example
Text Example
White with #74C35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C35F; }
p { color: rgb(116,195,95); }
H1.HeaderClassName
{
color: #74C35F;
}
.AnyTagClassName
{
color: #74C35F;
}
</style>
background-color css
<style>
a { background-color: #74C35F; }
a { background-color: rgb(116,195,95); }
div.DivClassName
{
background-color: #74C35F;
}
.BgClassName
{
background-color: #74C35F;
}
</style>
border-color css
<style>
span { border-color: #74C35F; }
span { border-color: rgb(116,195,95); }
td.TdClassName
{
border-color: #74C35F;
}
.TagClassName
{
border-color: #74C35F;
}
</style>