Shades of Emerald #50CE6B
Tints of Emerald #50CE6B
RGB
CMYK
RGB Variations
Color information
#50CE6B (or 0x50CE6B) is known color: Emerald. HEX triplet: 50, CE and 6B. RGB value is (80,206,107). Sum of RGB (Red+Green+Blue) = 80+206+107=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE6B is #AF3194. Grayscale: #9D9D9D. Windows color (decimal): -11481493 or 7065168. OLE color: 7065168.
HSL color Cylindrical-coordinate representation of color #50CE6B: hue angle of 132.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 #50CE6B is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 107 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.19 |
| HSL | 132.86º | 0.56% | 0.56% | - |
| HSV(B) | 132.86º | 0.61% | 0.81% | - |
| XYZ | 28.03 | 46.91 | 21.49 | - |
| YUV | 157.04 | 99.76 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 107 | 0.61 | 0 | 0.48 | 0.19 | 132.86 | 0.56 | 0.56 |
| Hex | 50 | CE | 6B | 3D | 0 | 30 | 13 | 85 | 38 | 38 |
| Octal | 120 | 316 | 153 | 75 | 0 | 60 | 23 | 205 | 70 | 70 |
| Binary | 1010000 | 11001110 | 1101011 | 111101 | 0 | 110000 | 10011 | 10000101 | 111000 | 111000 |
Color Harmonies of #50CE6B
Complementary color
Monochromatic Colors of #50CE6B
Black with #50CE6B
Text Example
Text Example
White with #50CE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE6B; }
p { color: rgb(80,206,107); }
H1.HeaderClassName
{
color: #50CE6B;
}
.AnyTagClassName
{
color: #50CE6B;
}
</style>
background-color css
<style>
a { background-color: #50CE6B; }
a { background-color: rgb(80,206,107); }
div.DivClassName
{
background-color: #50CE6B;
}
.BgClassName
{
background-color: #50CE6B;
}
</style>
border-color css
<style>
span { border-color: #50CE6B; }
span { border-color: rgb(80,206,107); }
td.TdClassName
{
border-color: #50CE6B;
}
.TagClassName
{
border-color: #50CE6B;
}
</style>