Shades of Emerald #5DF08D
Tints of Emerald #5DF08D
RGB
CMYK
RGB Variations
Color information
#5DF08D (or 0x5DF08D) is known color: Emerald. HEX triplet: 5D, F0 and 8D. RGB value is (93,240,141). Sum of RGB (Red+Green+Blue) = 93+240+141=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF08D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF08D is #A20F72. Grayscale: #B9B9B9. Windows color (decimal): -10620787 or 9302109. OLE color: 9302109.
HSL color Cylindrical-coordinate representation of color #5DF08D: hue angle of 139.59º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF08D is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 141 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.06 |
| HSL | 139.59º | 0.83% | 0.65% | - |
| HSV(B) | 139.59º | 0.61% | 0.94% | - |
| XYZ | 40.48 | 66.57 | 35.92 | - |
| YUV | 184.76 | 103.3 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 141 | 0.61 | 0 | 0.41 | 0.06 | 139.59 | 0.83 | 0.65 |
| Hex | 5D | F0 | 8D | 3D | 0 | 29 | 6 | 8C | 53 | 41 |
| Octal | 135 | 360 | 215 | 75 | 0 | 51 | 6 | 214 | 123 | 101 |
| Binary | 1011101 | 11110000 | 10001101 | 111101 | 0 | 101001 | 110 | 10001100 | 1010011 | 1000001 |
Color Harmonies of #5DF08D
Complementary color
Monochromatic Colors of #5DF08D
Black with #5DF08D
Text Example
Text Example
White with #5DF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF08D; }
p { color: rgb(93,240,141); }
H1.HeaderClassName
{
color: #5DF08D;
}
.AnyTagClassName
{
color: #5DF08D;
}
</style>
background-color css
<style>
a { background-color: #5DF08D; }
a { background-color: rgb(93,240,141); }
div.DivClassName
{
background-color: #5DF08D;
}
.BgClassName
{
background-color: #5DF08D;
}
</style>
border-color css
<style>
span { border-color: #5DF08D; }
span { border-color: rgb(93,240,141); }
td.TdClassName
{
border-color: #5DF08D;
}
.TagClassName
{
border-color: #5DF08D;
}
</style>