Shades of Emerald #50F385
Tints of Emerald #50F385
RGB
CMYK
RGB Variations
Color information
#50F385 (or 0x50F385) is known color: Emerald. HEX triplet: 50, F3 and 85. RGB value is (80,243,133). Sum of RGB (Red+Green+Blue) = 80+243+133=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #50F385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F385 is #AF0C7A. Grayscale: #B6B6B6. Windows color (decimal): -11471995 or 8778576. OLE color: 8778576.
HSL color Cylindrical-coordinate representation of color #50F385: hue angle of 139.51º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F385 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 133 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.05 |
| HSL | 139.51º | 0.87% | 0.63% | - |
| HSV(B) | 139.51º | 0.67% | 0.95% | - |
| XYZ | 39.59 | 67.5 | 33.13 | - |
| YUV | 181.72 | 100.5 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 133 | 0.67 | 0 | 0.45 | 0.05 | 139.51 | 0.87 | 0.63 |
| Hex | 50 | F3 | 85 | 43 | 0 | 2D | 5 | 8C | 57 | 3F |
| Octal | 120 | 363 | 205 | 103 | 0 | 55 | 5 | 214 | 127 | 77 |
| Binary | 1010000 | 11110011 | 10000101 | 1000011 | 0 | 101101 | 101 | 10001100 | 1010111 | 111111 |
Color Harmonies of #50F385
Complementary color
Monochromatic Colors of #50F385
Black with #50F385
Text Example
Text Example
White with #50F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F385; }
p { color: rgb(80,243,133); }
H1.HeaderClassName
{
color: #50F385;
}
.AnyTagClassName
{
color: #50F385;
}
</style>
background-color css
<style>
a { background-color: #50F385; }
a { background-color: rgb(80,243,133); }
div.DivClassName
{
background-color: #50F385;
}
.BgClassName
{
background-color: #50F385;
}
</style>
border-color css
<style>
span { border-color: #50F385; }
span { border-color: rgb(80,243,133); }
td.TdClassName
{
border-color: #50F385;
}
.TagClassName
{
border-color: #50F385;
}
</style>