Shades of Fern #54B669
Tints of Fern #54B669
RGB
CMYK
RGB Variations
Color information
#54B669 (or 0x54B669) is known color: Fern. HEX triplet: 54, B6 and 69. RGB value is (84,182,105). Sum of RGB (Red+Green+Blue) = 84+182+105=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #54B669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B669 is #AB4996. Grayscale: #909090. Windows color (decimal): -11225495 or 6927956. OLE color: 6927956.
HSL color Cylindrical-coordinate representation of color #54B669: hue angle of 132.86º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B669 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 182 | 105 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.29 |
| HSL | 132.86º | 0.4% | 0.52% | - |
| HSV(B) | 132.86º | 0.54% | 0.71% | - |
| XYZ | 22.93 | 36.36 | 19.17 | - |
| YUV | 143.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 182 | 105 | 0.54 | 0 | 0.42 | 0.29 | 132.86 | 0.4 | 0.52 |
| Hex | 54 | B6 | 69 | 36 | 0 | 2A | 1D | 85 | 28 | 34 |
| Octal | 124 | 266 | 151 | 66 | 0 | 52 | 35 | 205 | 50 | 64 |
| Binary | 1010100 | 10110110 | 1101001 | 110110 | 0 | 101010 | 11101 | 10000101 | 101000 | 110100 |
Color Harmonies of #54B669
Complementary color
Monochromatic Colors of #54B669
Black with #54B669
Text Example
Text Example
White with #54B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B669; }
p { color: rgb(84,182,105); }
H1.HeaderClassName
{
color: #54B669;
}
.AnyTagClassName
{
color: #54B669;
}
</style>
background-color css
<style>
a { background-color: #54B669; }
a { background-color: rgb(84,182,105); }
div.DivClassName
{
background-color: #54B669;
}
.BgClassName
{
background-color: #54B669;
}
</style>
border-color css
<style>
span { border-color: #54B669; }
span { border-color: rgb(84,182,105); }
td.TdClassName
{
border-color: #54B669;
}
.TagClassName
{
border-color: #54B669;
}
</style>