Shades of Fern #54B963
Tints of Fern #54B963
RGB
CMYK
RGB Variations
Color information
#54B963 (or 0x54B963) is known color: Fern. HEX triplet: 54, B9 and 63. RGB value is (84,185,99). Sum of RGB (Red+Green+Blue) = 84+185+99=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #54B963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B963 is #AB469C. Grayscale: #919191. Windows color (decimal): -11224733 or 6535508. OLE color: 6535508.
HSL color Cylindrical-coordinate representation of color #54B963: hue angle of 128.91º degrees, saturation: 0.42, 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 #54B963 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 185 | 99 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.27 |
| HSL | 128.91º | 0.42% | 0.53% | - |
| HSV(B) | 128.91º | 0.55% | 0.73% | - |
| XYZ | 23.26 | 37.48 | 17.81 | - |
| YUV | 145 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 99 | 0.55 | 0 | 0.46 | 0.27 | 128.91 | 0.42 | 0.53 |
| Hex | 54 | B9 | 63 | 37 | 0 | 2E | 1B | 81 | 2A | 35 |
| Octal | 124 | 271 | 143 | 67 | 0 | 56 | 33 | 201 | 52 | 65 |
| Binary | 1010100 | 10111001 | 1100011 | 110111 | 0 | 101110 | 11011 | 10000001 | 101010 | 110101 |
Color Harmonies of #54B963
Complementary color
Monochromatic Colors of #54B963
Black with #54B963
Text Example
Text Example
White with #54B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B963; }
p { color: rgb(84,185,99); }
H1.HeaderClassName
{
color: #54B963;
}
.AnyTagClassName
{
color: #54B963;
}
</style>
background-color css
<style>
a { background-color: #54B963; }
a { background-color: rgb(84,185,99); }
div.DivClassName
{
background-color: #54B963;
}
.BgClassName
{
background-color: #54B963;
}
</style>
border-color css
<style>
span { border-color: #54B963; }
span { border-color: rgb(84,185,99); }
td.TdClassName
{
border-color: #54B963;
}
.TagClassName
{
border-color: #54B963;
}
</style>