Shades of Fern #54BA6C
Tints of Fern #54BA6C
RGB
CMYK
RGB Variations
Color information
#54BA6C (or 0x54BA6C) is known color: Fern. HEX triplet: 54, BA and 6C. RGB value is (84,186,108). Sum of RGB (Red+Green+Blue) = 84+186+108=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA6C is #AB4593. Grayscale: #929292. Windows color (decimal): -11224468 or 7125588. OLE color: 7125588.
HSL color Cylindrical-coordinate representation of color #54BA6C: hue angle of 134.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BA6C is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 108 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.27 |
| HSL | 134.12º | 0.43% | 0.53% | - |
| HSV(B) | 134.12º | 0.55% | 0.73% | - |
| XYZ | 23.92 | 38.09 | 20.28 | - |
| YUV | 146.61 | 106.21 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 108 | 0.55 | 0 | 0.42 | 0.27 | 134.12 | 0.43 | 0.53 |
| Hex | 54 | BA | 6C | 37 | 0 | 2A | 1B | 86 | 2A | 35 |
| Octal | 124 | 272 | 154 | 67 | 0 | 52 | 33 | 206 | 52 | 65 |
| Binary | 1010100 | 10111010 | 1101100 | 110111 | 0 | 101010 | 11011 | 10000110 | 101010 | 110101 |
Color Harmonies of #54BA6C
Complementary color
Monochromatic Colors of #54BA6C
Black with #54BA6C
Text Example
Text Example
White with #54BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA6C; }
p { color: rgb(84,186,108); }
H1.HeaderClassName
{
color: #54BA6C;
}
.AnyTagClassName
{
color: #54BA6C;
}
</style>
background-color css
<style>
a { background-color: #54BA6C; }
a { background-color: rgb(84,186,108); }
div.DivClassName
{
background-color: #54BA6C;
}
.BgClassName
{
background-color: #54BA6C;
}
</style>
border-color css
<style>
span { border-color: #54BA6C; }
span { border-color: rgb(84,186,108); }
td.TdClassName
{
border-color: #54BA6C;
}
.TagClassName
{
border-color: #54BA6C;
}
</style>