Shades of Emerald #50DB65
Tints of Emerald #50DB65
RGB
CMYK
RGB Variations
Color information
#50DB65 (or 0x50DB65) is known color: Emerald. HEX triplet: 50, DB and 65. RGB value is (80,219,101). Sum of RGB (Red+Green+Blue) = 80+219+101=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB65 is #AF249A. Grayscale: #A4A4A4. Windows color (decimal): -11478171 or 6675280. OLE color: 6675280.
HSL color Cylindrical-coordinate representation of color #50DB65: hue angle of 129.06º 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 #50DB65 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 101 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.14 |
| HSL | 129.06º | 0.66% | 0.59% | - |
| HSV(B) | 129.06º | 0.63% | 0.86% | - |
| XYZ | 30.99 | 53.31 | 20.97 | - |
| YUV | 163.99 | 92.45 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 101 | 0.63 | 0 | 0.54 | 0.14 | 129.06 | 0.66 | 0.59 |
| Hex | 50 | DB | 65 | 3F | 0 | 36 | E | 81 | 42 | 3B |
| Octal | 120 | 333 | 145 | 77 | 0 | 66 | 16 | 201 | 102 | 73 |
| Binary | 1010000 | 11011011 | 1100101 | 111111 | 0 | 110110 | 1110 | 10000001 | 1000010 | 111011 |
Color Harmonies of #50DB65
Complementary color
Monochromatic Colors of #50DB65
Black with #50DB65
Text Example
Text Example
White with #50DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB65; }
p { color: rgb(80,219,101); }
H1.HeaderClassName
{
color: #50DB65;
}
.AnyTagClassName
{
color: #50DB65;
}
</style>
background-color css
<style>
a { background-color: #50DB65; }
a { background-color: rgb(80,219,101); }
div.DivClassName
{
background-color: #50DB65;
}
.BgClassName
{
background-color: #50DB65;
}
</style>
border-color css
<style>
span { border-color: #50DB65; }
span { border-color: rgb(80,219,101); }
td.TdClassName
{
border-color: #50DB65;
}
.TagClassName
{
border-color: #50DB65;
}
</style>