Shades of Emerald #5DEF8F
Tints of Emerald #5DEF8F
RGB
CMYK
RGB Variations
Color information
#5DEF8F (or 0x5DEF8F) is known color: Emerald. HEX triplet: 5D, EF and 8F. RGB value is (93,239,143). Sum of RGB (Red+Green+Blue) = 93+239+143=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEF8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEF8F is #A21070. Grayscale: #B8B8B8. Windows color (decimal): -10621041 or 9432925. OLE color: 9432925.
HSL color Cylindrical-coordinate representation of color #5DEF8F: hue angle of 140.55º degrees, saturation: 0.82, 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 #5DEF8F is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 143 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.06 |
| HSL | 140.55º | 0.82% | 0.65% | - |
| HSV(B) | 140.55º | 0.61% | 0.94% | - |
| XYZ | 40.34 | 66.04 | 36.61 | - |
| YUV | 184.4 | 104.63 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 143 | 0.61 | 0 | 0.40 | 0.06 | 140.55 | 0.82 | 0.65 |
| Hex | 5D | EF | 8F | 3D | 0 | 28 | 6 | 8D | 52 | 41 |
| Octal | 135 | 357 | 217 | 75 | 0 | 50 | 6 | 215 | 122 | 101 |
| Binary | 1011101 | 11101111 | 10001111 | 111101 | 0 | 101000 | 110 | 10001101 | 1010010 | 1000001 |
Color Harmonies of #5DEF8F
Complementary color
Monochromatic Colors of #5DEF8F
Black with #5DEF8F
Text Example
Text Example
White with #5DEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEF8F; }
p { color: rgb(93,239,143); }
H1.HeaderClassName
{
color: #5DEF8F;
}
.AnyTagClassName
{
color: #5DEF8F;
}
</style>
background-color css
<style>
a { background-color: #5DEF8F; }
a { background-color: rgb(93,239,143); }
div.DivClassName
{
background-color: #5DEF8F;
}
.BgClassName
{
background-color: #5DEF8F;
}
</style>
border-color css
<style>
span { border-color: #5DEF8F; }
span { border-color: rgb(93,239,143); }
td.TdClassName
{
border-color: #5DEF8F;
}
.TagClassName
{
border-color: #5DEF8F;
}
</style>