Shades of Fern #5ACD60
Tints of Fern #5ACD60
RGB
CMYK
RGB Variations
Color information
#5ACD60 (or 0x5ACD60) is known color: Fern. HEX triplet: 5A, CD and 60. RGB value is (90,205,96). Sum of RGB (Red+Green+Blue) = 90+205+96=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD60 is #A5329F. Grayscale: #9E9E9E. Windows color (decimal): -10826400 or 6344026. OLE color: 6344026.
HSL color Cylindrical-coordinate representation of color #5ACD60: hue angle of 123.13º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACD60 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 96 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.20 |
| HSL | 123.13º | 0.53% | 0.58% | - |
| HSV(B) | 123.13º | 0.56% | 0.8% | - |
| XYZ | 28.16 | 46.68 | 18.59 | - |
| YUV | 158.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 96 | 0.56 | 0 | 0.53 | 0.20 | 123.13 | 0.53 | 0.58 |
| Hex | 5A | CD | 60 | 38 | 0 | 35 | 14 | 7B | 35 | 3A |
| Octal | 132 | 315 | 140 | 70 | 0 | 65 | 24 | 173 | 65 | 72 |
| Binary | 1011010 | 11001101 | 1100000 | 111000 | 0 | 110101 | 10100 | 1111011 | 110101 | 111010 |
Color Harmonies of #5ACD60
Complementary color
Monochromatic Colors of #5ACD60
Black with #5ACD60
Text Example
Text Example
White with #5ACD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD60; }
p { color: rgb(90,205,96); }
H1.HeaderClassName
{
color: #5ACD60;
}
.AnyTagClassName
{
color: #5ACD60;
}
</style>
background-color css
<style>
a { background-color: #5ACD60; }
a { background-color: rgb(90,205,96); }
div.DivClassName
{
background-color: #5ACD60;
}
.BgClassName
{
background-color: #5ACD60;
}
</style>
border-color css
<style>
span { border-color: #5ACD60; }
span { border-color: rgb(90,205,96); }
td.TdClassName
{
border-color: #5ACD60;
}
.TagClassName
{
border-color: #5ACD60;
}
</style>