Shades of Fern #54BC5E
Tints of Fern #54BC5E
RGB
CMYK
RGB Variations
Color information
#54BC5E (or 0x54BC5E) is known color: Fern. HEX triplet: 54, BC and 5E. RGB value is (84,188,94). Sum of RGB (Red+Green+Blue) = 84+188+94=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC5E is #AB43A1. Grayscale: #929292. Windows color (decimal): -11223970 or 6208596. OLE color: 6208596.
HSL color Cylindrical-coordinate representation of color #54BC5E: hue angle of 125.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC5E is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 94 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.26 |
| HSL | 125.77º | 0.44% | 0.53% | - |
| HSV(B) | 125.77º | 0.55% | 0.74% | - |
| XYZ | 23.66 | 38.66 | 16.8 | - |
| YUV | 146.19 | 98.54 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 94 | 0.55 | 0 | 0.50 | 0.26 | 125.77 | 0.44 | 0.53 |
| Hex | 54 | BC | 5E | 37 | 0 | 32 | 1A | 7E | 2C | 35 |
| Octal | 124 | 274 | 136 | 67 | 0 | 62 | 32 | 176 | 54 | 65 |
| Binary | 1010100 | 10111100 | 1011110 | 110111 | 0 | 110010 | 11010 | 1111110 | 101100 | 110101 |
Color Harmonies of #54BC5E
Complementary color
Monochromatic Colors of #54BC5E
Black with #54BC5E
Text Example
Text Example
White with #54BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC5E; }
p { color: rgb(84,188,94); }
H1.HeaderClassName
{
color: #54BC5E;
}
.AnyTagClassName
{
color: #54BC5E;
}
</style>
background-color css
<style>
a { background-color: #54BC5E; }
a { background-color: rgb(84,188,94); }
div.DivClassName
{
background-color: #54BC5E;
}
.BgClassName
{
background-color: #54BC5E;
}
</style>
border-color css
<style>
span { border-color: #54BC5E; }
span { border-color: rgb(84,188,94); }
td.TdClassName
{
border-color: #54BC5E;
}
.TagClassName
{
border-color: #54BC5E;
}
</style>