Shades of Emerald #5AF58F
Tints of Emerald #5AF58F
RGB
CMYK
RGB Variations
Color information
#5AF58F (or 0x5AF58F) is known color: Emerald. HEX triplet: 5A, F5 and 8F. RGB value is (90,245,143). Sum of RGB (Red+Green+Blue) = 90+245+143=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF58F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF58F is #A50A70. Grayscale: #BBBBBB. Windows color (decimal): -10816113 or 9434458. OLE color: 9434458.
HSL color Cylindrical-coordinate representation of color #5AF58F: hue angle of 140.52º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF58F is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 143 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.04 |
| HSL | 140.52º | 0.89% | 0.66% | - |
| HSV(B) | 140.52º | 0.63% | 0.96% | - |
| XYZ | 41.83 | 69.46 | 37.19 | - |
| YUV | 187.03 | 103.15 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 143 | 0.63 | 0 | 0.42 | 0.04 | 140.52 | 0.89 | 0.66 |
| Hex | 5A | F5 | 8F | 3F | 0 | 2A | 4 | 8D | 59 | 42 |
| Octal | 132 | 365 | 217 | 77 | 0 | 52 | 4 | 215 | 131 | 102 |
| Binary | 1011010 | 11110101 | 10001111 | 111111 | 0 | 101010 | 100 | 10001101 | 1011001 | 1000010 |
Color Harmonies of #5AF58F
Complementary color
Monochromatic Colors of #5AF58F
Black with #5AF58F
Text Example
Text Example
White with #5AF58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF58F; }
p { color: rgb(90,245,143); }
H1.HeaderClassName
{
color: #5AF58F;
}
.AnyTagClassName
{
color: #5AF58F;
}
</style>
background-color css
<style>
a { background-color: #5AF58F; }
a { background-color: rgb(90,245,143); }
div.DivClassName
{
background-color: #5AF58F;
}
.BgClassName
{
background-color: #5AF58F;
}
</style>
border-color css
<style>
span { border-color: #5AF58F; }
span { border-color: rgb(90,245,143); }
td.TdClassName
{
border-color: #5AF58F;
}
.TagClassName
{
border-color: #5AF58F;
}
</style>