Shades of Emerald #51DC5A
Tints of Emerald #51DC5A
RGB
CMYK
RGB Variations
Color information
#51DC5A (or 0x51DC5A) is known color: Emerald. HEX triplet: 51, DC and 5A. RGB value is (81,220,90). Sum of RGB (Red+Green+Blue) = 81+220+90=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #51DC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DC5A is #AE23A5. Grayscale: #A4A4A4. Windows color (decimal): -11412390 or 5954641. OLE color: 5954641.
HSL color Cylindrical-coordinate representation of color #51DC5A: hue angle of 123.88º 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 #51DC5A is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 90 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.14 |
| HSL | 123.88º | 0.67% | 0.59% | - |
| HSV(B) | 123.88º | 0.63% | 0.86% | - |
| XYZ | 30.83 | 53.67 | 18.41 | - |
| YUV | 163.62 | 86.45 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 90 | 0.63 | 0 | 0.59 | 0.14 | 123.88 | 0.67 | 0.59 |
| Hex | 51 | DC | 5A | 3F | 0 | 3B | E | 7C | 43 | 3B |
| Octal | 121 | 334 | 132 | 77 | 0 | 73 | 16 | 174 | 103 | 73 |
| Binary | 1010001 | 11011100 | 1011010 | 111111 | 0 | 111011 | 1110 | 1111100 | 1000011 | 111011 |
Color Harmonies of #51DC5A
Complementary color
Monochromatic Colors of #51DC5A
Black with #51DC5A
Text Example
Text Example
White with #51DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DC5A; }
p { color: rgb(81,220,90); }
H1.HeaderClassName
{
color: #51DC5A;
}
.AnyTagClassName
{
color: #51DC5A;
}
</style>
background-color css
<style>
a { background-color: #51DC5A; }
a { background-color: rgb(81,220,90); }
div.DivClassName
{
background-color: #51DC5A;
}
.BgClassName
{
background-color: #51DC5A;
}
</style>
border-color css
<style>
span { border-color: #51DC5A; }
span { border-color: rgb(81,220,90); }
td.TdClassName
{
border-color: #51DC5A;
}
.TagClassName
{
border-color: #51DC5A;
}
</style>