Shades of Emerald #51D467
Tints of Emerald #51D467
RGB
CMYK
RGB Variations
Color information
#51D467 (or 0x51D467) is known color: Emerald. HEX triplet: 51, D4 and 67. RGB value is (81,212,103). Sum of RGB (Red+Green+Blue) = 81+212+103=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #51D467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51D467 is #AE2B98. Grayscale: #A0A0A0. Windows color (decimal): -11414425 or 6804561. OLE color: 6804561.
HSL color Cylindrical-coordinate representation of color #51D467: hue angle of 130.08º 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 #51D467 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 212 | 103 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.17 |
| HSL | 130.08º | 0.6% | 0.57% | - |
| HSV(B) | 130.08º | 0.62% | 0.83% | - |
| XYZ | 29.39 | 49.82 | 20.9 | - |
| YUV | 160.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 212 | 103 | 0.62 | 0 | 0.51 | 0.17 | 130.08 | 0.6 | 0.57 |
| Hex | 51 | D4 | 67 | 3E | 0 | 33 | 11 | 82 | 3C | 39 |
| Octal | 121 | 324 | 147 | 76 | 0 | 63 | 21 | 202 | 74 | 71 |
| Binary | 1010001 | 11010100 | 1100111 | 111110 | 0 | 110011 | 10001 | 10000010 | 111100 | 111001 |
Color Harmonies of #51D467
Complementary color
Monochromatic Colors of #51D467
Black with #51D467
Text Example
Text Example
White with #51D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D467; }
p { color: rgb(81,212,103); }
H1.HeaderClassName
{
color: #51D467;
}
.AnyTagClassName
{
color: #51D467;
}
</style>
background-color css
<style>
a { background-color: #51D467; }
a { background-color: rgb(81,212,103); }
div.DivClassName
{
background-color: #51D467;
}
.BgClassName
{
background-color: #51D467;
}
</style>
border-color css
<style>
span { border-color: #51D467; }
span { border-color: rgb(81,212,103); }
td.TdClassName
{
border-color: #51D467;
}
.TagClassName
{
border-color: #51D467;
}
</style>