Shades of Emerald #5AF38B
Tints of Emerald #5AF38B
RGB
CMYK
RGB Variations
Color information
#5AF38B (or 0x5AF38B) is known color: Emerald. HEX triplet: 5A, F3 and 8B. RGB value is (90,243,139). Sum of RGB (Red+Green+Blue) = 90+243+139=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF38B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF38B is #A50C74. Grayscale: #B9B9B9. Windows color (decimal): -10816629 or 9171802. OLE color: 9171802.
HSL color Cylindrical-coordinate representation of color #5AF38B: hue angle of 139.22º 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 #5AF38B is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 139 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.05 |
| HSL | 139.22º | 0.86% | 0.65% | - |
| HSV(B) | 139.22º | 0.63% | 0.95% | - |
| XYZ | 40.93 | 68.14 | 35.42 | - |
| YUV | 185.4 | 101.81 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 139 | 0.63 | 0 | 0.43 | 0.05 | 139.22 | 0.86 | 0.65 |
| Hex | 5A | F3 | 8B | 3F | 0 | 2B | 5 | 8B | 56 | 41 |
| Octal | 132 | 363 | 213 | 77 | 0 | 53 | 5 | 213 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10001011 | 111111 | 0 | 101011 | 101 | 10001011 | 1010110 | 1000001 |
Color Harmonies of #5AF38B
Complementary color
Monochromatic Colors of #5AF38B
Black with #5AF38B
Text Example
Text Example
White with #5AF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF38B; }
p { color: rgb(90,243,139); }
H1.HeaderClassName
{
color: #5AF38B;
}
.AnyTagClassName
{
color: #5AF38B;
}
</style>
background-color css
<style>
a { background-color: #5AF38B; }
a { background-color: rgb(90,243,139); }
div.DivClassName
{
background-color: #5AF38B;
}
.BgClassName
{
background-color: #5AF38B;
}
</style>
border-color css
<style>
span { border-color: #5AF38B; }
span { border-color: rgb(90,243,139); }
td.TdClassName
{
border-color: #5AF38B;
}
.TagClassName
{
border-color: #5AF38B;
}
</style>