Shades of Fern #4ACB55
Tints of Fern #4ACB55
RGB
CMYK
RGB Variations
Color information
#4ACB55 (or 0x4ACB55) is known color: Fern. HEX triplet: 4A, CB and 55. RGB value is (74,203,85). Sum of RGB (Red+Green+Blue) = 74+203+85=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB55 is #B534AA. Grayscale: #979797. Windows color (decimal): -11875499 or 5622602. OLE color: 5622602.
HSL color Cylindrical-coordinate representation of color #4ACB55: hue angle of 125.12º 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 #4ACB55 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 85 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.20 |
| HSL | 125.12º | 0.55% | 0.54% | - |
| HSV(B) | 125.12º | 0.64% | 0.8% | - |
| XYZ | 25.82 | 44.82 | 15.89 | - |
| YUV | 150.98 | 90.76 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 85 | 0.64 | 0 | 0.58 | 0.20 | 125.12 | 0.55 | 0.54 |
| Hex | 4A | CB | 55 | 40 | 0 | 3A | 14 | 7D | 37 | 36 |
| Octal | 112 | 313 | 125 | 100 | 0 | 72 | 24 | 175 | 67 | 66 |
| Binary | 1001010 | 11001011 | 1010101 | 1000000 | 0 | 111010 | 10100 | 1111101 | 110111 | 110110 |
Color Harmonies of #4ACB55
Complementary color
Monochromatic Colors of #4ACB55
Black with #4ACB55
Text Example
Text Example
White with #4ACB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB55; }
p { color: rgb(74,203,85); }
H1.HeaderClassName
{
color: #4ACB55;
}
.AnyTagClassName
{
color: #4ACB55;
}
</style>
background-color css
<style>
a { background-color: #4ACB55; }
a { background-color: rgb(74,203,85); }
div.DivClassName
{
background-color: #4ACB55;
}
.BgClassName
{
background-color: #4ACB55;
}
</style>
border-color css
<style>
span { border-color: #4ACB55; }
span { border-color: rgb(74,203,85); }
td.TdClassName
{
border-color: #4ACB55;
}
.TagClassName
{
border-color: #4ACB55;
}
</style>