Shades of Mantis #74D950
Tints of Mantis #74D950
RGB
CMYK
RGB Variations
Color information
#74D950 (or 0x74D950) is known color: Mantis. HEX triplet: 74, D9 and 50. RGB value is (116,217,80). Sum of RGB (Red+Green+Blue) = 116+217+80=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #74D950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D950 is #8B26AF. Grayscale: #ABABAB. Windows color (decimal): -9119408 or 5298548. OLE color: 5298548.
HSL color Cylindrical-coordinate representation of color #74D950: hue angle of 104.23º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74D950 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 80 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.15 |
| HSL | 104.23º | 0.64% | 0.58% | - |
| HSV(B) | 104.23º | 0.63% | 0.85% | - |
| XYZ | 33.46 | 53.92 | 16.23 | - |
| YUV | 171.18 | 76.54 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 80 | 0.47 | 0 | 0.63 | 0.15 | 104.23 | 0.64 | 0.58 |
| Hex | 74 | D9 | 50 | 2F | 0 | 3F | F | 68 | 40 | 3A |
| Octal | 164 | 331 | 120 | 57 | 0 | 77 | 17 | 150 | 100 | 72 |
| Binary | 1110100 | 11011001 | 1010000 | 101111 | 0 | 111111 | 1111 | 1101000 | 1000000 | 111010 |
Color Harmonies of #74D950
Complementary color
Monochromatic Colors of #74D950
Black with #74D950
Text Example
Text Example
White with #74D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D950; }
p { color: rgb(116,217,80); }
H1.HeaderClassName
{
color: #74D950;
}
.AnyTagClassName
{
color: #74D950;
}
</style>
background-color css
<style>
a { background-color: #74D950; }
a { background-color: rgb(116,217,80); }
div.DivClassName
{
background-color: #74D950;
}
.BgClassName
{
background-color: #74D950;
}
</style>
border-color css
<style>
span { border-color: #74D950; }
span { border-color: rgb(116,217,80); }
td.TdClassName
{
border-color: #74D950;
}
.TagClassName
{
border-color: #74D950;
}
</style>