Shades of Emerald #5ACF80
Tints of Emerald #5ACF80
RGB
CMYK
RGB Variations
Color information
#5ACF80 (or 0x5ACF80) is known color: Emerald. HEX triplet: 5A, CF and 80. RGB value is (90,207,128). Sum of RGB (Red+Green+Blue) = 90+207+128=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACF80 is #A5307F. Grayscale: #A3A3A3. Windows color (decimal): -10825856 or 8441690. OLE color: 8441690.
HSL color Cylindrical-coordinate representation of color #5ACF80: hue angle of 139.49º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACF80 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 128 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.19 |
| HSL | 139.49º | 0.55% | 0.58% | - |
| HSV(B) | 139.49º | 0.57% | 0.81% | - |
| XYZ | 30.43 | 48.36 | 28.15 | - |
| YUV | 163.01 | 108.24 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 128 | 0.57 | 0 | 0.38 | 0.19 | 139.49 | 0.55 | 0.58 |
| Hex | 5A | CF | 80 | 39 | 0 | 26 | 13 | 8B | 37 | 3A |
| Octal | 132 | 317 | 200 | 71 | 0 | 46 | 23 | 213 | 67 | 72 |
| Binary | 1011010 | 11001111 | 10000000 | 111001 | 0 | 100110 | 10011 | 10001011 | 110111 | 111010 |
Color Harmonies of #5ACF80
Complementary color
Monochromatic Colors of #5ACF80
Black with #5ACF80
Text Example
Text Example
White with #5ACF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF80; }
p { color: rgb(90,207,128); }
H1.HeaderClassName
{
color: #5ACF80;
}
.AnyTagClassName
{
color: #5ACF80;
}
</style>
background-color css
<style>
a { background-color: #5ACF80; }
a { background-color: rgb(90,207,128); }
div.DivClassName
{
background-color: #5ACF80;
}
.BgClassName
{
background-color: #5ACF80;
}
</style>
border-color css
<style>
span { border-color: #5ACF80; }
span { border-color: rgb(90,207,128); }
td.TdClassName
{
border-color: #5ACF80;
}
.TagClassName
{
border-color: #5ACF80;
}
</style>