Shades of Emerald #50CF7B
Tints of Emerald #50CF7B
RGB
CMYK
RGB Variations
Color information
#50CF7B (or 0x50CF7B) is known color: Emerald. HEX triplet: 50, CF and 7B. RGB value is (80,207,123). Sum of RGB (Red+Green+Blue) = 80+207+123=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF7B is #AF3084. Grayscale: #9F9F9F. Windows color (decimal): -11481221 or 8114000. OLE color: 8114000.
HSL color Cylindrical-coordinate representation of color #50CF7B: hue angle of 140.31º 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 #50CF7B is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 123 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.19 |
| HSL | 140.32º | 0.57% | 0.56% | - |
| HSV(B) | 140.32º | 0.61% | 0.81% | - |
| XYZ | 29.2 | 47.76 | 26.42 | - |
| YUV | 159.45 | 107.42 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 123 | 0.61 | 0 | 0.41 | 0.19 | 140.32 | 0.57 | 0.56 |
| Hex | 50 | CF | 7B | 3D | 0 | 29 | 13 | 8C | 39 | 38 |
| Octal | 120 | 317 | 173 | 75 | 0 | 51 | 23 | 214 | 71 | 70 |
| Binary | 1010000 | 11001111 | 1111011 | 111101 | 0 | 101001 | 10011 | 10001100 | 111001 | 111000 |
Color Harmonies of #50CF7B
Complementary color
Monochromatic Colors of #50CF7B
Black with #50CF7B
Text Example
Text Example
White with #50CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF7B; }
p { color: rgb(80,207,123); }
H1.HeaderClassName
{
color: #50CF7B;
}
.AnyTagClassName
{
color: #50CF7B;
}
</style>
background-color css
<style>
a { background-color: #50CF7B; }
a { background-color: rgb(80,207,123); }
div.DivClassName
{
background-color: #50CF7B;
}
.BgClassName
{
background-color: #50CF7B;
}
</style>
border-color css
<style>
span { border-color: #50CF7B; }
span { border-color: rgb(80,207,123); }
td.TdClassName
{
border-color: #50CF7B;
}
.TagClassName
{
border-color: #50CF7B;
}
</style>