Shades of Emerald #50CF8C
Tints of Emerald #50CF8C
RGB
CMYK
RGB Variations
Color information
#50CF8C (or 0x50CF8C) is known color: Emerald. HEX triplet: 50, CF and 8C. RGB value is (80,207,140). Sum of RGB (Red+Green+Blue) = 80+207+140=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CF8C is #AF3073. Grayscale: #A1A1A1. Windows color (decimal): -11481204 or 9228112. OLE color: 9228112.
HSL color Cylindrical-coordinate representation of color #50CF8C: hue angle of 148.35º degrees, saturation: 0.57, 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 #50CF8C is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 140 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.19 |
| HSL | 148.35º | 0.57% | 0.56% | - |
| HSV(B) | 148.35º | 0.61% | 0.81% | - |
| XYZ | 30.35 | 48.22 | 32.52 | - |
| YUV | 161.39 | 115.92 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 140 | 0.61 | 0 | 0.32 | 0.19 | 148.35 | 0.57 | 0.56 |
| Hex | 50 | CF | 8C | 3D | 0 | 20 | 13 | 94 | 39 | 38 |
| Octal | 120 | 317 | 214 | 75 | 0 | 40 | 23 | 224 | 71 | 70 |
| Binary | 1010000 | 11001111 | 10001100 | 111101 | 0 | 100000 | 10011 | 10010100 | 111001 | 111000 |
Color Harmonies of #50CF8C
Complementary color
Monochromatic Colors of #50CF8C
Black with #50CF8C
Text Example
Text Example
White with #50CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF8C; }
p { color: rgb(80,207,140); }
H1.HeaderClassName
{
color: #50CF8C;
}
.AnyTagClassName
{
color: #50CF8C;
}
</style>
background-color css
<style>
a { background-color: #50CF8C; }
a { background-color: rgb(80,207,140); }
div.DivClassName
{
background-color: #50CF8C;
}
.BgClassName
{
background-color: #50CF8C;
}
</style>
border-color css
<style>
span { border-color: #50CF8C; }
span { border-color: rgb(80,207,140); }
td.TdClassName
{
border-color: #50CF8C;
}
.TagClassName
{
border-color: #50CF8C;
}
</style>