Shades of Fern #4BB962
Tints of Fern #4BB962
RGB
CMYK
RGB Variations
Color information
#4BB962 (or 0x4BB962) is known color: Fern. HEX triplet: 4B, B9 and 62. RGB value is (75,185,98). Sum of RGB (Red+Green+Blue) = 75+185+98=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB962 is #B4469D. Grayscale: #8E8E8E. Windows color (decimal): -11814558 or 6469963. OLE color: 6469963.
HSL color Cylindrical-coordinate representation of color #4BB962: hue angle of 132.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB962 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 185 | 98 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.27 |
| HSL | 132.55º | 0.44% | 0.51% | - |
| HSV(B) | 132.55º | 0.59% | 0.73% | - |
| XYZ | 22.46 | 37.08 | 17.53 | - |
| YUV | 142.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 185 | 98 | 0.59 | 0 | 0.47 | 0.27 | 132.55 | 0.44 | 0.51 |
| Hex | 4B | B9 | 62 | 3B | 0 | 2F | 1B | 85 | 2C | 33 |
| Octal | 113 | 271 | 142 | 73 | 0 | 57 | 33 | 205 | 54 | 63 |
| Binary | 1001011 | 10111001 | 1100010 | 111011 | 0 | 101111 | 11011 | 10000101 | 101100 | 110011 |
Color Harmonies of #4BB962
Complementary color
Monochromatic Colors of #4BB962
Black with #4BB962
Text Example
Text Example
White with #4BB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB962; }
p { color: rgb(75,185,98); }
H1.HeaderClassName
{
color: #4BB962;
}
.AnyTagClassName
{
color: #4BB962;
}
</style>
background-color css
<style>
a { background-color: #4BB962; }
a { background-color: rgb(75,185,98); }
div.DivClassName
{
background-color: #4BB962;
}
.BgClassName
{
background-color: #4BB962;
}
</style>
border-color css
<style>
span { border-color: #4BB962; }
span { border-color: rgb(75,185,98); }
td.TdClassName
{
border-color: #4BB962;
}
.TagClassName
{
border-color: #4BB962;
}
</style>