Shades of Fern #5FC063
Tints of Fern #5FC063
RGB
CMYK
RGB Variations
Color information
#5FC063 (or 0x5FC063) is known color: Fern. HEX triplet: 5F, C0 and 63. RGB value is (95,192,99). Sum of RGB (Red+Green+Blue) = 95+192+99=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC063 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC063 is #A03F9C. Grayscale: #989898. Windows color (decimal): -10502045 or 6537311. OLE color: 6537311.
HSL color Cylindrical-coordinate representation of color #5FC063: hue angle of 122.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC063 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 99 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.25 |
| HSL | 122.47º | 0.43% | 0.56% | - |
| HSV(B) | 122.47º | 0.51% | 0.75% | - |
| XYZ | 25.82 | 41.03 | 18.36 | - |
| YUV | 152.4 | 97.86 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 99 | 0.51 | 0 | 0.48 | 0.25 | 122.47 | 0.43 | 0.56 |
| Hex | 5F | C0 | 63 | 33 | 0 | 30 | 19 | 7A | 2B | 38 |
| Octal | 137 | 300 | 143 | 63 | 0 | 60 | 31 | 172 | 53 | 70 |
| Binary | 1011111 | 11000000 | 1100011 | 110011 | 0 | 110000 | 11001 | 1111010 | 101011 | 111000 |
Color Harmonies of #5FC063
Complementary color
Monochromatic Colors of #5FC063
Black with #5FC063
Text Example
Text Example
White with #5FC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC063; }
p { color: rgb(95,192,99); }
H1.HeaderClassName
{
color: #5FC063;
}
.AnyTagClassName
{
color: #5FC063;
}
</style>
background-color css
<style>
a { background-color: #5FC063; }
a { background-color: rgb(95,192,99); }
div.DivClassName
{
background-color: #5FC063;
}
.BgClassName
{
background-color: #5FC063;
}
</style>
border-color css
<style>
span { border-color: #5FC063; }
span { border-color: rgb(95,192,99); }
td.TdClassName
{
border-color: #5FC063;
}
.TagClassName
{
border-color: #5FC063;
}
</style>