Shades of Fern #54BD68
Tints of Fern #54BD68
RGB
CMYK
RGB Variations
Color information
#54BD68 (or 0x54BD68) is known color: Fern. HEX triplet: 54, BD and 68. RGB value is (84,189,104). Sum of RGB (Red+Green+Blue) = 84+189+104=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BD68 is #AB4297. Grayscale: #949494. Windows color (decimal): -11223704 or 6864212. OLE color: 6864212.
HSL color Cylindrical-coordinate representation of color #54BD68: hue angle of 131.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BD68 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 189 | 104 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.26 |
| HSL | 131.43º | 0.44% | 0.54% | - |
| HSV(B) | 131.43º | 0.56% | 0.74% | - |
| XYZ | 24.35 | 39.28 | 19.39 | - |
| YUV | 147.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 104 | 0.56 | 0 | 0.45 | 0.26 | 131.43 | 0.44 | 0.54 |
| Hex | 54 | BD | 68 | 38 | 0 | 2D | 1A | 83 | 2C | 36 |
| Octal | 124 | 275 | 150 | 70 | 0 | 55 | 32 | 203 | 54 | 66 |
| Binary | 1010100 | 10111101 | 1101000 | 111000 | 0 | 101101 | 11010 | 10000011 | 101100 | 110110 |
Color Harmonies of #54BD68
Complementary color
Monochromatic Colors of #54BD68
Black with #54BD68
Text Example
Text Example
White with #54BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BD68; }
p { color: rgb(84,189,104); }
H1.HeaderClassName
{
color: #54BD68;
}
.AnyTagClassName
{
color: #54BD68;
}
</style>
background-color css
<style>
a { background-color: #54BD68; }
a { background-color: rgb(84,189,104); }
div.DivClassName
{
background-color: #54BD68;
}
.BgClassName
{
background-color: #54BD68;
}
</style>
border-color css
<style>
span { border-color: #54BD68; }
span { border-color: rgb(84,189,104); }
td.TdClassName
{
border-color: #54BD68;
}
.TagClassName
{
border-color: #54BD68;
}
</style>