Shades of Fern #5FA362
Tints of Fern #5FA362
RGB
CMYK
RGB Variations
Color information
#5FA362 (or 0x5FA362) is known color: Fern. HEX triplet: 5F, A3 and 62. RGB value is (95,163,98). Sum of RGB (Red+Green+Blue) = 95+163+98=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA362 is #A05C9D. Grayscale: #878787. Windows color (decimal): -10509470 or 6464351. OLE color: 6464351.
HSL color Cylindrical-coordinate representation of color #5FA362: hue angle of 122.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA362 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 98 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.36 |
| HSL | 122.65º | 0.27% | 0.51% | - |
| HSV(B) | 122.65º | 0.42% | 0.64% | - |
| XYZ | 20.02 | 29.51 | 16.2 | - |
| YUV | 135.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 98 | 0.42 | 0 | 0.40 | 0.36 | 122.65 | 0.27 | 0.51 |
| Hex | 5F | A3 | 62 | 2A | 0 | 28 | 24 | 7B | 1B | 33 |
| Octal | 137 | 243 | 142 | 52 | 0 | 50 | 44 | 173 | 33 | 63 |
| Binary | 1011111 | 10100011 | 1100010 | 101010 | 0 | 101000 | 100100 | 1111011 | 11011 | 110011 |
Color Harmonies of #5FA362
Complementary color
Monochromatic Colors of #5FA362
Black with #5FA362
Text Example
Text Example
White with #5FA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA362; }
p { color: rgb(95,163,98); }
H1.HeaderClassName
{
color: #5FA362;
}
.AnyTagClassName
{
color: #5FA362;
}
</style>
background-color css
<style>
a { background-color: #5FA362; }
a { background-color: rgb(95,163,98); }
div.DivClassName
{
background-color: #5FA362;
}
.BgClassName
{
background-color: #5FA362;
}
</style>
border-color css
<style>
span { border-color: #5FA362; }
span { border-color: rgb(95,163,98); }
td.TdClassName
{
border-color: #5FA362;
}
.TagClassName
{
border-color: #5FA362;
}
</style>