Shades of Fern #5AC55D
Tints of Fern #5AC55D
RGB
CMYK
RGB Variations
Color information
#5AC55D (or 0x5AC55D) is known color: Fern. HEX triplet: 5A, C5 and 5D. RGB value is (90,197,93). Sum of RGB (Red+Green+Blue) = 90+197+93=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC55D is #A53AA2. Grayscale: #999999. Windows color (decimal): -10828451 or 6145370. OLE color: 6145370.
HSL color Cylindrical-coordinate representation of color #5AC55D: hue angle of 121.68º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC55D is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 93 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.23 |
| HSL | 121.68º | 0.48% | 0.56% | - |
| HSV(B) | 121.68º | 0.54% | 0.77% | - |
| XYZ | 26.16 | 42.9 | 17.26 | - |
| YUV | 153.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 93 | 0.54 | 0 | 0.53 | 0.23 | 121.68 | 0.48 | 0.56 |
| Hex | 5A | C5 | 5D | 36 | 0 | 35 | 17 | 7A | 30 | 38 |
| Octal | 132 | 305 | 135 | 66 | 0 | 65 | 27 | 172 | 60 | 70 |
| Binary | 1011010 | 11000101 | 1011101 | 110110 | 0 | 110101 | 10111 | 1111010 | 110000 | 111000 |
Color Harmonies of #5AC55D
Complementary color
Monochromatic Colors of #5AC55D
Black with #5AC55D
Text Example
Text Example
White with #5AC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC55D; }
p { color: rgb(90,197,93); }
H1.HeaderClassName
{
color: #5AC55D;
}
.AnyTagClassName
{
color: #5AC55D;
}
</style>
background-color css
<style>
a { background-color: #5AC55D; }
a { background-color: rgb(90,197,93); }
div.DivClassName
{
background-color: #5AC55D;
}
.BgClassName
{
background-color: #5AC55D;
}
</style>
border-color css
<style>
span { border-color: #5AC55D; }
span { border-color: rgb(90,197,93); }
td.TdClassName
{
border-color: #5AC55D;
}
.TagClassName
{
border-color: #5AC55D;
}
</style>