Shades of Mantis #74C965
Tints of Mantis #74C965
RGB
CMYK
RGB Variations
Color information
#74C965 (or 0x74C965) is known color: Mantis. HEX triplet: 74, C9 and 65. RGB value is (116,201,101). Sum of RGB (Red+Green+Blue) = 116+201+101=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #74C965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C965 is #8B369A. Grayscale: #A4A4A4. Windows color (decimal): -9123483 or 6670708. OLE color: 6670708.
HSL color Cylindrical-coordinate representation of color #74C965: hue angle of 111º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C965 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 101 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.21 |
| HSL | 111º | 0.48% | 0.59% | - |
| HSV(B) | 111º | 0.5% | 0.79% | - |
| XYZ | 30.44 | 46.43 | 19.67 | - |
| YUV | 164.19 | 92.34 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 101 | 0.42 | 0 | 0.50 | 0.21 | 111 | 0.48 | 0.59 |
| Hex | 74 | C9 | 65 | 2A | 0 | 32 | 15 | 6F | 30 | 3B |
| Octal | 164 | 311 | 145 | 52 | 0 | 62 | 25 | 157 | 60 | 73 |
| Binary | 1110100 | 11001001 | 1100101 | 101010 | 0 | 110010 | 10101 | 1101111 | 110000 | 111011 |
Color Harmonies of #74C965
Complementary color
Monochromatic Colors of #74C965
Black with #74C965
Text Example
Text Example
White with #74C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C965; }
p { color: rgb(116,201,101); }
H1.HeaderClassName
{
color: #74C965;
}
.AnyTagClassName
{
color: #74C965;
}
</style>
background-color css
<style>
a { background-color: #74C965; }
a { background-color: rgb(116,201,101); }
div.DivClassName
{
background-color: #74C965;
}
.BgClassName
{
background-color: #74C965;
}
</style>
border-color css
<style>
span { border-color: #74C965; }
span { border-color: rgb(116,201,101); }
td.TdClassName
{
border-color: #74C965;
}
.TagClassName
{
border-color: #74C965;
}
</style>