Shades of Mantis #74C945
Tints of Mantis #74C945
RGB
CMYK
RGB Variations
Color information
#74C945 (or 0x74C945) is known color: Mantis. HEX triplet: 74, C9 and 45. RGB value is (116,201,69). Sum of RGB (Red+Green+Blue) = 116+201+69=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #74C945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C945 is #8B36BA. Grayscale: #A0A0A0. Windows color (decimal): -9123515 or 4573556. OLE color: 4573556.
HSL color Cylindrical-coordinate representation of color #74C945: hue angle of 98.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74C945 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 69 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.21 |
| HSL | 98.64º | 0.55% | 0.53% | - |
| HSV(B) | 98.64º | 0.66% | 0.79% | - |
| XYZ | 29.16 | 45.92 | 12.96 | - |
| YUV | 160.54 | 76.34 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 69 | 0.42 | 0 | 0.66 | 0.21 | 98.64 | 0.55 | 0.53 |
| Hex | 74 | C9 | 45 | 2A | 0 | 42 | 15 | 63 | 37 | 35 |
| Octal | 164 | 311 | 105 | 52 | 0 | 102 | 25 | 143 | 67 | 65 |
| Binary | 1110100 | 11001001 | 1000101 | 101010 | 0 | 1000010 | 10101 | 1100011 | 110111 | 110101 |
Color Harmonies of #74C945
Complementary color
Monochromatic Colors of #74C945
Black with #74C945
Text Example
Text Example
White with #74C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C945; }
p { color: rgb(116,201,69); }
H1.HeaderClassName
{
color: #74C945;
}
.AnyTagClassName
{
color: #74C945;
}
</style>
background-color css
<style>
a { background-color: #74C945; }
a { background-color: rgb(116,201,69); }
div.DivClassName
{
background-color: #74C945;
}
.BgClassName
{
background-color: #74C945;
}
</style>
border-color css
<style>
span { border-color: #74C945; }
span { border-color: rgb(116,201,69); }
td.TdClassName
{
border-color: #74C945;
}
.TagClassName
{
border-color: #74C945;
}
</style>