Shades of Fern #5ACD65
Tints of Fern #5ACD65
RGB
CMYK
RGB Variations
Color information
#5ACD65 (or 0x5ACD65) is known color: Fern. HEX triplet: 5A, CD and 65. RGB value is (90,205,101). Sum of RGB (Red+Green+Blue) = 90+205+101=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD65 is #A5329A. Grayscale: #9F9F9F. Windows color (decimal): -10826395 or 6671706. OLE color: 6671706.
HSL color Cylindrical-coordinate representation of color #5ACD65: hue angle of 125.74º 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 #5ACD65 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 101 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.20 |
| HSL | 125.74º | 0.53% | 0.58% | - |
| HSV(B) | 125.74º | 0.56% | 0.8% | - |
| XYZ | 28.4 | 46.78 | 19.84 | - |
| YUV | 158.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 101 | 0.56 | 0 | 0.51 | 0.20 | 125.74 | 0.53 | 0.58 |
| Hex | 5A | CD | 65 | 38 | 0 | 33 | 14 | 7E | 35 | 3A |
| Octal | 132 | 315 | 145 | 70 | 0 | 63 | 24 | 176 | 65 | 72 |
| Binary | 1011010 | 11001101 | 1100101 | 111000 | 0 | 110011 | 10100 | 1111110 | 110101 | 111010 |
Color Harmonies of #5ACD65
Complementary color
Monochromatic Colors of #5ACD65
Black with #5ACD65
Text Example
Text Example
White with #5ACD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD65; }
p { color: rgb(90,205,101); }
H1.HeaderClassName
{
color: #5ACD65;
}
.AnyTagClassName
{
color: #5ACD65;
}
</style>
background-color css
<style>
a { background-color: #5ACD65; }
a { background-color: rgb(90,205,101); }
div.DivClassName
{
background-color: #5ACD65;
}
.BgClassName
{
background-color: #5ACD65;
}
</style>
border-color css
<style>
span { border-color: #5ACD65; }
span { border-color: rgb(90,205,101); }
td.TdClassName
{
border-color: #5ACD65;
}
.TagClassName
{
border-color: #5ACD65;
}
</style>