Shades of Emerald #50CA6F
Tints of Emerald #50CA6F
RGB
CMYK
RGB Variations
Color information
#50CA6F (or 0x50CA6F) is known color: Emerald. HEX triplet: 50, CA and 6F. RGB value is (80,202,111). Sum of RGB (Red+Green+Blue) = 80+202+111=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA6F is #AF3590. Grayscale: #9B9B9B. Windows color (decimal): -11482513 or 7326288. OLE color: 7326288.
HSL color Cylindrical-coordinate representation of color #50CA6F: hue angle of 135.25º 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 #50CA6F is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 111 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.21 |
| HSL | 135.25º | 0.54% | 0.55% | - |
| HSV(B) | 135.25º | 0.6% | 0.79% | - |
| XYZ | 27.3 | 45.09 | 22.3 | - |
| YUV | 155.15 | 103.08 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 111 | 0.60 | 0 | 0.45 | 0.21 | 135.25 | 0.54 | 0.55 |
| Hex | 50 | CA | 6F | 3C | 0 | 2D | 15 | 87 | 36 | 37 |
| Octal | 120 | 312 | 157 | 74 | 0 | 55 | 25 | 207 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1101111 | 111100 | 0 | 101101 | 10101 | 10000111 | 110110 | 110111 |
Color Harmonies of #50CA6F
Complementary color
Monochromatic Colors of #50CA6F
Black with #50CA6F
Text Example
Text Example
White with #50CA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA6F; }
p { color: rgb(80,202,111); }
H1.HeaderClassName
{
color: #50CA6F;
}
.AnyTagClassName
{
color: #50CA6F;
}
</style>
background-color css
<style>
a { background-color: #50CA6F; }
a { background-color: rgb(80,202,111); }
div.DivClassName
{
background-color: #50CA6F;
}
.BgClassName
{
background-color: #50CA6F;
}
</style>
border-color css
<style>
span { border-color: #50CA6F; }
span { border-color: rgb(80,202,111); }
td.TdClassName
{
border-color: #50CA6F;
}
.TagClassName
{
border-color: #50CA6F;
}
</style>