Shades of Mantis #74C360
Tints of Mantis #74C360
RGB
CMYK
RGB Variations
Color information
#74C360 (or 0x74C360) is known color: Mantis. HEX triplet: 74, C3 and 60. RGB value is (116,195,96). Sum of RGB (Red+Green+Blue) = 116+195+96=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #74C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C360 is #8B3C9F. Grayscale: #A0A0A0. Windows color (decimal): -9125024 or 6341492. OLE color: 6341492.
HSL color Cylindrical-coordinate representation of color #74C360: hue angle of 107.88º 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 #74C360 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 96 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.24 |
| HSL | 107.88º | 0.45% | 0.57% | - |
| HSV(B) | 107.88º | 0.51% | 0.76% | - |
| XYZ | 28.83 | 43.59 | 17.96 | - |
| YUV | 160.09 | 91.83 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 96 | 0.41 | 0 | 0.51 | 0.24 | 107.88 | 0.45 | 0.57 |
| Hex | 74 | C3 | 60 | 29 | 0 | 33 | 18 | 6C | 2D | 39 |
| Octal | 164 | 303 | 140 | 51 | 0 | 63 | 30 | 154 | 55 | 71 |
| Binary | 1110100 | 11000011 | 1100000 | 101001 | 0 | 110011 | 11000 | 1101100 | 101101 | 111001 |
Color Harmonies of #74C360
Complementary color
Monochromatic Colors of #74C360
Black with #74C360
Text Example
Text Example
White with #74C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C360; }
p { color: rgb(116,195,96); }
H1.HeaderClassName
{
color: #74C360;
}
.AnyTagClassName
{
color: #74C360;
}
</style>
background-color css
<style>
a { background-color: #74C360; }
a { background-color: rgb(116,195,96); }
div.DivClassName
{
background-color: #74C360;
}
.BgClassName
{
background-color: #74C360;
}
</style>
border-color css
<style>
span { border-color: #74C360; }
span { border-color: rgb(116,195,96); }
td.TdClassName
{
border-color: #74C360;
}
.TagClassName
{
border-color: #74C360;
}
</style>