Shades of Emerald #5DD672
Tints of Emerald #5DD672
RGB
CMYK
RGB Variations
Color information
#5DD672 (or 0x5DD672) is known color: Emerald. HEX triplet: 5D, D6 and 72. RGB value is (93,214,114). Sum of RGB (Red+Green+Blue) = 93+214+114=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD672 is #A2298D. Grayscale: #A6A6A6. Windows color (decimal): -10627470 or 7525981. OLE color: 7525981.
HSL color Cylindrical-coordinate representation of color #5DD672: hue angle of 130.41º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD672 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 114 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.16 |
| HSL | 130.41º | 0.6% | 0.6% | - |
| HSV(B) | 130.41º | 0.57% | 0.84% | - |
| XYZ | 31.6 | 51.64 | 24.22 | - |
| YUV | 166.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 114 | 0.57 | 0 | 0.47 | 0.16 | 130.41 | 0.6 | 0.6 |
| Hex | 5D | D6 | 72 | 39 | 0 | 2F | 10 | 82 | 3C | 3C |
| Octal | 135 | 326 | 162 | 71 | 0 | 57 | 20 | 202 | 74 | 74 |
| Binary | 1011101 | 11010110 | 1110010 | 111001 | 0 | 101111 | 10000 | 10000010 | 111100 | 111100 |
Color Harmonies of #5DD672
Complementary color
Monochromatic Colors of #5DD672
Black with #5DD672
Text Example
Text Example
White with #5DD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD672; }
p { color: rgb(93,214,114); }
H1.HeaderClassName
{
color: #5DD672;
}
.AnyTagClassName
{
color: #5DD672;
}
</style>
background-color css
<style>
a { background-color: #5DD672; }
a { background-color: rgb(93,214,114); }
div.DivClassName
{
background-color: #5DD672;
}
.BgClassName
{
background-color: #5DD672;
}
</style>
border-color css
<style>
span { border-color: #5DD672; }
span { border-color: rgb(93,214,114); }
td.TdClassName
{
border-color: #5DD672;
}
.TagClassName
{
border-color: #5DD672;
}
</style>