Shades of Fern #54BF68
Tints of Fern #54BF68
RGB
CMYK
RGB Variations
Color information
#54BF68 (or 0x54BF68) is known color: Fern. HEX triplet: 54, BF and 68. RGB value is (84,191,104). Sum of RGB (Red+Green+Blue) = 84+191+104=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BF68 is #AB4097. Grayscale: #959595. Windows color (decimal): -11223192 or 6864724. OLE color: 6864724.
HSL color Cylindrical-coordinate representation of color #54BF68: hue angle of 131.21º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BF68 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 191 | 104 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.25 |
| HSL | 131.22º | 0.46% | 0.54% | - |
| HSV(B) | 131.22º | 0.56% | 0.75% | - |
| XYZ | 24.79 | 40.15 | 19.54 | - |
| YUV | 149.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 104 | 0.56 | 0 | 0.46 | 0.25 | 131.22 | 0.46 | 0.54 |
| Hex | 54 | BF | 68 | 38 | 0 | 2E | 19 | 83 | 2E | 36 |
| Octal | 124 | 277 | 150 | 70 | 0 | 56 | 31 | 203 | 56 | 66 |
| Binary | 1010100 | 10111111 | 1101000 | 111000 | 0 | 101110 | 11001 | 10000011 | 101110 | 110110 |
Color Harmonies of #54BF68
Complementary color
Monochromatic Colors of #54BF68
Black with #54BF68
Text Example
Text Example
White with #54BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BF68; }
p { color: rgb(84,191,104); }
H1.HeaderClassName
{
color: #54BF68;
}
.AnyTagClassName
{
color: #54BF68;
}
</style>
background-color css
<style>
a { background-color: #54BF68; }
a { background-color: rgb(84,191,104); }
div.DivClassName
{
background-color: #54BF68;
}
.BgClassName
{
background-color: #54BF68;
}
</style>
border-color css
<style>
span { border-color: #54BF68; }
span { border-color: rgb(84,191,104); }
td.TdClassName
{
border-color: #54BF68;
}
.TagClassName
{
border-color: #54BF68;
}
</style>