Shades of Emerald #50CA85
Tints of Emerald #50CA85
RGB
CMYK
RGB Variations
Color information
#50CA85 (or 0x50CA85) is known color: Emerald. HEX triplet: 50, CA and 85. RGB value is (80,202,133). Sum of RGB (Red+Green+Blue) = 80+202+133=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA85 is #AF357A. Grayscale: #9D9D9D. Windows color (decimal): -11482491 or 8768080. OLE color: 8768080.
HSL color Cylindrical-coordinate representation of color #50CA85: hue angle of 146.07º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA85 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 133 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.21 |
| HSL | 146.07º | 0.54% | 0.55% | - |
| HSV(B) | 146.07º | 0.6% | 0.79% | - |
| XYZ | 28.66 | 45.64 | 29.49 | - |
| YUV | 157.66 | 114.08 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 133 | 0.60 | 0 | 0.34 | 0.21 | 146.07 | 0.54 | 0.55 |
| Hex | 50 | CA | 85 | 3C | 0 | 22 | 15 | 92 | 36 | 37 |
| Octal | 120 | 312 | 205 | 74 | 0 | 42 | 25 | 222 | 66 | 67 |
| Binary | 1010000 | 11001010 | 10000101 | 111100 | 0 | 100010 | 10101 | 10010010 | 110110 | 110111 |
Color Harmonies of #50CA85
Complementary color
Monochromatic Colors of #50CA85
Black with #50CA85
Text Example
Text Example
White with #50CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA85; }
p { color: rgb(80,202,133); }
H1.HeaderClassName
{
color: #50CA85;
}
.AnyTagClassName
{
color: #50CA85;
}
</style>
background-color css
<style>
a { background-color: #50CA85; }
a { background-color: rgb(80,202,133); }
div.DivClassName
{
background-color: #50CA85;
}
.BgClassName
{
background-color: #50CA85;
}
</style>
border-color css
<style>
span { border-color: #50CA85; }
span { border-color: rgb(80,202,133); }
td.TdClassName
{
border-color: #50CA85;
}
.TagClassName
{
border-color: #50CA85;
}
</style>