Shades of Emerald #5DF08F
Tints of Emerald #5DF08F
RGB
CMYK
RGB Variations
Color information
#5DF08F (or 0x5DF08F) is known color: Emerald. HEX triplet: 5D, F0 and 8F. RGB value is (93,240,143). Sum of RGB (Red+Green+Blue) = 93+240+143=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF08F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF08F is #A20F70. Grayscale: #B9B9B9. Windows color (decimal): -10620785 or 9433181. OLE color: 9433181.
HSL color Cylindrical-coordinate representation of color #5DF08F: hue angle of 140.41º 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 #5DF08F is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 143 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.06 |
| HSL | 140.41º | 0.83% | 0.65% | - |
| HSV(B) | 140.41º | 0.61% | 0.94% | - |
| XYZ | 40.63 | 66.63 | 36.71 | - |
| YUV | 184.99 | 104.3 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 143 | 0.61 | 0 | 0.40 | 0.06 | 140.41 | 0.83 | 0.65 |
| Hex | 5D | F0 | 8F | 3D | 0 | 28 | 6 | 8C | 53 | 41 |
| Octal | 135 | 360 | 217 | 75 | 0 | 50 | 6 | 214 | 123 | 101 |
| Binary | 1011101 | 11110000 | 10001111 | 111101 | 0 | 101000 | 110 | 10001100 | 1010011 | 1000001 |
Color Harmonies of #5DF08F
Complementary color
Monochromatic Colors of #5DF08F
Black with #5DF08F
Text Example
Text Example
White with #5DF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF08F; }
p { color: rgb(93,240,143); }
H1.HeaderClassName
{
color: #5DF08F;
}
.AnyTagClassName
{
color: #5DF08F;
}
</style>
background-color css
<style>
a { background-color: #5DF08F; }
a { background-color: rgb(93,240,143); }
div.DivClassName
{
background-color: #5DF08F;
}
.BgClassName
{
background-color: #5DF08F;
}
</style>
border-color css
<style>
span { border-color: #5DF08F; }
span { border-color: rgb(93,240,143); }
td.TdClassName
{
border-color: #5DF08F;
}
.TagClassName
{
border-color: #5DF08F;
}
</style>