Shades of Fern #54B966
Tints of Fern #54B966
RGB
CMYK
RGB Variations
Color information
#54B966 (or 0x54B966) is known color: Fern. HEX triplet: 54, B9 and 66. RGB value is (84,185,102). Sum of RGB (Red+Green+Blue) = 84+185+102=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #54B966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B966 is #AB4699. Grayscale: #919191. Windows color (decimal): -11224730 or 6732116. OLE color: 6732116.
HSL color Cylindrical-coordinate representation of color #54B966: hue angle of 130.69º 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 #54B966 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 185 | 102 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.27 |
| HSL | 130.69º | 0.42% | 0.53% | - |
| HSV(B) | 130.69º | 0.55% | 0.73% | - |
| XYZ | 23.4 | 37.54 | 18.58 | - |
| YUV | 145.34 | 103.54 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 102 | 0.55 | 0 | 0.45 | 0.27 | 130.69 | 0.42 | 0.53 |
| Hex | 54 | B9 | 66 | 37 | 0 | 2D | 1B | 83 | 2A | 35 |
| Octal | 124 | 271 | 146 | 67 | 0 | 55 | 33 | 203 | 52 | 65 |
| Binary | 1010100 | 10111001 | 1100110 | 110111 | 0 | 101101 | 11011 | 10000011 | 101010 | 110101 |
Color Harmonies of #54B966
Complementary color
Monochromatic Colors of #54B966
Black with #54B966
Text Example
Text Example
White with #54B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B966; }
p { color: rgb(84,185,102); }
H1.HeaderClassName
{
color: #54B966;
}
.AnyTagClassName
{
color: #54B966;
}
</style>
background-color css
<style>
a { background-color: #54B966; }
a { background-color: rgb(84,185,102); }
div.DivClassName
{
background-color: #54B966;
}
.BgClassName
{
background-color: #54B966;
}
</style>
border-color css
<style>
span { border-color: #54B966; }
span { border-color: rgb(84,185,102); }
td.TdClassName
{
border-color: #54B966;
}
.TagClassName
{
border-color: #54B966;
}
</style>