Shades of Emerald #50CC74
Tints of Emerald #50CC74
RGB
CMYK
RGB Variations
Color information
#50CC74 (or 0x50CC74) is known color: Emerald. HEX triplet: 50, CC and 74. RGB value is (80,204,116). Sum of RGB (Red+Green+Blue) = 80+204+116=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CC74 is #AF338B. Grayscale: #9D9D9D. Windows color (decimal): -11481996 or 7654480. OLE color: 7654480.
HSL color Cylindrical-coordinate representation of color #50CC74: hue angle of 137.42º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC74 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 116 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.2 |
| HSL | 137.42º | 0.55% | 0.56% | - |
| HSV(B) | 137.42º | 0.61% | 0.8% | - |
| XYZ | 28.05 | 46.15 | 23.95 | - |
| YUV | 156.89 | 104.92 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 116 | 0.61 | 0 | 0.43 | 0.2 | 137.42 | 0.55 | 0.56 |
| Hex | 50 | CC | 74 | 3D | 0 | 2B | 14 | 89 | 37 | 38 |
| Octal | 120 | 314 | 164 | 75 | 0 | 53 | 24 | 211 | 67 | 70 |
| Binary | 1010000 | 11001100 | 1110100 | 111101 | 0 | 101011 | 10100 | 10001001 | 110111 | 111000 |
Color Harmonies of #50CC74
Complementary color
Monochromatic Colors of #50CC74
Black with #50CC74
Text Example
Text Example
White with #50CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CC74; }
p { color: rgb(80,204,116); }
H1.HeaderClassName
{
color: #50CC74;
}
.AnyTagClassName
{
color: #50CC74;
}
</style>
background-color css
<style>
a { background-color: #50CC74; }
a { background-color: rgb(80,204,116); }
div.DivClassName
{
background-color: #50CC74;
}
.BgClassName
{
background-color: #50CC74;
}
</style>
border-color css
<style>
span { border-color: #50CC74; }
span { border-color: rgb(80,204,116); }
td.TdClassName
{
border-color: #50CC74;
}
.TagClassName
{
border-color: #50CC74;
}
</style>