Shades of Fern #4ACB54
Tints of Fern #4ACB54
RGB
CMYK
RGB Variations
Color information
#4ACB54 (or 0x4ACB54) is known color: Fern. HEX triplet: 4A, CB and 54. RGB value is (74,203,84). Sum of RGB (Red+Green+Blue) = 74+203+84=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB54 is #B534AB. Grayscale: #979797. Windows color (decimal): -11875500 or 5557066. OLE color: 5557066.
HSL color Cylindrical-coordinate representation of color #4ACB54: hue angle of 124.65º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB54 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 84 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.20 |
| HSL | 124.65º | 0.55% | 0.54% | - |
| HSV(B) | 124.65º | 0.64% | 0.8% | - |
| XYZ | 25.78 | 44.81 | 15.68 | - |
| YUV | 150.86 | 90.26 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 84 | 0.64 | 0 | 0.59 | 0.20 | 124.65 | 0.55 | 0.54 |
| Hex | 4A | CB | 54 | 40 | 0 | 3B | 14 | 7D | 37 | 36 |
| Octal | 112 | 313 | 124 | 100 | 0 | 73 | 24 | 175 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1010100 | 1000000 | 0 | 111011 | 10100 | 1111101 | 110111 | 110110 |
Color Harmonies of #4ACB54
Complementary color
Monochromatic Colors of #4ACB54
Black with #4ACB54
Text Example
Text Example
White with #4ACB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB54; }
p { color: rgb(74,203,84); }
H1.HeaderClassName
{
color: #4ACB54;
}
.AnyTagClassName
{
color: #4ACB54;
}
</style>
background-color css
<style>
a { background-color: #4ACB54; }
a { background-color: rgb(74,203,84); }
div.DivClassName
{
background-color: #4ACB54;
}
.BgClassName
{
background-color: #4ACB54;
}
</style>
border-color css
<style>
span { border-color: #4ACB54; }
span { border-color: rgb(74,203,84); }
td.TdClassName
{
border-color: #4ACB54;
}
.TagClassName
{
border-color: #4ACB54;
}
</style>