Shades of Fern #4BCB58
Tints of Fern #4BCB58
RGB
CMYK
RGB Variations
Color information
#4BCB58 (or 0x4BCB58) is known color: Fern. HEX triplet: 4B, CB and 58. RGB value is (75,203,88). Sum of RGB (Red+Green+Blue) = 75+203+88=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB58 is #B434A7. Grayscale: #979797. Windows color (decimal): -11809960 or 5819211. OLE color: 5819211.
HSL color Cylindrical-coordinate representation of color #4BCB58: hue angle of 126.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB58 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 88 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.20 |
| HSL | 126.09º | 0.55% | 0.55% | - |
| HSV(B) | 126.09º | 0.63% | 0.8% | - |
| XYZ | 26.02 | 44.91 | 16.53 | - |
| YUV | 151.62 | 92.09 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 88 | 0.63 | 0 | 0.57 | 0.20 | 126.09 | 0.55 | 0.55 |
| Hex | 4B | CB | 58 | 3F | 0 | 39 | 14 | 7E | 37 | 37 |
| Octal | 113 | 313 | 130 | 77 | 0 | 71 | 24 | 176 | 67 | 67 |
| Binary | 1001011 | 11001011 | 1011000 | 111111 | 0 | 111001 | 10100 | 1111110 | 110111 | 110111 |
Color Harmonies of #4BCB58
Complementary color
Monochromatic Colors of #4BCB58
Black with #4BCB58
Text Example
Text Example
White with #4BCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB58; }
p { color: rgb(75,203,88); }
H1.HeaderClassName
{
color: #4BCB58;
}
.AnyTagClassName
{
color: #4BCB58;
}
</style>
background-color css
<style>
a { background-color: #4BCB58; }
a { background-color: rgb(75,203,88); }
div.DivClassName
{
background-color: #4BCB58;
}
.BgClassName
{
background-color: #4BCB58;
}
</style>
border-color css
<style>
span { border-color: #4BCB58; }
span { border-color: rgb(75,203,88); }
td.TdClassName
{
border-color: #4BCB58;
}
.TagClassName
{
border-color: #4BCB58;
}
</style>