Shades of Mantis #74C260
Tints of Mantis #74C260
RGB
CMYK
RGB Variations
Color information
#74C260 (or 0x74C260) is known color: Mantis. HEX triplet: 74, C2 and 60. RGB value is (116,194,96). Sum of RGB (Red+Green+Blue) = 116+194+96=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #74C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C260 is #8B3D9F. Grayscale: #9F9F9F. Windows color (decimal): -9125280 or 6341236. OLE color: 6341236.
HSL color Cylindrical-coordinate representation of color #74C260: hue angle of 107.76º 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 #74C260 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 96 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.24 |
| HSL | 107.76º | 0.45% | 0.57% | - |
| HSV(B) | 107.76º | 0.51% | 0.76% | - |
| XYZ | 28.61 | 43.14 | 17.89 | - |
| YUV | 159.51 | 92.16 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 96 | 0.40 | 0 | 0.51 | 0.24 | 107.76 | 0.45 | 0.57 |
| Hex | 74 | C2 | 60 | 28 | 0 | 33 | 18 | 6C | 2D | 39 |
| Octal | 164 | 302 | 140 | 50 | 0 | 63 | 30 | 154 | 55 | 71 |
| Binary | 1110100 | 11000010 | 1100000 | 101000 | 0 | 110011 | 11000 | 1101100 | 101101 | 111001 |
Color Harmonies of #74C260
Complementary color
Monochromatic Colors of #74C260
Black with #74C260
Text Example
Text Example
White with #74C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C260; }
p { color: rgb(116,194,96); }
H1.HeaderClassName
{
color: #74C260;
}
.AnyTagClassName
{
color: #74C260;
}
</style>
background-color css
<style>
a { background-color: #74C260; }
a { background-color: rgb(116,194,96); }
div.DivClassName
{
background-color: #74C260;
}
.BgClassName
{
background-color: #74C260;
}
</style>
border-color css
<style>
span { border-color: #74C260; }
span { border-color: rgb(116,194,96); }
td.TdClassName
{
border-color: #74C260;
}
.TagClassName
{
border-color: #74C260;
}
</style>