Shades of Emerald #51DC7B
Tints of Emerald #51DC7B
RGB
CMYK
RGB Variations
Color information
#51DC7B (or 0x51DC7B) is known color: Emerald. HEX triplet: 51, DC and 7B. RGB value is (81,220,123). Sum of RGB (Red+Green+Blue) = 81+220+123=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #51DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DC7B is #AE2384. Grayscale: #A7A7A7. Windows color (decimal): -11412357 or 8117329. OLE color: 8117329.
HSL color Cylindrical-coordinate representation of color #51DC7B: hue angle of 138.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DC7B is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 123 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.14 |
| HSL | 138.13º | 0.67% | 0.59% | - |
| HSV(B) | 138.13º | 0.63% | 0.86% | - |
| XYZ | 32.56 | 54.37 | 27.52 | - |
| YUV | 167.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 123 | 0.63 | 0 | 0.44 | 0.14 | 138.13 | 0.67 | 0.59 |
| Hex | 51 | DC | 7B | 3F | 0 | 2C | E | 8A | 43 | 3B |
| Octal | 121 | 334 | 173 | 77 | 0 | 54 | 16 | 212 | 103 | 73 |
| Binary | 1010001 | 11011100 | 1111011 | 111111 | 0 | 101100 | 1110 | 10001010 | 1000011 | 111011 |
Color Harmonies of #51DC7B
Complementary color
Monochromatic Colors of #51DC7B
Black with #51DC7B
Text Example
Text Example
White with #51DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DC7B; }
p { color: rgb(81,220,123); }
H1.HeaderClassName
{
color: #51DC7B;
}
.AnyTagClassName
{
color: #51DC7B;
}
</style>
background-color css
<style>
a { background-color: #51DC7B; }
a { background-color: rgb(81,220,123); }
div.DivClassName
{
background-color: #51DC7B;
}
.BgClassName
{
background-color: #51DC7B;
}
</style>
border-color css
<style>
span { border-color: #51DC7B; }
span { border-color: rgb(81,220,123); }
td.TdClassName
{
border-color: #51DC7B;
}
.TagClassName
{
border-color: #51DC7B;
}
</style>