Shades of Emerald #50CA69
Tints of Emerald #50CA69
RGB
CMYK
RGB Variations
Color information
#50CA69 (or 0x50CA69) is known color: Emerald. HEX triplet: 50, CA and 69. RGB value is (80,202,105). Sum of RGB (Red+Green+Blue) = 80+202+105=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA69 is #AF3596. Grayscale: #9A9A9A. Windows color (decimal): -11482519 or 6933072. OLE color: 6933072.
HSL color Cylindrical-coordinate representation of color #50CA69: hue angle of 132.3º 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 #50CA69 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 105 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.21 |
| HSL | 132.3º | 0.54% | 0.55% | - |
| HSV(B) | 132.3º | 0.6% | 0.79% | - |
| XYZ | 26.98 | 44.97 | 20.62 | - |
| YUV | 154.46 | 100.08 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 105 | 0.60 | 0 | 0.48 | 0.21 | 132.3 | 0.54 | 0.55 |
| Hex | 50 | CA | 69 | 3C | 0 | 30 | 15 | 84 | 36 | 37 |
| Octal | 120 | 312 | 151 | 74 | 0 | 60 | 25 | 204 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1101001 | 111100 | 0 | 110000 | 10101 | 10000100 | 110110 | 110111 |
Color Harmonies of #50CA69
Complementary color
Monochromatic Colors of #50CA69
Black with #50CA69
Text Example
Text Example
White with #50CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA69; }
p { color: rgb(80,202,105); }
H1.HeaderClassName
{
color: #50CA69;
}
.AnyTagClassName
{
color: #50CA69;
}
</style>
background-color css
<style>
a { background-color: #50CA69; }
a { background-color: rgb(80,202,105); }
div.DivClassName
{
background-color: #50CA69;
}
.BgClassName
{
background-color: #50CA69;
}
</style>
border-color css
<style>
span { border-color: #50CA69; }
span { border-color: rgb(80,202,105); }
td.TdClassName
{
border-color: #50CA69;
}
.TagClassName
{
border-color: #50CA69;
}
</style>