Shades of Mantis #74C946
Tints of Mantis #74C946
RGB
CMYK
RGB Variations
Color information
#74C946 (or 0x74C946) is known color: Mantis. HEX triplet: 74, C9 and 46. RGB value is (116,201,70). Sum of RGB (Red+Green+Blue) = 116+201+70=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #74C946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C946 is #8B36B9. Grayscale: #A1A1A1. Windows color (decimal): -9123514 or 4639092. OLE color: 4639092.
HSL color Cylindrical-coordinate representation of color #74C946: hue angle of 98.93º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74C946 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 70 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.21 |
| HSL | 98.93º | 0.55% | 0.53% | - |
| HSV(B) | 98.93º | 0.65% | 0.79% | - |
| XYZ | 29.19 | 45.93 | 13.12 | - |
| YUV | 160.65 | 76.84 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 70 | 0.42 | 0 | 0.65 | 0.21 | 98.93 | 0.55 | 0.53 |
| Hex | 74 | C9 | 46 | 2A | 0 | 41 | 15 | 63 | 37 | 35 |
| Octal | 164 | 311 | 106 | 52 | 0 | 101 | 25 | 143 | 67 | 65 |
| Binary | 1110100 | 11001001 | 1000110 | 101010 | 0 | 1000001 | 10101 | 1100011 | 110111 | 110101 |
Color Harmonies of #74C946
Complementary color
Monochromatic Colors of #74C946
Black with #74C946
Text Example
Text Example
White with #74C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C946; }
p { color: rgb(116,201,70); }
H1.HeaderClassName
{
color: #74C946;
}
.AnyTagClassName
{
color: #74C946;
}
</style>
background-color css
<style>
a { background-color: #74C946; }
a { background-color: rgb(116,201,70); }
div.DivClassName
{
background-color: #74C946;
}
.BgClassName
{
background-color: #74C946;
}
</style>
border-color css
<style>
span { border-color: #74C946; }
span { border-color: rgb(116,201,70); }
td.TdClassName
{
border-color: #74C946;
}
.TagClassName
{
border-color: #74C946;
}
</style>