Shades of Emerald #5AC375
Tints of Emerald #5AC375
RGB
CMYK
RGB Variations
Color information
#5AC375 (or 0x5AC375) is known color: Emerald. HEX triplet: 5A, C3 and 75. RGB value is (90,195,117). Sum of RGB (Red+Green+Blue) = 90+195+117=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC375 is #A53C8A. Grayscale: #9A9A9A. Windows color (decimal): -10828939 or 7717722. OLE color: 7717722.
HSL color Cylindrical-coordinate representation of color #5AC375: hue angle of 135.43º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC375 is Cyan = 0.54, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 117 | - |
| CMYK | 0.54 | 0 | 0.4 | 0.24 |
| HSL | 135.43º | 0.47% | 0.56% | - |
| HSV(B) | 135.43º | 0.54% | 0.76% | - |
| XYZ | 26.94 | 42.49 | 23.61 | - |
| YUV | 154.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 117 | 0.54 | 0 | 0.4 | 0.24 | 135.43 | 0.47 | 0.56 |
| Hex | 5A | C3 | 75 | 36 | 0 | 28 | 18 | 87 | 2F | 38 |
| Octal | 132 | 303 | 165 | 66 | 0 | 50 | 30 | 207 | 57 | 70 |
| Binary | 1011010 | 11000011 | 1110101 | 110110 | 0 | 101000 | 11000 | 10000111 | 101111 | 111000 |
Color Harmonies of #5AC375
Complementary color
Monochromatic Colors of #5AC375
Black with #5AC375
Text Example
Text Example
White with #5AC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC375; }
p { color: rgb(90,195,117); }
H1.HeaderClassName
{
color: #5AC375;
}
.AnyTagClassName
{
color: #5AC375;
}
</style>
background-color css
<style>
a { background-color: #5AC375; }
a { background-color: rgb(90,195,117); }
div.DivClassName
{
background-color: #5AC375;
}
.BgClassName
{
background-color: #5AC375;
}
</style>
border-color css
<style>
span { border-color: #5AC375; }
span { border-color: rgb(90,195,117); }
td.TdClassName
{
border-color: #5AC375;
}
.TagClassName
{
border-color: #5AC375;
}
</style>