Shades of Fern #5AD75D
Tints of Fern #5AD75D
RGB
CMYK
RGB Variations
Color information
#5AD75D (or 0x5AD75D) is known color: Fern. HEX triplet: 5A, D7 and 5D. RGB value is (90,215,93). Sum of RGB (Red+Green+Blue) = 90+215+93=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD75D is #A528A2. Grayscale: #A4A4A4. Windows color (decimal): -10823843 or 6149978. OLE color: 6149978.
HSL color Cylindrical-coordinate representation of color #5AD75D: hue angle of 121.44º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD75D is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 93 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.16 |
| HSL | 121.44º | 0.61% | 0.6% | - |
| HSV(B) | 121.44º | 0.58% | 0.84% | - |
| XYZ | 30.49 | 51.56 | 18.7 | - |
| YUV | 163.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 93 | 0.58 | 0 | 0.57 | 0.16 | 121.44 | 0.61 | 0.6 |
| Hex | 5A | D7 | 5D | 3A | 0 | 39 | 10 | 79 | 3D | 3C |
| Octal | 132 | 327 | 135 | 72 | 0 | 71 | 20 | 171 | 75 | 74 |
| Binary | 1011010 | 11010111 | 1011101 | 111010 | 0 | 111001 | 10000 | 1111001 | 111101 | 111100 |
Color Harmonies of #5AD75D
Complementary color
Monochromatic Colors of #5AD75D
Black with #5AD75D
Text Example
Text Example
White with #5AD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD75D; }
p { color: rgb(90,215,93); }
H1.HeaderClassName
{
color: #5AD75D;
}
.AnyTagClassName
{
color: #5AD75D;
}
</style>
background-color css
<style>
a { background-color: #5AD75D; }
a { background-color: rgb(90,215,93); }
div.DivClassName
{
background-color: #5AD75D;
}
.BgClassName
{
background-color: #5AD75D;
}
</style>
border-color css
<style>
span { border-color: #5AD75D; }
span { border-color: rgb(90,215,93); }
td.TdClassName
{
border-color: #5AD75D;
}
.TagClassName
{
border-color: #5AD75D;
}
</style>