Shades of Fern #5ACD67
Tints of Fern #5ACD67
RGB
CMYK
RGB Variations
Color information
#5ACD67 (or 0x5ACD67) is known color: Fern. HEX triplet: 5A, CD and 67. RGB value is (90,205,103). Sum of RGB (Red+Green+Blue) = 90+205+103=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD67 is #A53298. Grayscale: #9F9F9F. Windows color (decimal): -10826393 or 6802778. OLE color: 6802778.
HSL color Cylindrical-coordinate representation of color #5ACD67: hue angle of 126.78º 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 #5ACD67 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 103 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.20 |
| HSL | 126.78º | 0.53% | 0.58% | - |
| HSV(B) | 126.78º | 0.56% | 0.8% | - |
| XYZ | 28.5 | 46.82 | 20.37 | - |
| YUV | 158.99 | 96.4 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 103 | 0.56 | 0 | 0.50 | 0.20 | 126.78 | 0.53 | 0.58 |
| Hex | 5A | CD | 67 | 38 | 0 | 32 | 14 | 7F | 35 | 3A |
| Octal | 132 | 315 | 147 | 70 | 0 | 62 | 24 | 177 | 65 | 72 |
| Binary | 1011010 | 11001101 | 1100111 | 111000 | 0 | 110010 | 10100 | 1111111 | 110101 | 111010 |
Color Harmonies of #5ACD67
Complementary color
Monochromatic Colors of #5ACD67
Black with #5ACD67
Text Example
Text Example
White with #5ACD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD67; }
p { color: rgb(90,205,103); }
H1.HeaderClassName
{
color: #5ACD67;
}
.AnyTagClassName
{
color: #5ACD67;
}
</style>
background-color css
<style>
a { background-color: #5ACD67; }
a { background-color: rgb(90,205,103); }
div.DivClassName
{
background-color: #5ACD67;
}
.BgClassName
{
background-color: #5ACD67;
}
</style>
border-color css
<style>
span { border-color: #5ACD67; }
span { border-color: rgb(90,205,103); }
td.TdClassName
{
border-color: #5ACD67;
}
.TagClassName
{
border-color: #5ACD67;
}
</style>