Shades of Fern #4CC85A
Tints of Fern #4CC85A
RGB
CMYK
RGB Variations
Color information
#4CC85A (or 0x4CC85A) is known color: Fern. HEX triplet: 4C, C8 and 5A. RGB value is (76,200,90). Sum of RGB (Red+Green+Blue) = 76+200+90=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC85A is #B337A5. Grayscale: #969696. Windows color (decimal): -11745190 or 5949516. OLE color: 5949516.
HSL color Cylindrical-coordinate representation of color #4CC85A: hue angle of 126.77º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC85A is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 200 | 90 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.22 |
| HSL | 126.77º | 0.53% | 0.54% | - |
| HSV(B) | 126.77º | 0.62% | 0.78% | - |
| XYZ | 25.48 | 43.58 | 16.74 | - |
| YUV | 150.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 200 | 90 | 0.62 | 0 | 0.55 | 0.22 | 126.77 | 0.53 | 0.54 |
| Hex | 4C | C8 | 5A | 3E | 0 | 37 | 16 | 7F | 35 | 36 |
| Octal | 114 | 310 | 132 | 76 | 0 | 67 | 26 | 177 | 65 | 66 |
| Binary | 1001100 | 11001000 | 1011010 | 111110 | 0 | 110111 | 10110 | 1111111 | 110101 | 110110 |
Color Harmonies of #4CC85A
Complementary color
Monochromatic Colors of #4CC85A
Black with #4CC85A
Text Example
Text Example
White with #4CC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC85A; }
p { color: rgb(76,200,90); }
H1.HeaderClassName
{
color: #4CC85A;
}
.AnyTagClassName
{
color: #4CC85A;
}
</style>
background-color css
<style>
a { background-color: #4CC85A; }
a { background-color: rgb(76,200,90); }
div.DivClassName
{
background-color: #4CC85A;
}
.BgClassName
{
background-color: #4CC85A;
}
</style>
border-color css
<style>
span { border-color: #4CC85A; }
span { border-color: rgb(76,200,90); }
td.TdClassName
{
border-color: #4CC85A;
}
.TagClassName
{
border-color: #4CC85A;
}
</style>