Shades of Fern #5AC655
Tints of Fern #5AC655
RGB
CMYK
RGB Variations
Color information
#5AC655 (or 0x5AC655) is known color: Fern. HEX triplet: 5A, C6 and 55. RGB value is (90,198,85). Sum of RGB (Red+Green+Blue) = 90+198+85=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC655 is #A539AA. Grayscale: #999999. Windows color (decimal): -10828203 or 5621338. OLE color: 5621338.
HSL color Cylindrical-coordinate representation of color #5AC655: hue angle of 117.35º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AC655 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 198 | 85 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.22 |
| HSL | 117.35º | 0.5% | 0.55% | - |
| HSV(B) | 117.35º | 0.57% | 0.78% | - |
| XYZ | 26.05 | 43.22 | 15.56 | - |
| YUV | 152.83 | 89.72 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 198 | 85 | 0.55 | 0 | 0.57 | 0.22 | 117.35 | 0.5 | 0.55 |
| Hex | 5A | C6 | 55 | 37 | 0 | 39 | 16 | 75 | 32 | 37 |
| Octal | 132 | 306 | 125 | 67 | 0 | 71 | 26 | 165 | 62 | 67 |
| Binary | 1011010 | 11000110 | 1010101 | 110111 | 0 | 111001 | 10110 | 1110101 | 110010 | 110111 |
Color Harmonies of #5AC655
Complementary color
Monochromatic Colors of #5AC655
Black with #5AC655
Text Example
Text Example
White with #5AC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC655; }
p { color: rgb(90,198,85); }
H1.HeaderClassName
{
color: #5AC655;
}
.AnyTagClassName
{
color: #5AC655;
}
</style>
background-color css
<style>
a { background-color: #5AC655; }
a { background-color: rgb(90,198,85); }
div.DivClassName
{
background-color: #5AC655;
}
.BgClassName
{
background-color: #5AC655;
}
</style>
border-color css
<style>
span { border-color: #5AC655; }
span { border-color: rgb(90,198,85); }
td.TdClassName
{
border-color: #5AC655;
}
.TagClassName
{
border-color: #5AC655;
}
</style>