Shades of Emerald #50CB66
Tints of Emerald #50CB66
RGB
CMYK
RGB Variations
Color information
#50CB66 (or 0x50CB66) is known color: Emerald. HEX triplet: 50, CB and 66. RGB value is (80,203,102). Sum of RGB (Red+Green+Blue) = 80+203+102=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB66 is #AF3499. Grayscale: #9A9A9A. Windows color (decimal): -11482266 or 6736720. OLE color: 6736720.
HSL color Cylindrical-coordinate representation of color #50CB66: hue angle of 130.73º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB66 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 102 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.20 |
| HSL | 130.73º | 0.54% | 0.55% | - |
| HSV(B) | 130.73º | 0.61% | 0.8% | - |
| XYZ | 27.06 | 45.38 | 19.9 | - |
| YUV | 154.71 | 98.25 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 102 | 0.61 | 0 | 0.50 | 0.20 | 130.73 | 0.54 | 0.55 |
| Hex | 50 | CB | 66 | 3D | 0 | 32 | 14 | 83 | 36 | 37 |
| Octal | 120 | 313 | 146 | 75 | 0 | 62 | 24 | 203 | 66 | 67 |
| Binary | 1010000 | 11001011 | 1100110 | 111101 | 0 | 110010 | 10100 | 10000011 | 110110 | 110111 |
Color Harmonies of #50CB66
Complementary color
Monochromatic Colors of #50CB66
Black with #50CB66
Text Example
Text Example
White with #50CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB66; }
p { color: rgb(80,203,102); }
H1.HeaderClassName
{
color: #50CB66;
}
.AnyTagClassName
{
color: #50CB66;
}
</style>
background-color css
<style>
a { background-color: #50CB66; }
a { background-color: rgb(80,203,102); }
div.DivClassName
{
background-color: #50CB66;
}
.BgClassName
{
background-color: #50CB66;
}
</style>
border-color css
<style>
span { border-color: #50CB66; }
span { border-color: rgb(80,203,102); }
td.TdClassName
{
border-color: #50CB66;
}
.TagClassName
{
border-color: #50CB66;
}
</style>