Shades of Emerald #50CF63
Tints of Emerald #50CF63
RGB
CMYK
RGB Variations
Color information
#50CF63 (or 0x50CF63) is known color: Emerald. HEX triplet: 50, CF and 63. RGB value is (80,207,99). Sum of RGB (Red+Green+Blue) = 80+207+99=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF63 is #AF309C. Grayscale: #9D9D9D. Windows color (decimal): -11481245 or 6541136. OLE color: 6541136.
HSL color Cylindrical-coordinate representation of color #50CF63: hue angle of 128.98º 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 #50CF63 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 99 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.19 |
| HSL | 128.98º | 0.57% | 0.56% | - |
| HSV(B) | 128.98º | 0.61% | 0.81% | - |
| XYZ | 27.87 | 47.23 | 19.45 | - |
| YUV | 156.72 | 95.42 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 99 | 0.61 | 0 | 0.52 | 0.19 | 128.98 | 0.57 | 0.56 |
| Hex | 50 | CF | 63 | 3D | 0 | 34 | 13 | 81 | 39 | 38 |
| Octal | 120 | 317 | 143 | 75 | 0 | 64 | 23 | 201 | 71 | 70 |
| Binary | 1010000 | 11001111 | 1100011 | 111101 | 0 | 110100 | 10011 | 10000001 | 111001 | 111000 |
Color Harmonies of #50CF63
Complementary color
Monochromatic Colors of #50CF63
Black with #50CF63
Text Example
Text Example
White with #50CF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF63; }
p { color: rgb(80,207,99); }
H1.HeaderClassName
{
color: #50CF63;
}
.AnyTagClassName
{
color: #50CF63;
}
</style>
background-color css
<style>
a { background-color: #50CF63; }
a { background-color: rgb(80,207,99); }
div.DivClassName
{
background-color: #50CF63;
}
.BgClassName
{
background-color: #50CF63;
}
</style>
border-color css
<style>
span { border-color: #50CF63; }
span { border-color: rgb(80,207,99); }
td.TdClassName
{
border-color: #50CF63;
}
.TagClassName
{
border-color: #50CF63;
}
</style>