Shades of Mantis #74D050
Tints of Mantis #74D050
RGB
CMYK
RGB Variations
Color information
#74D050 (or 0x74D050) is known color: Mantis. HEX triplet: 74, D0 and 50. RGB value is (116,208,80). Sum of RGB (Red+Green+Blue) = 116+208+80=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #74D050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D050 is #8B2FAF. Grayscale: #A6A6A6. Windows color (decimal): -9121712 or 5296244. OLE color: 5296244.
HSL color Cylindrical-coordinate representation of color #74D050: hue angle of 103.12º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74D050 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 208 | 80 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.18 |
| HSL | 103.13º | 0.58% | 0.56% | - |
| HSV(B) | 103.13º | 0.62% | 0.82% | - |
| XYZ | 31.21 | 49.4 | 15.48 | - |
| YUV | 165.9 | 79.52 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 80 | 0.44 | 0 | 0.62 | 0.18 | 103.13 | 0.58 | 0.56 |
| Hex | 74 | D0 | 50 | 2C | 0 | 3E | 12 | 67 | 3A | 38 |
| Octal | 164 | 320 | 120 | 54 | 0 | 76 | 22 | 147 | 72 | 70 |
| Binary | 1110100 | 11010000 | 1010000 | 101100 | 0 | 111110 | 10010 | 1100111 | 111010 | 111000 |
Color Harmonies of #74D050
Complementary color
Monochromatic Colors of #74D050
Black with #74D050
Text Example
Text Example
White with #74D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D050; }
p { color: rgb(116,208,80); }
H1.HeaderClassName
{
color: #74D050;
}
.AnyTagClassName
{
color: #74D050;
}
</style>
background-color css
<style>
a { background-color: #74D050; }
a { background-color: rgb(116,208,80); }
div.DivClassName
{
background-color: #74D050;
}
.BgClassName
{
background-color: #74D050;
}
</style>
border-color css
<style>
span { border-color: #74D050; }
span { border-color: rgb(116,208,80); }
td.TdClassName
{
border-color: #74D050;
}
.TagClassName
{
border-color: #74D050;
}
</style>