Shades of Emerald #51DF64
Tints of Emerald #51DF64
RGB
CMYK
RGB Variations
Color information
#51DF64 (or 0x51DF64) is known color: Emerald. HEX triplet: 51, DF and 64. RGB value is (81,223,100). Sum of RGB (Red+Green+Blue) = 81+223+100=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DF64 is #AE209B. Grayscale: #A6A6A6. Windows color (decimal): -11411612 or 6610769. OLE color: 6610769.
HSL color Cylindrical-coordinate representation of color #51DF64: hue angle of 128.03º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DF64 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 100 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.13 |
| HSL | 128.03º | 0.69% | 0.6% | - |
| HSV(B) | 128.03º | 0.64% | 0.87% | - |
| XYZ | 32.08 | 55.44 | 21.07 | - |
| YUV | 166.52 | 90.46 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 100 | 0.64 | 0 | 0.55 | 0.13 | 128.03 | 0.69 | 0.6 |
| Hex | 51 | DF | 64 | 40 | 0 | 37 | D | 80 | 45 | 3C |
| Octal | 121 | 337 | 144 | 100 | 0 | 67 | 15 | 200 | 105 | 74 |
| Binary | 1010001 | 11011111 | 1100100 | 1000000 | 0 | 110111 | 1101 | 10000000 | 1000101 | 111100 |
Color Harmonies of #51DF64
Complementary color
Monochromatic Colors of #51DF64
Black with #51DF64
Text Example
Text Example
White with #51DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DF64; }
p { color: rgb(81,223,100); }
H1.HeaderClassName
{
color: #51DF64;
}
.AnyTagClassName
{
color: #51DF64;
}
</style>
background-color css
<style>
a { background-color: #51DF64; }
a { background-color: rgb(81,223,100); }
div.DivClassName
{
background-color: #51DF64;
}
.BgClassName
{
background-color: #51DF64;
}
</style>
border-color css
<style>
span { border-color: #51DF64; }
span { border-color: rgb(81,223,100); }
td.TdClassName
{
border-color: #51DF64;
}
.TagClassName
{
border-color: #51DF64;
}
</style>