Shades of Emerald #5DF192
Tints of Emerald #5DF192
RGB
CMYK
RGB Variations
Color information
#5DF192 (or 0x5DF192) is known color: Emerald. HEX triplet: 5D, F1 and 92. RGB value is (93,241,146). Sum of RGB (Red+Green+Blue) = 93+241+146=480 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.38% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF192 is #A20E6D. Grayscale: #BABABA. Windows color (decimal): -10620526 or 9630045. OLE color: 9630045.
HSL color Cylindrical-coordinate representation of color #5DF192: hue angle of 141.49º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF192 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 146 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.05 |
| HSL | 141.49º | 0.84% | 0.65% | - |
| HSV(B) | 141.49º | 0.61% | 0.95% | - |
| XYZ | 41.16 | 67.31 | 38.02 | - |
| YUV | 185.92 | 105.47 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 146 | 0.61 | 0 | 0.39 | 0.05 | 141.49 | 0.84 | 0.65 |
| Hex | 5D | F1 | 92 | 3D | 0 | 27 | 5 | 8D | 54 | 41 |
| Octal | 135 | 361 | 222 | 75 | 0 | 47 | 5 | 215 | 124 | 101 |
| Binary | 1011101 | 11110001 | 10010010 | 111101 | 0 | 100111 | 101 | 10001101 | 1010100 | 1000001 |
Color Harmonies of #5DF192
Complementary color
Monochromatic Colors of #5DF192
Black with #5DF192
Text Example
Text Example
White with #5DF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF192; }
p { color: rgb(93,241,146); }
H1.HeaderClassName
{
color: #5DF192;
}
.AnyTagClassName
{
color: #5DF192;
}
</style>
background-color css
<style>
a { background-color: #5DF192; }
a { background-color: rgb(93,241,146); }
div.DivClassName
{
background-color: #5DF192;
}
.BgClassName
{
background-color: #5DF192;
}
</style>
border-color css
<style>
span { border-color: #5DF192; }
span { border-color: rgb(93,241,146); }
td.TdClassName
{
border-color: #5DF192;
}
.TagClassName
{
border-color: #5DF192;
}
</style>