Shades of Fern #5FC565
Tints of Fern #5FC565
RGB
CMYK
RGB Variations
Color information
#5FC565 (or 0x5FC565) is known color: Fern. HEX triplet: 5F, C5 and 65. RGB value is (95,197,101). Sum of RGB (Red+Green+Blue) = 95+197+101=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC565 is #A03A9A. Grayscale: #9B9B9B. Windows color (decimal): -10500763 or 6669663. OLE color: 6669663.
HSL color Cylindrical-coordinate representation of color #5FC565: hue angle of 123.53º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC565 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 101 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.23 |
| HSL | 123.53º | 0.47% | 0.57% | - |
| HSV(B) | 123.53º | 0.52% | 0.77% | - |
| XYZ | 27.03 | 43.3 | 19.25 | - |
| YUV | 155.56 | 97.21 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 101 | 0.52 | 0 | 0.49 | 0.23 | 123.53 | 0.47 | 0.57 |
| Hex | 5F | C5 | 65 | 34 | 0 | 31 | 17 | 7C | 2F | 39 |
| Octal | 137 | 305 | 145 | 64 | 0 | 61 | 27 | 174 | 57 | 71 |
| Binary | 1011111 | 11000101 | 1100101 | 110100 | 0 | 110001 | 10111 | 1111100 | 101111 | 111001 |
Color Harmonies of #5FC565
Complementary color
Monochromatic Colors of #5FC565
Black with #5FC565
Text Example
Text Example
White with #5FC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC565; }
p { color: rgb(95,197,101); }
H1.HeaderClassName
{
color: #5FC565;
}
.AnyTagClassName
{
color: #5FC565;
}
</style>
background-color css
<style>
a { background-color: #5FC565; }
a { background-color: rgb(95,197,101); }
div.DivClassName
{
background-color: #5FC565;
}
.BgClassName
{
background-color: #5FC565;
}
</style>
border-color css
<style>
span { border-color: #5FC565; }
span { border-color: rgb(95,197,101); }
td.TdClassName
{
border-color: #5FC565;
}
.TagClassName
{
border-color: #5FC565;
}
</style>