Shades of Emerald #51D37D
Tints of Emerald #51D37D
RGB
CMYK
RGB Variations
Color information
#51D37D (or 0x51D37D) is known color: Emerald. HEX triplet: 51, D3 and 7D. RGB value is (81,211,125). Sum of RGB (Red+Green+Blue) = 81+211+125=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #51D37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51D37D is #AE2C82. Grayscale: #A2A2A2. Windows color (decimal): -11414659 or 8246097. OLE color: 8246097.
HSL color Cylindrical-coordinate representation of color #51D37D: hue angle of 140.31º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D37D is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 211 | 125 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.17 |
| HSL | 140.31º | 0.6% | 0.57% | - |
| HSV(B) | 140.31º | 0.62% | 0.83% | - |
| XYZ | 30.39 | 49.82 | 27.42 | - |
| YUV | 162.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 125 | 0.62 | 0 | 0.41 | 0.17 | 140.31 | 0.6 | 0.57 |
| Hex | 51 | D3 | 7D | 3E | 0 | 29 | 11 | 8C | 3C | 39 |
| Octal | 121 | 323 | 175 | 76 | 0 | 51 | 21 | 214 | 74 | 71 |
| Binary | 1010001 | 11010011 | 1111101 | 111110 | 0 | 101001 | 10001 | 10001100 | 111100 | 111001 |
Color Harmonies of #51D37D
Complementary color
Monochromatic Colors of #51D37D
Black with #51D37D
Text Example
Text Example
White with #51D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D37D; }
p { color: rgb(81,211,125); }
H1.HeaderClassName
{
color: #51D37D;
}
.AnyTagClassName
{
color: #51D37D;
}
</style>
background-color css
<style>
a { background-color: #51D37D; }
a { background-color: rgb(81,211,125); }
div.DivClassName
{
background-color: #51D37D;
}
.BgClassName
{
background-color: #51D37D;
}
</style>
border-color css
<style>
span { border-color: #51D37D; }
span { border-color: rgb(81,211,125); }
td.TdClassName
{
border-color: #51D37D;
}
.TagClassName
{
border-color: #51D37D;
}
</style>