Shades of Fern #4CC05B
Tints of Fern #4CC05B
RGB
CMYK
RGB Variations
Color information
#4CC05B (or 0x4CC05B) is known color: Fern. HEX triplet: 4C, C0 and 5B. RGB value is (76,192,91). Sum of RGB (Red+Green+Blue) = 76+192+91=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC05B is #B33FA4. Grayscale: #929292. Windows color (decimal): -11747237 or 6013004. OLE color: 6013004.
HSL color Cylindrical-coordinate representation of color #4CC05B: hue angle of 127.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC05B is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 91 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.25 |
| HSL | 127.76º | 0.48% | 0.53% | - |
| HSV(B) | 127.76º | 0.6% | 0.75% | - |
| XYZ | 23.72 | 39.99 | 16.37 | - |
| YUV | 145.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 91 | 0.60 | 0 | 0.53 | 0.25 | 127.76 | 0.48 | 0.53 |
| Hex | 4C | C0 | 5B | 3C | 0 | 35 | 19 | 80 | 30 | 35 |
| Octal | 114 | 300 | 133 | 74 | 0 | 65 | 31 | 200 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1011011 | 111100 | 0 | 110101 | 11001 | 10000000 | 110000 | 110101 |
Color Harmonies of #4CC05B
Complementary color
Monochromatic Colors of #4CC05B
Black with #4CC05B
Text Example
Text Example
White with #4CC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC05B; }
p { color: rgb(76,192,91); }
H1.HeaderClassName
{
color: #4CC05B;
}
.AnyTagClassName
{
color: #4CC05B;
}
</style>
background-color css
<style>
a { background-color: #4CC05B; }
a { background-color: rgb(76,192,91); }
div.DivClassName
{
background-color: #4CC05B;
}
.BgClassName
{
background-color: #4CC05B;
}
</style>
border-color css
<style>
span { border-color: #4CC05B; }
span { border-color: rgb(76,192,91); }
td.TdClassName
{
border-color: #4CC05B;
}
.TagClassName
{
border-color: #4CC05B;
}
</style>