Shades of Shamrock #50D994
Tints of Shamrock #50D994
RGB
CMYK
RGB Variations
Color information
#50D994 (or 0x50D994) is known color: Shamrock. HEX triplet: 50, D9 and 94. RGB value is (80,217,148). Sum of RGB (Red+Green+Blue) = 80+217+148=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #50D994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D994 is #AF266B. Grayscale: #A8A8A8. Windows color (decimal): -11478636 or 9754960. OLE color: 9754960.
HSL color Cylindrical-coordinate representation of color #50D994: hue angle of 149.78º 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 #50D994 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 148 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.15 |
| HSL | 149.78º | 0.64% | 0.58% | - |
| HSV(B) | 149.78º | 0.63% | 0.85% | - |
| XYZ | 33.47 | 53.47 | 36.57 | - |
| YUV | 168.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 148 | 0.63 | 0 | 0.32 | 0.15 | 149.78 | 0.64 | 0.58 |
| Hex | 50 | D9 | 94 | 3F | 0 | 20 | F | 96 | 40 | 3A |
| Octal | 120 | 331 | 224 | 77 | 0 | 40 | 17 | 226 | 100 | 72 |
| Binary | 1010000 | 11011001 | 10010100 | 111111 | 0 | 100000 | 1111 | 10010110 | 1000000 | 111010 |
Color Harmonies of #50D994
Complementary color
Monochromatic Colors of #50D994
Black with #50D994
Text Example
Text Example
White with #50D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D994; }
p { color: rgb(80,217,148); }
H1.HeaderClassName
{
color: #50D994;
}
.AnyTagClassName
{
color: #50D994;
}
</style>
background-color css
<style>
a { background-color: #50D994; }
a { background-color: rgb(80,217,148); }
div.DivClassName
{
background-color: #50D994;
}
.BgClassName
{
background-color: #50D994;
}
</style>
border-color css
<style>
span { border-color: #50D994; }
span { border-color: rgb(80,217,148); }
td.TdClassName
{
border-color: #50D994;
}
.TagClassName
{
border-color: #50D994;
}
</style>