Shades of Emerald #5AF38D
Tints of Emerald #5AF38D
RGB
CMYK
RGB Variations
Color information
#5AF38D (or 0x5AF38D) is known color: Emerald. HEX triplet: 5A, F3 and 8D. RGB value is (90,243,141). Sum of RGB (Red+Green+Blue) = 90+243+141=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF38D is #A50C72. Grayscale: #B9B9B9. Windows color (decimal): -10816627 or 9302874. OLE color: 9302874.
HSL color Cylindrical-coordinate representation of color #5AF38D: hue angle of 140º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF38D is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 141 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.05 |
| HSL | 140º | 0.86% | 0.65% | - |
| HSV(B) | 140º | 0.63% | 0.95% | - |
| XYZ | 41.07 | 68.2 | 36.2 | - |
| YUV | 185.63 | 102.81 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 141 | 0.63 | 0 | 0.42 | 0.05 | 140 | 0.86 | 0.65 |
| Hex | 5A | F3 | 8D | 3F | 0 | 2A | 5 | 8C | 56 | 41 |
| Octal | 132 | 363 | 215 | 77 | 0 | 52 | 5 | 214 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10001101 | 111111 | 0 | 101010 | 101 | 10001100 | 1010110 | 1000001 |
Color Harmonies of #5AF38D
Complementary color
Monochromatic Colors of #5AF38D
Black with #5AF38D
Text Example
Text Example
White with #5AF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF38D; }
p { color: rgb(90,243,141); }
H1.HeaderClassName
{
color: #5AF38D;
}
.AnyTagClassName
{
color: #5AF38D;
}
</style>
background-color css
<style>
a { background-color: #5AF38D; }
a { background-color: rgb(90,243,141); }
div.DivClassName
{
background-color: #5AF38D;
}
.BgClassName
{
background-color: #5AF38D;
}
</style>
border-color css
<style>
span { border-color: #5AF38D; }
span { border-color: rgb(90,243,141); }
td.TdClassName
{
border-color: #5AF38D;
}
.TagClassName
{
border-color: #5AF38D;
}
</style>