Shades of Mantis #74C850
Tints of Mantis #74C850
RGB
CMYK
RGB Variations
Color information
#74C850 (or 0x74C850) is known color: Mantis. HEX triplet: 74, C8 and 50. RGB value is (116,200,80). Sum of RGB (Red+Green+Blue) = 116+200+80=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #74C850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C850 is #8B37AF. Grayscale: #A1A1A1. Windows color (decimal): -9123760 or 5294196. OLE color: 5294196.
HSL color Cylindrical-coordinate representation of color #74C850: hue angle of 102º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74C850 is Cyan = 0.42, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 80 | - |
| CMYK | 0.42 | 0 | 0.6 | 0.22 |
| HSL | 102º | 0.52% | 0.55% | - |
| HSV(B) | 102º | 0.6% | 0.78% | - |
| XYZ | 29.3 | 45.6 | 14.85 | - |
| YUV | 161.2 | 82.17 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 80 | 0.42 | 0 | 0.6 | 0.22 | 102 | 0.52 | 0.55 |
| Hex | 74 | C8 | 50 | 2A | 0 | 3C | 16 | 66 | 34 | 37 |
| Octal | 164 | 310 | 120 | 52 | 0 | 74 | 26 | 146 | 64 | 67 |
| Binary | 1110100 | 11001000 | 1010000 | 101010 | 0 | 111100 | 10110 | 1100110 | 110100 | 110111 |
Color Harmonies of #74C850
Complementary color
Monochromatic Colors of #74C850
Black with #74C850
Text Example
Text Example
White with #74C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C850; }
p { color: rgb(116,200,80); }
H1.HeaderClassName
{
color: #74C850;
}
.AnyTagClassName
{
color: #74C850;
}
</style>
background-color css
<style>
a { background-color: #74C850; }
a { background-color: rgb(116,200,80); }
div.DivClassName
{
background-color: #74C850;
}
.BgClassName
{
background-color: #74C850;
}
</style>
border-color css
<style>
span { border-color: #74C850; }
span { border-color: rgb(116,200,80); }
td.TdClassName
{
border-color: #74C850;
}
.TagClassName
{
border-color: #74C850;
}
</style>