Shades of Fern #5ABD5D
Tints of Fern #5ABD5D
RGB
CMYK
RGB Variations
Color information
#5ABD5D (or 0x5ABD5D) is known color: Fern. HEX triplet: 5A, BD and 5D. RGB value is (90,189,93). Sum of RGB (Red+Green+Blue) = 90+189+93=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD5D is #A542A2. Grayscale: #949494. Windows color (decimal): -10830499 or 6143322. OLE color: 6143322.
HSL color Cylindrical-coordinate representation of color #5ABD5D: hue angle of 121.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD5D is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 93 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.26 |
| HSL | 121.82º | 0.43% | 0.55% | - |
| HSV(B) | 121.82º | 0.52% | 0.74% | - |
| XYZ | 24.39 | 39.36 | 16.67 | - |
| YUV | 148.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 93 | 0.52 | 0 | 0.51 | 0.26 | 121.82 | 0.43 | 0.55 |
| Hex | 5A | BD | 5D | 34 | 0 | 33 | 1A | 7A | 2B | 37 |
| Octal | 132 | 275 | 135 | 64 | 0 | 63 | 32 | 172 | 53 | 67 |
| Binary | 1011010 | 10111101 | 1011101 | 110100 | 0 | 110011 | 11010 | 1111010 | 101011 | 110111 |
Color Harmonies of #5ABD5D
Complementary color
Monochromatic Colors of #5ABD5D
Black with #5ABD5D
Text Example
Text Example
White with #5ABD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD5D; }
p { color: rgb(90,189,93); }
H1.HeaderClassName
{
color: #5ABD5D;
}
.AnyTagClassName
{
color: #5ABD5D;
}
</style>
background-color css
<style>
a { background-color: #5ABD5D; }
a { background-color: rgb(90,189,93); }
div.DivClassName
{
background-color: #5ABD5D;
}
.BgClassName
{
background-color: #5ABD5D;
}
</style>
border-color css
<style>
span { border-color: #5ABD5D; }
span { border-color: rgb(90,189,93); }
td.TdClassName
{
border-color: #5ABD5D;
}
.TagClassName
{
border-color: #5ABD5D;
}
</style>