Shades of Mantis #74C664
Tints of Mantis #74C664
RGB
CMYK
RGB Variations
Color information
#74C664 (or 0x74C664) is known color: Mantis. HEX triplet: 74, C6 and 64. RGB value is (116,198,100). Sum of RGB (Red+Green+Blue) = 116+198+100=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #74C664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C664 is #8B399B. Grayscale: #A2A2A2. Windows color (decimal): -9124252 or 6604404. OLE color: 6604404.
HSL color Cylindrical-coordinate representation of color #74C664: hue angle of 110.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74C664 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 198 | 100 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.22 |
| HSL | 110.2º | 0.46% | 0.58% | - |
| HSV(B) | 110.2º | 0.49% | 0.78% | - |
| XYZ | 29.7 | 45.02 | 19.18 | - |
| YUV | 162.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 198 | 100 | 0.41 | 0 | 0.49 | 0.22 | 110.2 | 0.46 | 0.58 |
| Hex | 74 | C6 | 64 | 29 | 0 | 31 | 16 | 6E | 2E | 3A |
| Octal | 164 | 306 | 144 | 51 | 0 | 61 | 26 | 156 | 56 | 72 |
| Binary | 1110100 | 11000110 | 1100100 | 101001 | 0 | 110001 | 10110 | 1101110 | 101110 | 111010 |
Color Harmonies of #74C664
Complementary color
Monochromatic Colors of #74C664
Black with #74C664
Text Example
Text Example
White with #74C664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C664; }
p { color: rgb(116,198,100); }
H1.HeaderClassName
{
color: #74C664;
}
.AnyTagClassName
{
color: #74C664;
}
</style>
background-color css
<style>
a { background-color: #74C664; }
a { background-color: rgb(116,198,100); }
div.DivClassName
{
background-color: #74C664;
}
.BgClassName
{
background-color: #74C664;
}
</style>
border-color css
<style>
span { border-color: #74C664; }
span { border-color: rgb(116,198,100); }
td.TdClassName
{
border-color: #74C664;
}
.TagClassName
{
border-color: #74C664;
}
</style>