Shades of Emerald #5DF08B
Tints of Emerald #5DF08B
RGB
CMYK
RGB Variations
Color information
#5DF08B (or 0x5DF08B) is known color: Emerald. HEX triplet: 5D, F0 and 8B. RGB value is (93,240,139). Sum of RGB (Red+Green+Blue) = 93+240+139=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF08B is #A20F74. Grayscale: #B8B8B8. Windows color (decimal): -10620789 or 9171037. OLE color: 9171037.
HSL color Cylindrical-coordinate representation of color #5DF08B: hue angle of 138.78º 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 #5DF08B is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 139 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.06 |
| HSL | 138.78º | 0.83% | 0.65% | - |
| HSV(B) | 138.78º | 0.61% | 0.94% | - |
| XYZ | 40.33 | 66.51 | 35.14 | - |
| YUV | 184.53 | 102.3 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 139 | 0.61 | 0 | 0.42 | 0.06 | 138.78 | 0.83 | 0.65 |
| Hex | 5D | F0 | 8B | 3D | 0 | 2A | 6 | 8B | 53 | 41 |
| Octal | 135 | 360 | 213 | 75 | 0 | 52 | 6 | 213 | 123 | 101 |
| Binary | 1011101 | 11110000 | 10001011 | 111101 | 0 | 101010 | 110 | 10001011 | 1010011 | 1000001 |
Color Harmonies of #5DF08B
Complementary color
Monochromatic Colors of #5DF08B
Black with #5DF08B
Text Example
Text Example
White with #5DF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF08B; }
p { color: rgb(93,240,139); }
H1.HeaderClassName
{
color: #5DF08B;
}
.AnyTagClassName
{
color: #5DF08B;
}
</style>
background-color css
<style>
a { background-color: #5DF08B; }
a { background-color: rgb(93,240,139); }
div.DivClassName
{
background-color: #5DF08B;
}
.BgClassName
{
background-color: #5DF08B;
}
</style>
border-color css
<style>
span { border-color: #5DF08B; }
span { border-color: rgb(93,240,139); }
td.TdClassName
{
border-color: #5DF08B;
}
.TagClassName
{
border-color: #5DF08B;
}
</style>