Shades of Fern #5BA962
Tints of Fern #5BA962
RGB
CMYK
RGB Variations
Color information
#5BA962 (or 0x5BA962) is known color: Fern. HEX triplet: 5B, A9 and 62. RGB value is (91,169,98). Sum of RGB (Red+Green+Blue) = 91+169+98=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA962 is #A4569D. Grayscale: #898989. Windows color (decimal): -10770078 or 6465883. OLE color: 6465883.
HSL color Cylindrical-coordinate representation of color #5BA962: hue angle of 125.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA962 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 98 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.34 |
| HSL | 125.38º | 0.31% | 0.51% | - |
| HSV(B) | 125.38º | 0.46% | 0.66% | - |
| XYZ | 20.71 | 31.48 | 16.54 | - |
| YUV | 137.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 98 | 0.46 | 0 | 0.42 | 0.34 | 125.38 | 0.31 | 0.51 |
| Hex | 5B | A9 | 62 | 2E | 0 | 2A | 22 | 7D | 1F | 33 |
| Octal | 133 | 251 | 142 | 56 | 0 | 52 | 42 | 175 | 37 | 63 |
| Binary | 1011011 | 10101001 | 1100010 | 101110 | 0 | 101010 | 100010 | 1111101 | 11111 | 110011 |
Color Harmonies of #5BA962
Complementary color
Monochromatic Colors of #5BA962
Black with #5BA962
Text Example
Text Example
White with #5BA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA962; }
p { color: rgb(91,169,98); }
H1.HeaderClassName
{
color: #5BA962;
}
.AnyTagClassName
{
color: #5BA962;
}
</style>
background-color css
<style>
a { background-color: #5BA962; }
a { background-color: rgb(91,169,98); }
div.DivClassName
{
background-color: #5BA962;
}
.BgClassName
{
background-color: #5BA962;
}
</style>
border-color css
<style>
span { border-color: #5BA962; }
span { border-color: rgb(91,169,98); }
td.TdClassName
{
border-color: #5BA962;
}
.TagClassName
{
border-color: #5BA962;
}
</style>