Shades of Fern #4FCC52
Tints of Fern #4FCC52
RGB
CMYK
RGB Variations
Color information
#4FCC52 (or 0x4FCC52) is known color: Fern. HEX triplet: 4F, CC and 52. RGB value is (79,204,82). Sum of RGB (Red+Green+Blue) = 79+204+82=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCC52 is #B033AD. Grayscale: #999999. Windows color (decimal): -11547566 or 5426255. OLE color: 5426255.
HSL color Cylindrical-coordinate representation of color #4FCC52: hue angle of 121.44º degrees, saturation: 0.55, 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 #4FCC52 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 82 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.2 |
| HSL | 121.44º | 0.55% | 0.55% | - |
| HSV(B) | 121.44º | 0.61% | 0.8% | - |
| XYZ | 26.34 | 45.46 | 15.37 | - |
| YUV | 152.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 82 | 0.61 | 0 | 0.60 | 0.2 | 121.44 | 0.55 | 0.55 |
| Hex | 4F | CC | 52 | 3D | 0 | 3C | 14 | 79 | 37 | 37 |
| Octal | 117 | 314 | 122 | 75 | 0 | 74 | 24 | 171 | 67 | 67 |
| Binary | 1001111 | 11001100 | 1010010 | 111101 | 0 | 111100 | 10100 | 1111001 | 110111 | 110111 |
Color Harmonies of #4FCC52
Complementary color
Monochromatic Colors of #4FCC52
Black with #4FCC52
Text Example
Text Example
White with #4FCC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCC52; }
p { color: rgb(79,204,82); }
H1.HeaderClassName
{
color: #4FCC52;
}
.AnyTagClassName
{
color: #4FCC52;
}
</style>
background-color css
<style>
a { background-color: #4FCC52; }
a { background-color: rgb(79,204,82); }
div.DivClassName
{
background-color: #4FCC52;
}
.BgClassName
{
background-color: #4FCC52;
}
</style>
border-color css
<style>
span { border-color: #4FCC52; }
span { border-color: rgb(79,204,82); }
td.TdClassName
{
border-color: #4FCC52;
}
.TagClassName
{
border-color: #4FCC52;
}
</style>