Shades of Fern #5AD35D
Tints of Fern #5AD35D
RGB
CMYK
RGB Variations
Color information
#5AD35D (or 0x5AD35D) is known color: Fern. HEX triplet: 5A, D3 and 5D. RGB value is (90,211,93). Sum of RGB (Red+Green+Blue) = 90+211+93=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD35D is #A52CA2. Grayscale: #A1A1A1. Windows color (decimal): -10824867 or 6148954. OLE color: 6148954.
HSL color Cylindrical-coordinate representation of color #5AD35D: hue angle of 121.49º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD35D is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 93 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.17 |
| HSL | 121.49º | 0.58% | 0.59% | - |
| HSV(B) | 121.49º | 0.57% | 0.83% | - |
| XYZ | 29.49 | 49.55 | 18.37 | - |
| YUV | 161.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 93 | 0.57 | 0 | 0.56 | 0.17 | 121.49 | 0.58 | 0.59 |
| Hex | 5A | D3 | 5D | 39 | 0 | 38 | 11 | 79 | 3A | 3B |
| Octal | 132 | 323 | 135 | 71 | 0 | 70 | 21 | 171 | 72 | 73 |
| Binary | 1011010 | 11010011 | 1011101 | 111001 | 0 | 111000 | 10001 | 1111001 | 111010 | 111011 |
Color Harmonies of #5AD35D
Complementary color
Monochromatic Colors of #5AD35D
Black with #5AD35D
Text Example
Text Example
White with #5AD35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD35D; }
p { color: rgb(90,211,93); }
H1.HeaderClassName
{
color: #5AD35D;
}
.AnyTagClassName
{
color: #5AD35D;
}
</style>
background-color css
<style>
a { background-color: #5AD35D; }
a { background-color: rgb(90,211,93); }
div.DivClassName
{
background-color: #5AD35D;
}
.BgClassName
{
background-color: #5AD35D;
}
</style>
border-color css
<style>
span { border-color: #5AD35D; }
span { border-color: rgb(90,211,93); }
td.TdClassName
{
border-color: #5AD35D;
}
.TagClassName
{
border-color: #5AD35D;
}
</style>