Shades of Fern #5BAD5D
Tints of Fern #5BAD5D
RGB
CMYK
RGB Variations
Color information
#5BAD5D (or 0x5BAD5D) is known color: Fern. HEX triplet: 5B, AD and 5D. RGB value is (91,173,93). Sum of RGB (Red+Green+Blue) = 91+173+93=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAD5D is #A452A2. Grayscale: #8B8B8B. Windows color (decimal): -10769059 or 6139227. OLE color: 6139227.
HSL color Cylindrical-coordinate representation of color #5BAD5D: hue angle of 121.46º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAD5D is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 93 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.32 |
| HSL | 121.46º | 0.33% | 0.52% | - |
| HSV(B) | 121.46º | 0.47% | 0.68% | - |
| XYZ | 21.23 | 32.9 | 15.59 | - |
| YUV | 139.36 | 101.83 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 93 | 0.47 | 0 | 0.46 | 0.32 | 121.46 | 0.33 | 0.52 |
| Hex | 5B | AD | 5D | 2F | 0 | 2E | 20 | 79 | 21 | 34 |
| Octal | 133 | 255 | 135 | 57 | 0 | 56 | 40 | 171 | 41 | 64 |
| Binary | 1011011 | 10101101 | 1011101 | 101111 | 0 | 101110 | 100000 | 1111001 | 100001 | 110100 |
Color Harmonies of #5BAD5D
Complementary color
Monochromatic Colors of #5BAD5D
Black with #5BAD5D
Text Example
Text Example
White with #5BAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD5D; }
p { color: rgb(91,173,93); }
H1.HeaderClassName
{
color: #5BAD5D;
}
.AnyTagClassName
{
color: #5BAD5D;
}
</style>
background-color css
<style>
a { background-color: #5BAD5D; }
a { background-color: rgb(91,173,93); }
div.DivClassName
{
background-color: #5BAD5D;
}
.BgClassName
{
background-color: #5BAD5D;
}
</style>
border-color css
<style>
span { border-color: #5BAD5D; }
span { border-color: rgb(91,173,93); }
td.TdClassName
{
border-color: #5BAD5D;
}
.TagClassName
{
border-color: #5BAD5D;
}
</style>