Shades of Fern #5ACD54
Tints of Fern #5ACD54
RGB
CMYK
RGB Variations
Color information
#5ACD54 (or 0x5ACD54) is known color: Fern. HEX triplet: 5A, CD and 54. RGB value is (90,205,84). Sum of RGB (Red+Green+Blue) = 90+205+84=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD54 is #A532AB. Grayscale: #9D9D9D. Windows color (decimal): -10826412 or 5557594. OLE color: 5557594.
HSL color Cylindrical-coordinate representation of color #5ACD54: hue angle of 117.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACD54 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 84 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.20 |
| HSL | 117.02º | 0.55% | 0.57% | - |
| HSV(B) | 117.02º | 0.59% | 0.8% | - |
| XYZ | 27.65 | 46.48 | 15.9 | - |
| YUV | 156.82 | 86.9 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 84 | 0.56 | 0 | 0.59 | 0.20 | 117.02 | 0.55 | 0.57 |
| Hex | 5A | CD | 54 | 38 | 0 | 3B | 14 | 75 | 37 | 39 |
| Octal | 132 | 315 | 124 | 70 | 0 | 73 | 24 | 165 | 67 | 71 |
| Binary | 1011010 | 11001101 | 1010100 | 111000 | 0 | 111011 | 10100 | 1110101 | 110111 | 111001 |
Color Harmonies of #5ACD54
Complementary color
Monochromatic Colors of #5ACD54
Black with #5ACD54
Text Example
Text Example
White with #5ACD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD54; }
p { color: rgb(90,205,84); }
H1.HeaderClassName
{
color: #5ACD54;
}
.AnyTagClassName
{
color: #5ACD54;
}
</style>
background-color css
<style>
a { background-color: #5ACD54; }
a { background-color: rgb(90,205,84); }
div.DivClassName
{
background-color: #5ACD54;
}
.BgClassName
{
background-color: #5ACD54;
}
</style>
border-color css
<style>
span { border-color: #5ACD54; }
span { border-color: rgb(90,205,84); }
td.TdClassName
{
border-color: #5ACD54;
}
.TagClassName
{
border-color: #5ACD54;
}
</style>