Shades of Fern #54B565
Tints of Fern #54B565
RGB
CMYK
RGB Variations
Color information
#54B565 (or 0x54B565) is known color: Fern. HEX triplet: 54, B5 and 65. RGB value is (84,181,101). Sum of RGB (Red+Green+Blue) = 84+181+101=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #54B565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B565 is #AB4A9A. Grayscale: #8F8F8F. Windows color (decimal): -11225755 or 6665556. OLE color: 6665556.
HSL color Cylindrical-coordinate representation of color #54B565: hue angle of 130.52º 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 #54B565 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 181 | 101 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.29 |
| HSL | 130.52º | 0.4% | 0.52% | - |
| HSV(B) | 130.52º | 0.54% | 0.71% | - |
| XYZ | 22.53 | 35.87 | 18.05 | - |
| YUV | 142.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 101 | 0.54 | 0 | 0.44 | 0.29 | 130.52 | 0.4 | 0.52 |
| Hex | 54 | B5 | 65 | 36 | 0 | 2C | 1D | 83 | 28 | 34 |
| Octal | 124 | 265 | 145 | 66 | 0 | 54 | 35 | 203 | 50 | 64 |
| Binary | 1010100 | 10110101 | 1100101 | 110110 | 0 | 101100 | 11101 | 10000011 | 101000 | 110100 |
Color Harmonies of #54B565
Complementary color
Monochromatic Colors of #54B565
Black with #54B565
Text Example
Text Example
White with #54B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B565; }
p { color: rgb(84,181,101); }
H1.HeaderClassName
{
color: #54B565;
}
.AnyTagClassName
{
color: #54B565;
}
</style>
background-color css
<style>
a { background-color: #54B565; }
a { background-color: rgb(84,181,101); }
div.DivClassName
{
background-color: #54B565;
}
.BgClassName
{
background-color: #54B565;
}
</style>
border-color css
<style>
span { border-color: #54B565; }
span { border-color: rgb(84,181,101); }
td.TdClassName
{
border-color: #54B565;
}
.TagClassName
{
border-color: #54B565;
}
</style>