Shades of Emerald #51D585
Tints of Emerald #51D585
RGB
CMYK
RGB Variations
Color information
#51D585 (or 0x51D585) is known color: Emerald. HEX triplet: 51, D5 and 85. RGB value is (81,213,133). Sum of RGB (Red+Green+Blue) = 81+213+133=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #51D585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D585 is #AE2A7A. Grayscale: #A4A4A4. Windows color (decimal): -11414139 or 8770897. OLE color: 8770897.
HSL color Cylindrical-coordinate representation of color #51D585: hue angle of 143.64º degrees, saturation: 0.61, 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 #51D585 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 213 | 133 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.16 |
| HSL | 143.64º | 0.61% | 0.58% | - |
| HSV(B) | 143.64º | 0.62% | 0.84% | - |
| XYZ | 31.42 | 51.03 | 30.38 | - |
| YUV | 164.41 | 110.27 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 213 | 133 | 0.62 | 0 | 0.38 | 0.16 | 143.64 | 0.61 | 0.58 |
| Hex | 51 | D5 | 85 | 3E | 0 | 26 | 10 | 90 | 3D | 3A |
| Octal | 121 | 325 | 205 | 76 | 0 | 46 | 20 | 220 | 75 | 72 |
| Binary | 1010001 | 11010101 | 10000101 | 111110 | 0 | 100110 | 10000 | 10010000 | 111101 | 111010 |
Color Harmonies of #51D585
Complementary color
Monochromatic Colors of #51D585
Black with #51D585
Text Example
Text Example
White with #51D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D585; }
p { color: rgb(81,213,133); }
H1.HeaderClassName
{
color: #51D585;
}
.AnyTagClassName
{
color: #51D585;
}
</style>
background-color css
<style>
a { background-color: #51D585; }
a { background-color: rgb(81,213,133); }
div.DivClassName
{
background-color: #51D585;
}
.BgClassName
{
background-color: #51D585;
}
</style>
border-color css
<style>
span { border-color: #51D585; }
span { border-color: rgb(81,213,133); }
td.TdClassName
{
border-color: #51D585;
}
.TagClassName
{
border-color: #51D585;
}
</style>