Shades of Fern #54B96A
Tints of Fern #54B96A
RGB
CMYK
RGB Variations
Color information
#54B96A (or 0x54B96A) is known color: Fern. HEX triplet: 54, B9 and 6A. RGB value is (84,185,106). Sum of RGB (Red+Green+Blue) = 84+185+106=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #54B96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B96A is #AB4695. Grayscale: #929292. Windows color (decimal): -11224726 or 6994260. OLE color: 6994260.
HSL color Cylindrical-coordinate representation of color #54B96A: hue angle of 133.07º 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 #54B96A is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 185 | 106 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.27 |
| HSL | 133.07º | 0.42% | 0.53% | - |
| HSV(B) | 133.07º | 0.55% | 0.73% | - |
| XYZ | 23.61 | 37.62 | 19.65 | - |
| YUV | 145.8 | 105.54 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 106 | 0.55 | 0 | 0.43 | 0.27 | 133.07 | 0.42 | 0.53 |
| Hex | 54 | B9 | 6A | 37 | 0 | 2B | 1B | 85 | 2A | 35 |
| Octal | 124 | 271 | 152 | 67 | 0 | 53 | 33 | 205 | 52 | 65 |
| Binary | 1010100 | 10111001 | 1101010 | 110111 | 0 | 101011 | 11011 | 10000101 | 101010 | 110101 |
Color Harmonies of #54B96A
Complementary color
Monochromatic Colors of #54B96A
Black with #54B96A
Text Example
Text Example
White with #54B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B96A; }
p { color: rgb(84,185,106); }
H1.HeaderClassName
{
color: #54B96A;
}
.AnyTagClassName
{
color: #54B96A;
}
</style>
background-color css
<style>
a { background-color: #54B96A; }
a { background-color: rgb(84,185,106); }
div.DivClassName
{
background-color: #54B96A;
}
.BgClassName
{
background-color: #54B96A;
}
</style>
border-color css
<style>
span { border-color: #54B96A; }
span { border-color: rgb(84,185,106); }
td.TdClassName
{
border-color: #54B96A;
}
.TagClassName
{
border-color: #54B96A;
}
</style>