Shades of Fern #5FCC62
Tints of Fern #5FCC62
RGB
CMYK
RGB Variations
Color information
#5FCC62 (or 0x5FCC62) is known color: Fern. HEX triplet: 5F, CC and 62. RGB value is (95,204,98). Sum of RGB (Red+Green+Blue) = 95+204+98=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC62 is #A0339D. Grayscale: #9F9F9F. Windows color (decimal): -10498974 or 6474847. OLE color: 6474847.
HSL color Cylindrical-coordinate representation of color #5FCC62: hue angle of 121.65º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC62 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 98 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.2 |
| HSL | 121.65º | 0.52% | 0.59% | - |
| HSV(B) | 121.65º | 0.53% | 0.8% | - |
| XYZ | 28.52 | 46.5 | 19.03 | - |
| YUV | 159.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 98 | 0.53 | 0 | 0.52 | 0.2 | 121.65 | 0.52 | 0.59 |
| Hex | 5F | CC | 62 | 35 | 0 | 34 | 14 | 7A | 34 | 3B |
| Octal | 137 | 314 | 142 | 65 | 0 | 64 | 24 | 172 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1100010 | 110101 | 0 | 110100 | 10100 | 1111010 | 110100 | 111011 |
Color Harmonies of #5FCC62
Complementary color
Monochromatic Colors of #5FCC62
Black with #5FCC62
Text Example
Text Example
White with #5FCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC62; }
p { color: rgb(95,204,98); }
H1.HeaderClassName
{
color: #5FCC62;
}
.AnyTagClassName
{
color: #5FCC62;
}
</style>
background-color css
<style>
a { background-color: #5FCC62; }
a { background-color: rgb(95,204,98); }
div.DivClassName
{
background-color: #5FCC62;
}
.BgClassName
{
background-color: #5FCC62;
}
</style>
border-color css
<style>
span { border-color: #5FCC62; }
span { border-color: rgb(95,204,98); }
td.TdClassName
{
border-color: #5FCC62;
}
.TagClassName
{
border-color: #5FCC62;
}
</style>