Shades of Emerald #51D68B
Tints of Emerald #51D68B
RGB
CMYK
RGB Variations
Color information
#51D68B (or 0x51D68B) is known color: Emerald. HEX triplet: 51, D6 and 8B. RGB value is (81,214,139). Sum of RGB (Red+Green+Blue) = 81+214+139=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #51D68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D68B is #AE2974. Grayscale: #A5A5A5. Windows color (decimal): -11413877 or 9164369. OLE color: 9164369.
HSL color Cylindrical-coordinate representation of color #51D68B: hue angle of 146.17º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D68B is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 214 | 139 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.16 |
| HSL | 146.17º | 0.62% | 0.58% | - |
| HSV(B) | 146.17º | 0.62% | 0.84% | - |
| XYZ | 32.1 | 51.71 | 32.71 | - |
| YUV | 165.68 | 112.94 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 214 | 139 | 0.62 | 0 | 0.35 | 0.16 | 146.17 | 0.62 | 0.58 |
| Hex | 51 | D6 | 8B | 3E | 0 | 23 | 10 | 92 | 3E | 3A |
| Octal | 121 | 326 | 213 | 76 | 0 | 43 | 20 | 222 | 76 | 72 |
| Binary | 1010001 | 11010110 | 10001011 | 111110 | 0 | 100011 | 10000 | 10010010 | 111110 | 111010 |
Color Harmonies of #51D68B
Complementary color
Monochromatic Colors of #51D68B
Black with #51D68B
Text Example
Text Example
White with #51D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D68B; }
p { color: rgb(81,214,139); }
H1.HeaderClassName
{
color: #51D68B;
}
.AnyTagClassName
{
color: #51D68B;
}
</style>
background-color css
<style>
a { background-color: #51D68B; }
a { background-color: rgb(81,214,139); }
div.DivClassName
{
background-color: #51D68B;
}
.BgClassName
{
background-color: #51D68B;
}
</style>
border-color css
<style>
span { border-color: #51D68B; }
span { border-color: rgb(81,214,139); }
td.TdClassName
{
border-color: #51D68B;
}
.TagClassName
{
border-color: #51D68B;
}
</style>