Shades of Emerald #51DB92
Tints of Emerald #51DB92
RGB
CMYK
RGB Variations
Color information
#51DB92 (or 0x51DB92) is known color: Emerald. HEX triplet: 51, DB and 92. RGB value is (81,219,146). Sum of RGB (Red+Green+Blue) = 81+219+146=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #51DB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DB92 is #AE246D. Grayscale: #A9A9A9. Windows color (decimal): -11412590 or 9624401. OLE color: 9624401.
HSL color Cylindrical-coordinate representation of color #51DB92: hue angle of 148.26º degrees, saturation: 0.66, 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 #51DB92 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 146 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.14 |
| HSL | 148.26º | 0.66% | 0.59% | - |
| HSV(B) | 148.26º | 0.63% | 0.86% | - |
| XYZ | 33.91 | 54.49 | 35.92 | - |
| YUV | 169.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 146 | 0.63 | 0 | 0.33 | 0.14 | 148.26 | 0.66 | 0.59 |
| Hex | 51 | DB | 92 | 3F | 0 | 21 | E | 94 | 42 | 3B |
| Octal | 121 | 333 | 222 | 77 | 0 | 41 | 16 | 224 | 102 | 73 |
| Binary | 1010001 | 11011011 | 10010010 | 111111 | 0 | 100001 | 1110 | 10010100 | 1000010 | 111011 |
Color Harmonies of #51DB92
Complementary color
Monochromatic Colors of #51DB92
Black with #51DB92
Text Example
Text Example
White with #51DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DB92; }
p { color: rgb(81,219,146); }
H1.HeaderClassName
{
color: #51DB92;
}
.AnyTagClassName
{
color: #51DB92;
}
</style>
background-color css
<style>
a { background-color: #51DB92; }
a { background-color: rgb(81,219,146); }
div.DivClassName
{
background-color: #51DB92;
}
.BgClassName
{
background-color: #51DB92;
}
</style>
border-color css
<style>
span { border-color: #51DB92; }
span { border-color: rgb(81,219,146); }
td.TdClassName
{
border-color: #51DB92;
}
.TagClassName
{
border-color: #51DB92;
}
</style>