Shades of Emerald #5AF087
Tints of Emerald #5AF087
RGB
CMYK
RGB Variations
Color information
#5AF087 (or 0x5AF087) is known color: Emerald. HEX triplet: 5A, F0 and 87. RGB value is (90,240,135). Sum of RGB (Red+Green+Blue) = 90+240+135=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF087 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF087 is #A50F78. Grayscale: #B7B7B7. Windows color (decimal): -10817401 or 8908890. OLE color: 8908890.
HSL color Cylindrical-coordinate representation of color #5AF087: hue angle of 138º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF087 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 135 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.06 |
| HSL | 138º | 0.83% | 0.65% | - |
| HSV(B) | 138º | 0.63% | 0.94% | - |
| XYZ | 39.75 | 66.24 | 33.61 | - |
| YUV | 183.18 | 100.81 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 135 | 0.62 | 0 | 0.44 | 0.06 | 138 | 0.83 | 0.65 |
| Hex | 5A | F0 | 87 | 3E | 0 | 2C | 6 | 8A | 53 | 41 |
| Octal | 132 | 360 | 207 | 76 | 0 | 54 | 6 | 212 | 123 | 101 |
| Binary | 1011010 | 11110000 | 10000111 | 111110 | 0 | 101100 | 110 | 10001010 | 1010011 | 1000001 |
Color Harmonies of #5AF087
Complementary color
Monochromatic Colors of #5AF087
Black with #5AF087
Text Example
Text Example
White with #5AF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF087; }
p { color: rgb(90,240,135); }
H1.HeaderClassName
{
color: #5AF087;
}
.AnyTagClassName
{
color: #5AF087;
}
</style>
background-color css
<style>
a { background-color: #5AF087; }
a { background-color: rgb(90,240,135); }
div.DivClassName
{
background-color: #5AF087;
}
.BgClassName
{
background-color: #5AF087;
}
</style>
border-color css
<style>
span { border-color: #5AF087; }
span { border-color: rgb(90,240,135); }
td.TdClassName
{
border-color: #5AF087;
}
.TagClassName
{
border-color: #5AF087;
}
</style>