Shades of Fern #5FCB6A
Tints of Fern #5FCB6A
RGB
CMYK
RGB Variations
Color information
#5FCB6A (or 0x5FCB6A) is known color: Fern. HEX triplet: 5F, CB and 6A. RGB value is (95,203,106). Sum of RGB (Red+Green+Blue) = 95+203+106=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCB6A is #A03495. Grayscale: #9F9F9F. Windows color (decimal): -10499222 or 6998879. OLE color: 6998879.
HSL color Cylindrical-coordinate representation of color #5FCB6A: hue angle of 126.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCB6A is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 106 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.20 |
| HSL | 126.11º | 0.51% | 0.58% | - |
| HSV(B) | 126.11º | 0.53% | 0.8% | - |
| XYZ | 28.68 | 46.19 | 21.04 | - |
| YUV | 159.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 106 | 0.53 | 0 | 0.48 | 0.20 | 126.11 | 0.51 | 0.58 |
| Hex | 5F | CB | 6A | 35 | 0 | 30 | 14 | 7E | 33 | 3A |
| Octal | 137 | 313 | 152 | 65 | 0 | 60 | 24 | 176 | 63 | 72 |
| Binary | 1011111 | 11001011 | 1101010 | 110101 | 0 | 110000 | 10100 | 1111110 | 110011 | 111010 |
Color Harmonies of #5FCB6A
Complementary color
Monochromatic Colors of #5FCB6A
Black with #5FCB6A
Text Example
Text Example
White with #5FCB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB6A; }
p { color: rgb(95,203,106); }
H1.HeaderClassName
{
color: #5FCB6A;
}
.AnyTagClassName
{
color: #5FCB6A;
}
</style>
background-color css
<style>
a { background-color: #5FCB6A; }
a { background-color: rgb(95,203,106); }
div.DivClassName
{
background-color: #5FCB6A;
}
.BgClassName
{
background-color: #5FCB6A;
}
</style>
border-color css
<style>
span { border-color: #5FCB6A; }
span { border-color: rgb(95,203,106); }
td.TdClassName
{
border-color: #5FCB6A;
}
.TagClassName
{
border-color: #5FCB6A;
}
</style>