Shades of Fern #4FCB5A
Tints of Fern #4FCB5A
RGB
CMYK
RGB Variations
Color information
#4FCB5A (or 0x4FCB5A) is known color: Fern. HEX triplet: 4F, CB and 5A. RGB value is (79,203,90). Sum of RGB (Red+Green+Blue) = 79+203+90=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCB5A is #B034A5. Grayscale: #999999. Windows color (decimal): -11547814 or 5950287. OLE color: 5950287.
HSL color Cylindrical-coordinate representation of color #4FCB5A: hue angle of 125.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCB5A is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 90 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.20 |
| HSL | 125.32º | 0.54% | 0.55% | - |
| HSV(B) | 125.32º | 0.61% | 0.8% | - |
| XYZ | 26.43 | 45.11 | 16.99 | - |
| YUV | 153.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 90 | 0.61 | 0 | 0.56 | 0.20 | 125.32 | 0.54 | 0.55 |
| Hex | 4F | CB | 5A | 3D | 0 | 38 | 14 | 7D | 36 | 37 |
| Octal | 117 | 313 | 132 | 75 | 0 | 70 | 24 | 175 | 66 | 67 |
| Binary | 1001111 | 11001011 | 1011010 | 111101 | 0 | 111000 | 10100 | 1111101 | 110110 | 110111 |
Color Harmonies of #4FCB5A
Complementary color
Monochromatic Colors of #4FCB5A
Black with #4FCB5A
Text Example
Text Example
White with #4FCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCB5A; }
p { color: rgb(79,203,90); }
H1.HeaderClassName
{
color: #4FCB5A;
}
.AnyTagClassName
{
color: #4FCB5A;
}
</style>
background-color css
<style>
a { background-color: #4FCB5A; }
a { background-color: rgb(79,203,90); }
div.DivClassName
{
background-color: #4FCB5A;
}
.BgClassName
{
background-color: #4FCB5A;
}
</style>
border-color css
<style>
span { border-color: #4FCB5A; }
span { border-color: rgb(79,203,90); }
td.TdClassName
{
border-color: #4FCB5A;
}
.TagClassName
{
border-color: #4FCB5A;
}
</style>