Shades of Mantis #74CE50
Tints of Mantis #74CE50
RGB
CMYK
RGB Variations
Color information
#74CE50 (or 0x74CE50) is known color: Mantis. HEX triplet: 74, CE and 50. RGB value is (116,206,80). Sum of RGB (Red+Green+Blue) = 116+206+80=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CE50 is #8B31AF. Grayscale: #A5A5A5. Windows color (decimal): -9122224 or 5295732. OLE color: 5295732.
HSL color Cylindrical-coordinate representation of color #74CE50: hue angle of 102.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74CE50 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 80 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.19 |
| HSL | 102.86º | 0.56% | 0.56% | - |
| HSV(B) | 102.86º | 0.61% | 0.81% | - |
| XYZ | 30.72 | 48.43 | 15.32 | - |
| YUV | 164.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 80 | 0.44 | 0 | 0.61 | 0.19 | 102.86 | 0.56 | 0.56 |
| Hex | 74 | CE | 50 | 2C | 0 | 3D | 13 | 67 | 38 | 38 |
| Octal | 164 | 316 | 120 | 54 | 0 | 75 | 23 | 147 | 70 | 70 |
| Binary | 1110100 | 11001110 | 1010000 | 101100 | 0 | 111101 | 10011 | 1100111 | 111000 | 111000 |
Color Harmonies of #74CE50
Complementary color
Monochromatic Colors of #74CE50
Black with #74CE50
Text Example
Text Example
White with #74CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE50; }
p { color: rgb(116,206,80); }
H1.HeaderClassName
{
color: #74CE50;
}
.AnyTagClassName
{
color: #74CE50;
}
</style>
background-color css
<style>
a { background-color: #74CE50; }
a { background-color: rgb(116,206,80); }
div.DivClassName
{
background-color: #74CE50;
}
.BgClassName
{
background-color: #74CE50;
}
</style>
border-color css
<style>
span { border-color: #74CE50; }
span { border-color: rgb(116,206,80); }
td.TdClassName
{
border-color: #74CE50;
}
.TagClassName
{
border-color: #74CE50;
}
</style>