Shades of Fern #5AD054
Tints of Fern #5AD054
RGB
CMYK
RGB Variations
Color information
#5AD054 (or 0x5AD054) is known color: Fern. HEX triplet: 5A, D0 and 54. RGB value is (90,208,84). Sum of RGB (Red+Green+Blue) = 90+208+84=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD054 is #A52FAB. Grayscale: #9E9E9E. Windows color (decimal): -10825644 or 5558362. OLE color: 5558362.
HSL color Cylindrical-coordinate representation of color #5AD054: hue angle of 117.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AD054 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 84 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.18 |
| HSL | 117.1º | 0.57% | 0.57% | - |
| HSV(B) | 117.1º | 0.6% | 0.82% | - |
| XYZ | 28.37 | 47.93 | 16.14 | - |
| YUV | 158.58 | 85.91 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 84 | 0.57 | 0 | 0.60 | 0.18 | 117.1 | 0.57 | 0.57 |
| Hex | 5A | D0 | 54 | 39 | 0 | 3C | 12 | 75 | 39 | 39 |
| Octal | 132 | 320 | 124 | 71 | 0 | 74 | 22 | 165 | 71 | 71 |
| Binary | 1011010 | 11010000 | 1010100 | 111001 | 0 | 111100 | 10010 | 1110101 | 111001 | 111001 |
Color Harmonies of #5AD054
Complementary color
Monochromatic Colors of #5AD054
Black with #5AD054
Text Example
Text Example
White with #5AD054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD054; }
p { color: rgb(90,208,84); }
H1.HeaderClassName
{
color: #5AD054;
}
.AnyTagClassName
{
color: #5AD054;
}
</style>
background-color css
<style>
a { background-color: #5AD054; }
a { background-color: rgb(90,208,84); }
div.DivClassName
{
background-color: #5AD054;
}
.BgClassName
{
background-color: #5AD054;
}
</style>
border-color css
<style>
span { border-color: #5AD054; }
span { border-color: rgb(90,208,84); }
td.TdClassName
{
border-color: #5AD054;
}
.TagClassName
{
border-color: #5AD054;
}
</style>