Shades of Fern #5ACD58
Tints of Fern #5ACD58
RGB
CMYK
RGB Variations
Color information
#5ACD58 (or 0x5ACD58) is known color: Fern. HEX triplet: 5A, CD and 58. RGB value is (90,205,88). Sum of RGB (Red+Green+Blue) = 90+205+88=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD58 is #A532A7. Grayscale: #9D9D9D. Windows color (decimal): -10826408 or 5819738. OLE color: 5819738.
HSL color Cylindrical-coordinate representation of color #5ACD58: hue angle of 118.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACD58 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 88 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.20 |
| HSL | 118.97º | 0.54% | 0.57% | - |
| HSV(B) | 118.97º | 0.57% | 0.8% | - |
| XYZ | 27.81 | 46.54 | 16.75 | - |
| YUV | 157.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 88 | 0.56 | 0 | 0.57 | 0.20 | 118.97 | 0.54 | 0.57 |
| Hex | 5A | CD | 58 | 38 | 0 | 39 | 14 | 77 | 36 | 39 |
| Octal | 132 | 315 | 130 | 70 | 0 | 71 | 24 | 167 | 66 | 71 |
| Binary | 1011010 | 11001101 | 1011000 | 111000 | 0 | 111001 | 10100 | 1110111 | 110110 | 111001 |
Color Harmonies of #5ACD58
Complementary color
Monochromatic Colors of #5ACD58
Black with #5ACD58
Text Example
Text Example
White with #5ACD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD58; }
p { color: rgb(90,205,88); }
H1.HeaderClassName
{
color: #5ACD58;
}
.AnyTagClassName
{
color: #5ACD58;
}
</style>
background-color css
<style>
a { background-color: #5ACD58; }
a { background-color: rgb(90,205,88); }
div.DivClassName
{
background-color: #5ACD58;
}
.BgClassName
{
background-color: #5ACD58;
}
</style>
border-color css
<style>
span { border-color: #5ACD58; }
span { border-color: rgb(90,205,88); }
td.TdClassName
{
border-color: #5ACD58;
}
.TagClassName
{
border-color: #5ACD58;
}
</style>