Shades of Emerald #50DB6C
Tints of Emerald #50DB6C
RGB
CMYK
RGB Variations
Color information
#50DB6C (or 0x50DB6C) is known color: Emerald. HEX triplet: 50, DB and 6C. RGB value is (80,219,108). Sum of RGB (Red+Green+Blue) = 80+219+108=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB6C is #AF2493. Grayscale: #A5A5A5. Windows color (decimal): -11478164 or 7134032. OLE color: 7134032.
HSL color Cylindrical-coordinate representation of color #50DB6C: hue angle of 132.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DB6C is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 108 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.14 |
| HSL | 132.09º | 0.66% | 0.59% | - |
| HSV(B) | 132.09º | 0.63% | 0.86% | - |
| XYZ | 31.35 | 53.45 | 22.85 | - |
| YUV | 164.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 108 | 0.63 | 0 | 0.51 | 0.14 | 132.09 | 0.66 | 0.59 |
| Hex | 50 | DB | 6C | 3F | 0 | 33 | E | 84 | 42 | 3B |
| Octal | 120 | 333 | 154 | 77 | 0 | 63 | 16 | 204 | 102 | 73 |
| Binary | 1010000 | 11011011 | 1101100 | 111111 | 0 | 110011 | 1110 | 10000100 | 1000010 | 111011 |
Color Harmonies of #50DB6C
Complementary color
Monochromatic Colors of #50DB6C
Black with #50DB6C
Text Example
Text Example
White with #50DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB6C; }
p { color: rgb(80,219,108); }
H1.HeaderClassName
{
color: #50DB6C;
}
.AnyTagClassName
{
color: #50DB6C;
}
</style>
background-color css
<style>
a { background-color: #50DB6C; }
a { background-color: rgb(80,219,108); }
div.DivClassName
{
background-color: #50DB6C;
}
.BgClassName
{
background-color: #50DB6C;
}
</style>
border-color css
<style>
span { border-color: #50DB6C; }
span { border-color: rgb(80,219,108); }
td.TdClassName
{
border-color: #50DB6C;
}
.TagClassName
{
border-color: #50DB6C;
}
</style>