Shades of Fern #54BC61
Tints of Fern #54BC61
RGB
CMYK
RGB Variations
Color information
#54BC61 (or 0x54BC61) is known color: Fern. HEX triplet: 54, BC and 61. RGB value is (84,188,97). Sum of RGB (Red+Green+Blue) = 84+188+97=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC61 is #AB439E. Grayscale: #929292. Windows color (decimal): -11223967 or 6405204. OLE color: 6405204.
HSL color Cylindrical-coordinate representation of color #54BC61: hue angle of 127.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC61 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 97 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.26 |
| HSL | 127.5º | 0.44% | 0.53% | - |
| HSV(B) | 127.5º | 0.55% | 0.74% | - |
| XYZ | 23.8 | 38.71 | 17.53 | - |
| YUV | 146.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 97 | 0.55 | 0 | 0.48 | 0.26 | 127.5 | 0.44 | 0.53 |
| Hex | 54 | BC | 61 | 37 | 0 | 30 | 1A | 80 | 2C | 35 |
| Octal | 124 | 274 | 141 | 67 | 0 | 60 | 32 | 200 | 54 | 65 |
| Binary | 1010100 | 10111100 | 1100001 | 110111 | 0 | 110000 | 11010 | 10000000 | 101100 | 110101 |
Color Harmonies of #54BC61
Complementary color
Monochromatic Colors of #54BC61
Black with #54BC61
Text Example
Text Example
White with #54BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC61; }
p { color: rgb(84,188,97); }
H1.HeaderClassName
{
color: #54BC61;
}
.AnyTagClassName
{
color: #54BC61;
}
</style>
background-color css
<style>
a { background-color: #54BC61; }
a { background-color: rgb(84,188,97); }
div.DivClassName
{
background-color: #54BC61;
}
.BgClassName
{
background-color: #54BC61;
}
</style>
border-color css
<style>
span { border-color: #54BC61; }
span { border-color: rgb(84,188,97); }
td.TdClassName
{
border-color: #54BC61;
}
.TagClassName
{
border-color: #54BC61;
}
</style>