Shades of Fern #54B160
Tints of Fern #54B160
RGB
CMYK
RGB Variations
Color information
#54B160 (or 0x54B160) is known color: Fern. HEX triplet: 54, B1 and 60. RGB value is (84,177,96). Sum of RGB (Red+Green+Blue) = 84+177+96=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #54B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B160 is #AB4E9F. Grayscale: #8C8C8C. Windows color (decimal): -11226784 or 6336852. OLE color: 6336852.
HSL color Cylindrical-coordinate representation of color #54B160: hue angle of 127.74º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B160 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 177 | 96 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.31 |
| HSL | 127.74º | 0.37% | 0.51% | - |
| HSV(B) | 127.74º | 0.53% | 0.69% | - |
| XYZ | 21.49 | 34.17 | 16.53 | - |
| YUV | 139.96 | 103.19 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 96 | 0.53 | 0 | 0.46 | 0.31 | 127.74 | 0.37 | 0.51 |
| Hex | 54 | B1 | 60 | 35 | 0 | 2E | 1F | 80 | 25 | 33 |
| Octal | 124 | 261 | 140 | 65 | 0 | 56 | 37 | 200 | 45 | 63 |
| Binary | 1010100 | 10110001 | 1100000 | 110101 | 0 | 101110 | 11111 | 10000000 | 100101 | 110011 |
Color Harmonies of #54B160
Complementary color
Monochromatic Colors of #54B160
Black with #54B160
Text Example
Text Example
White with #54B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B160; }
p { color: rgb(84,177,96); }
H1.HeaderClassName
{
color: #54B160;
}
.AnyTagClassName
{
color: #54B160;
}
</style>
background-color css
<style>
a { background-color: #54B160; }
a { background-color: rgb(84,177,96); }
div.DivClassName
{
background-color: #54B160;
}
.BgClassName
{
background-color: #54B160;
}
</style>
border-color css
<style>
span { border-color: #54B160; }
span { border-color: rgb(84,177,96); }
td.TdClassName
{
border-color: #54B160;
}
.TagClassName
{
border-color: #54B160;
}
</style>