Shades of Fern #5FCC6B
Tints of Fern #5FCC6B
RGB
CMYK
RGB Variations
Color information
#5FCC6B (or 0x5FCC6B) is known color: Fern. HEX triplet: 5F, CC and 6B. RGB value is (95,204,107). Sum of RGB (Red+Green+Blue) = 95+204+107=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC6B is #A03394. Grayscale: #A0A0A0. Windows color (decimal): -10498965 or 7064671. OLE color: 7064671.
HSL color Cylindrical-coordinate representation of color #5FCC6B: hue angle of 126.61º 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 #5FCC6B is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 107 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.2 |
| HSL | 126.61º | 0.52% | 0.59% | - |
| HSV(B) | 126.61º | 0.53% | 0.8% | - |
| XYZ | 28.97 | 46.68 | 21.39 | - |
| YUV | 160.35 | 97.89 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 107 | 0.53 | 0 | 0.48 | 0.2 | 126.61 | 0.52 | 0.59 |
| Hex | 5F | CC | 6B | 35 | 0 | 30 | 14 | 7F | 34 | 3B |
| Octal | 137 | 314 | 153 | 65 | 0 | 60 | 24 | 177 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1101011 | 110101 | 0 | 110000 | 10100 | 1111111 | 110100 | 111011 |
Color Harmonies of #5FCC6B
Complementary color
Monochromatic Colors of #5FCC6B
Black with #5FCC6B
Text Example
Text Example
White with #5FCC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC6B; }
p { color: rgb(95,204,107); }
H1.HeaderClassName
{
color: #5FCC6B;
}
.AnyTagClassName
{
color: #5FCC6B;
}
</style>
background-color css
<style>
a { background-color: #5FCC6B; }
a { background-color: rgb(95,204,107); }
div.DivClassName
{
background-color: #5FCC6B;
}
.BgClassName
{
background-color: #5FCC6B;
}
</style>
border-color css
<style>
span { border-color: #5FCC6B; }
span { border-color: rgb(95,204,107); }
td.TdClassName
{
border-color: #5FCC6B;
}
.TagClassName
{
border-color: #5FCC6B;
}
</style>