Shades of Mantis #74C064
Tints of Mantis #74C064
RGB
CMYK
RGB Variations
Color information
#74C064 (or 0x74C064) is known color: Mantis. HEX triplet: 74, C0 and 64. RGB value is (116,192,100). Sum of RGB (Red+Green+Blue) = 116+192+100=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #74C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C064 is #8B3F9B. Grayscale: #9F9F9F. Windows color (decimal): -9125788 or 6602868. OLE color: 6602868.
HSL color Cylindrical-coordinate representation of color #74C064: hue angle of 109.57º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C064 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 100 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.25 |
| HSL | 109.57º | 0.42% | 0.57% | - |
| HSV(B) | 109.57º | 0.48% | 0.75% | - |
| XYZ | 28.35 | 42.33 | 18.73 | - |
| YUV | 158.79 | 94.82 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 100 | 0.40 | 0 | 0.48 | 0.25 | 109.57 | 0.42 | 0.57 |
| Hex | 74 | C0 | 64 | 28 | 0 | 30 | 19 | 6E | 2A | 39 |
| Octal | 164 | 300 | 144 | 50 | 0 | 60 | 31 | 156 | 52 | 71 |
| Binary | 1110100 | 11000000 | 1100100 | 101000 | 0 | 110000 | 11001 | 1101110 | 101010 | 111001 |
Color Harmonies of #74C064
Complementary color
Monochromatic Colors of #74C064
Black with #74C064
Text Example
Text Example
White with #74C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C064; }
p { color: rgb(116,192,100); }
H1.HeaderClassName
{
color: #74C064;
}
.AnyTagClassName
{
color: #74C064;
}
</style>
background-color css
<style>
a { background-color: #74C064; }
a { background-color: rgb(116,192,100); }
div.DivClassName
{
background-color: #74C064;
}
.BgClassName
{
background-color: #74C064;
}
</style>
border-color css
<style>
span { border-color: #74C064; }
span { border-color: rgb(116,192,100); }
td.TdClassName
{
border-color: #74C064;
}
.TagClassName
{
border-color: #74C064;
}
</style>