Shades of Fern #54BA6A
Tints of Fern #54BA6A
RGB
CMYK
RGB Variations
Color information
#54BA6A (or 0x54BA6A) is known color: Fern. HEX triplet: 54, BA and 6A. RGB value is (84,186,106). Sum of RGB (Red+Green+Blue) = 84+186+106=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA6A is #AB4595. Grayscale: #929292. Windows color (decimal): -11224470 or 6994516. OLE color: 6994516.
HSL color Cylindrical-coordinate representation of color #54BA6A: hue angle of 132.94º 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 #54BA6A is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 106 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.27 |
| HSL | 132.94º | 0.43% | 0.53% | - |
| HSV(B) | 132.94º | 0.55% | 0.73% | - |
| XYZ | 23.82 | 38.04 | 19.72 | - |
| YUV | 146.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 106 | 0.55 | 0 | 0.43 | 0.27 | 132.94 | 0.43 | 0.53 |
| Hex | 54 | BA | 6A | 37 | 0 | 2B | 1B | 85 | 2A | 35 |
| Octal | 124 | 272 | 152 | 67 | 0 | 53 | 33 | 205 | 52 | 65 |
| Binary | 1010100 | 10111010 | 1101010 | 110111 | 0 | 101011 | 11011 | 10000101 | 101010 | 110101 |
Color Harmonies of #54BA6A
Complementary color
Monochromatic Colors of #54BA6A
Black with #54BA6A
Text Example
Text Example
White with #54BA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA6A; }
p { color: rgb(84,186,106); }
H1.HeaderClassName
{
color: #54BA6A;
}
.AnyTagClassName
{
color: #54BA6A;
}
</style>
background-color css
<style>
a { background-color: #54BA6A; }
a { background-color: rgb(84,186,106); }
div.DivClassName
{
background-color: #54BA6A;
}
.BgClassName
{
background-color: #54BA6A;
}
</style>
border-color css
<style>
span { border-color: #54BA6A; }
span { border-color: rgb(84,186,106); }
td.TdClassName
{
border-color: #54BA6A;
}
.TagClassName
{
border-color: #54BA6A;
}
</style>