Shades of Emerald #50DB75
Tints of Emerald #50DB75
RGB
CMYK
RGB Variations
Color information
#50DB75 (or 0x50DB75) is known color: Emerald. HEX triplet: 50, DB and 75. RGB value is (80,219,117). Sum of RGB (Red+Green+Blue) = 80+219+117=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB75 is #AF248A. Grayscale: #A6A6A6. Windows color (decimal): -11478155 or 7723856. OLE color: 7723856.
HSL color Cylindrical-coordinate representation of color #50DB75: hue angle of 135.97º 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 #50DB75 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 117 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.14 |
| HSL | 135.97º | 0.66% | 0.59% | - |
| HSV(B) | 135.97º | 0.63% | 0.86% | - |
| XYZ | 31.85 | 53.65 | 25.51 | - |
| YUV | 165.81 | 100.45 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 117 | 0.63 | 0 | 0.47 | 0.14 | 135.97 | 0.66 | 0.59 |
| Hex | 50 | DB | 75 | 3F | 0 | 2F | E | 88 | 42 | 3B |
| Octal | 120 | 333 | 165 | 77 | 0 | 57 | 16 | 210 | 102 | 73 |
| Binary | 1010000 | 11011011 | 1110101 | 111111 | 0 | 101111 | 1110 | 10001000 | 1000010 | 111011 |
Color Harmonies of #50DB75
Complementary color
Monochromatic Colors of #50DB75
Black with #50DB75
Text Example
Text Example
White with #50DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB75; }
p { color: rgb(80,219,117); }
H1.HeaderClassName
{
color: #50DB75;
}
.AnyTagClassName
{
color: #50DB75;
}
</style>
background-color css
<style>
a { background-color: #50DB75; }
a { background-color: rgb(80,219,117); }
div.DivClassName
{
background-color: #50DB75;
}
.BgClassName
{
background-color: #50DB75;
}
</style>
border-color css
<style>
span { border-color: #50DB75; }
span { border-color: rgb(80,219,117); }
td.TdClassName
{
border-color: #50DB75;
}
.TagClassName
{
border-color: #50DB75;
}
</style>