Shades of Mantis #74C065
Tints of Mantis #74C065
RGB
CMYK
RGB Variations
Color information
#74C065 (or 0x74C065) is known color: Mantis. HEX triplet: 74, C0 and 65. RGB value is (116,192,101). Sum of RGB (Red+Green+Blue) = 116+192+101=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #74C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C065 is #8B3F9A. Grayscale: #9F9F9F. Windows color (decimal): -9125787 or 6668404. OLE color: 6668404.
HSL color Cylindrical-coordinate representation of color #74C065: hue angle of 110.11º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C065 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 101 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.25 |
| HSL | 110.11º | 0.42% | 0.57% | - |
| HSV(B) | 110.11º | 0.47% | 0.75% | - |
| XYZ | 28.4 | 42.35 | 18.99 | - |
| YUV | 158.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 101 | 0.40 | 0 | 0.47 | 0.25 | 110.11 | 0.42 | 0.57 |
| Hex | 74 | C0 | 65 | 28 | 0 | 2F | 19 | 6E | 2A | 39 |
| Octal | 164 | 300 | 145 | 50 | 0 | 57 | 31 | 156 | 52 | 71 |
| Binary | 1110100 | 11000000 | 1100101 | 101000 | 0 | 101111 | 11001 | 1101110 | 101010 | 111001 |
Color Harmonies of #74C065
Complementary color
Monochromatic Colors of #74C065
Black with #74C065
Text Example
Text Example
White with #74C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C065; }
p { color: rgb(116,192,101); }
H1.HeaderClassName
{
color: #74C065;
}
.AnyTagClassName
{
color: #74C065;
}
</style>
background-color css
<style>
a { background-color: #74C065; }
a { background-color: rgb(116,192,101); }
div.DivClassName
{
background-color: #74C065;
}
.BgClassName
{
background-color: #74C065;
}
</style>
border-color css
<style>
span { border-color: #74C065; }
span { border-color: rgb(116,192,101); }
td.TdClassName
{
border-color: #74C065;
}
.TagClassName
{
border-color: #74C065;
}
</style>