Shades of Fern #54B363
Tints of Fern #54B363
RGB
CMYK
RGB Variations
Color information
#54B363 (or 0x54B363) is known color: Fern. HEX triplet: 54, B3 and 63. RGB value is (84,179,99). Sum of RGB (Red+Green+Blue) = 84+179+99=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #54B363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B363 is #AB4C9C. Grayscale: #8D8D8D. Windows color (decimal): -11226269 or 6533972. OLE color: 6533972.
HSL color Cylindrical-coordinate representation of color #54B363: hue angle of 129.47º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B363 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 179 | 99 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.30 |
| HSL | 129.47º | 0.38% | 0.52% | - |
| HSV(B) | 129.47º | 0.53% | 0.7% | - |
| XYZ | 22.03 | 35.03 | 17.4 | - |
| YUV | 141.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 99 | 0.53 | 0 | 0.45 | 0.30 | 129.47 | 0.38 | 0.52 |
| Hex | 54 | B3 | 63 | 35 | 0 | 2D | 1E | 81 | 26 | 34 |
| Octal | 124 | 263 | 143 | 65 | 0 | 55 | 36 | 201 | 46 | 64 |
| Binary | 1010100 | 10110011 | 1100011 | 110101 | 0 | 101101 | 11110 | 10000001 | 100110 | 110100 |
Color Harmonies of #54B363
Complementary color
Monochromatic Colors of #54B363
Black with #54B363
Text Example
Text Example
White with #54B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B363; }
p { color: rgb(84,179,99); }
H1.HeaderClassName
{
color: #54B363;
}
.AnyTagClassName
{
color: #54B363;
}
</style>
background-color css
<style>
a { background-color: #54B363; }
a { background-color: rgb(84,179,99); }
div.DivClassName
{
background-color: #54B363;
}
.BgClassName
{
background-color: #54B363;
}
</style>
border-color css
<style>
span { border-color: #54B363; }
span { border-color: rgb(84,179,99); }
td.TdClassName
{
border-color: #54B363;
}
.TagClassName
{
border-color: #54B363;
}
</style>