Shades of Fern #5AD55B
Tints of Fern #5AD55B
RGB
CMYK
RGB Variations
Color information
#5AD55B (or 0x5AD55B) is known color: Fern. HEX triplet: 5A, D5 and 5B. RGB value is (90,213,91). Sum of RGB (Red+Green+Blue) = 90+213+91=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD55B is #A52AA4. Grayscale: #A2A2A2. Windows color (decimal): -10824357 or 6018394. OLE color: 6018394.
HSL color Cylindrical-coordinate representation of color #5AD55B: hue angle of 120.49º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD55B is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 91 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.16 |
| HSL | 120.49º | 0.59% | 0.59% | - |
| HSV(B) | 120.49º | 0.58% | 0.84% | - |
| XYZ | 29.9 | 50.52 | 18.07 | - |
| YUV | 162.32 | 87.75 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 91 | 0.58 | 0 | 0.57 | 0.16 | 120.49 | 0.59 | 0.59 |
| Hex | 5A | D5 | 5B | 3A | 0 | 39 | 10 | 78 | 3B | 3B |
| Octal | 132 | 325 | 133 | 72 | 0 | 71 | 20 | 170 | 73 | 73 |
| Binary | 1011010 | 11010101 | 1011011 | 111010 | 0 | 111001 | 10000 | 1111000 | 111011 | 111011 |
Color Harmonies of #5AD55B
Complementary color
Monochromatic Colors of #5AD55B
Black with #5AD55B
Text Example
Text Example
White with #5AD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD55B; }
p { color: rgb(90,213,91); }
H1.HeaderClassName
{
color: #5AD55B;
}
.AnyTagClassName
{
color: #5AD55B;
}
</style>
background-color css
<style>
a { background-color: #5AD55B; }
a { background-color: rgb(90,213,91); }
div.DivClassName
{
background-color: #5AD55B;
}
.BgClassName
{
background-color: #5AD55B;
}
</style>
border-color css
<style>
span { border-color: #5AD55B; }
span { border-color: rgb(90,213,91); }
td.TdClassName
{
border-color: #5AD55B;
}
.TagClassName
{
border-color: #5AD55B;
}
</style>