Shades of Fern #4CBD5E
Tints of Fern #4CBD5E
RGB
CMYK
RGB Variations
Color information
#4CBD5E (or 0x4CBD5E) is known color: Fern. HEX triplet: 4C, BD and 5E. RGB value is (76,189,94). Sum of RGB (Red+Green+Blue) = 76+189+94=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBD5E is #B342A1. Grayscale: #909090. Windows color (decimal): -11748002 or 6208844. OLE color: 6208844.
HSL color Cylindrical-coordinate representation of color #4CBD5E: hue angle of 129.56º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBD5E is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 94 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.26 |
| HSL | 129.56º | 0.46% | 0.52% | - |
| HSV(B) | 129.56º | 0.6% | 0.74% | - |
| XYZ | 23.2 | 38.74 | 16.84 | - |
| YUV | 144.38 | 99.56 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 94 | 0.60 | 0 | 0.50 | 0.26 | 129.56 | 0.46 | 0.52 |
| Hex | 4C | BD | 5E | 3C | 0 | 32 | 1A | 82 | 2E | 34 |
| Octal | 114 | 275 | 136 | 74 | 0 | 62 | 32 | 202 | 56 | 64 |
| Binary | 1001100 | 10111101 | 1011110 | 111100 | 0 | 110010 | 11010 | 10000010 | 101110 | 110100 |
Color Harmonies of #4CBD5E
Complementary color
Monochromatic Colors of #4CBD5E
Black with #4CBD5E
Text Example
Text Example
White with #4CBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBD5E; }
p { color: rgb(76,189,94); }
H1.HeaderClassName
{
color: #4CBD5E;
}
.AnyTagClassName
{
color: #4CBD5E;
}
</style>
background-color css
<style>
a { background-color: #4CBD5E; }
a { background-color: rgb(76,189,94); }
div.DivClassName
{
background-color: #4CBD5E;
}
.BgClassName
{
background-color: #4CBD5E;
}
</style>
border-color css
<style>
span { border-color: #4CBD5E; }
span { border-color: rgb(76,189,94); }
td.TdClassName
{
border-color: #4CBD5E;
}
.TagClassName
{
border-color: #4CBD5E;
}
</style>