Shades of Mantis #74C365
Tints of Mantis #74C365
RGB
CMYK
RGB Variations
Color information
#74C365 (or 0x74C365) is known color: Mantis. HEX triplet: 74, C3 and 65. RGB value is (116,195,101). Sum of RGB (Red+Green+Blue) = 116+195+101=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #74C365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C365 is #8B3C9A. Grayscale: #A0A0A0. Windows color (decimal): -9125019 or 6669172. OLE color: 6669172.
HSL color Cylindrical-coordinate representation of color #74C365: hue angle of 110.43º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C365 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 101 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.24 |
| HSL | 110.43º | 0.44% | 0.58% | - |
| HSV(B) | 110.43º | 0.48% | 0.76% | - |
| XYZ | 29.07 | 43.68 | 19.21 | - |
| YUV | 160.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 101 | 0.41 | 0 | 0.48 | 0.24 | 110.43 | 0.44 | 0.58 |
| Hex | 74 | C3 | 65 | 29 | 0 | 30 | 18 | 6E | 2C | 3A |
| Octal | 164 | 303 | 145 | 51 | 0 | 60 | 30 | 156 | 54 | 72 |
| Binary | 1110100 | 11000011 | 1100101 | 101001 | 0 | 110000 | 11000 | 1101110 | 101100 | 111010 |
Color Harmonies of #74C365
Complementary color
Monochromatic Colors of #74C365
Black with #74C365
Text Example
Text Example
White with #74C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C365; }
p { color: rgb(116,195,101); }
H1.HeaderClassName
{
color: #74C365;
}
.AnyTagClassName
{
color: #74C365;
}
</style>
background-color css
<style>
a { background-color: #74C365; }
a { background-color: rgb(116,195,101); }
div.DivClassName
{
background-color: #74C365;
}
.BgClassName
{
background-color: #74C365;
}
</style>
border-color css
<style>
span { border-color: #74C365; }
span { border-color: rgb(116,195,101); }
td.TdClassName
{
border-color: #74C365;
}
.TagClassName
{
border-color: #74C365;
}
</style>