Shades of Fern #54BA68
Tints of Fern #54BA68
RGB
CMYK
RGB Variations
Color information
#54BA68 (or 0x54BA68) is known color: Fern. HEX triplet: 54, BA and 68. RGB value is (84,186,104). Sum of RGB (Red+Green+Blue) = 84+186+104=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA68 is #AB4597. Grayscale: #929292. Windows color (decimal): -11224472 or 6863444. OLE color: 6863444.
HSL color Cylindrical-coordinate representation of color #54BA68: hue angle of 131.76º 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 #54BA68 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 104 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.27 |
| HSL | 131.76º | 0.43% | 0.53% | - |
| HSV(B) | 131.76º | 0.55% | 0.73% | - |
| XYZ | 23.71 | 38 | 19.18 | - |
| YUV | 146.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 104 | 0.55 | 0 | 0.44 | 0.27 | 131.76 | 0.43 | 0.53 |
| Hex | 54 | BA | 68 | 37 | 0 | 2C | 1B | 84 | 2A | 35 |
| Octal | 124 | 272 | 150 | 67 | 0 | 54 | 33 | 204 | 52 | 65 |
| Binary | 1010100 | 10111010 | 1101000 | 110111 | 0 | 101100 | 11011 | 10000100 | 101010 | 110101 |
Color Harmonies of #54BA68
Complementary color
Monochromatic Colors of #54BA68
Black with #54BA68
Text Example
Text Example
White with #54BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA68; }
p { color: rgb(84,186,104); }
H1.HeaderClassName
{
color: #54BA68;
}
.AnyTagClassName
{
color: #54BA68;
}
</style>
background-color css
<style>
a { background-color: #54BA68; }
a { background-color: rgb(84,186,104); }
div.DivClassName
{
background-color: #54BA68;
}
.BgClassName
{
background-color: #54BA68;
}
</style>
border-color css
<style>
span { border-color: #54BA68; }
span { border-color: rgb(84,186,104); }
td.TdClassName
{
border-color: #54BA68;
}
.TagClassName
{
border-color: #54BA68;
}
</style>