Shades of Fern #54C164
Tints of Fern #54C164
RGB
CMYK
RGB Variations
Color information
#54C164 (or 0x54C164) is known color: Fern. HEX triplet: 54, C1 and 64. RGB value is (84,193,100). Sum of RGB (Red+Green+Blue) = 84+193+100=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #54C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C164 is #AB3E9B. Grayscale: #969696. Windows color (decimal): -11222684 or 6603092. OLE color: 6603092.
HSL color Cylindrical-coordinate representation of color #54C164: hue angle of 128.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C164 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 193 | 100 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.24 |
| HSL | 128.81º | 0.47% | 0.54% | - |
| HSV(B) | 128.81º | 0.56% | 0.76% | - |
| XYZ | 25.03 | 40.94 | 18.64 | - |
| YUV | 149.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 100 | 0.56 | 0 | 0.48 | 0.24 | 128.81 | 0.47 | 0.54 |
| Hex | 54 | C1 | 64 | 38 | 0 | 30 | 18 | 81 | 2F | 36 |
| Octal | 124 | 301 | 144 | 70 | 0 | 60 | 30 | 201 | 57 | 66 |
| Binary | 1010100 | 11000001 | 1100100 | 111000 | 0 | 110000 | 11000 | 10000001 | 101111 | 110110 |
Color Harmonies of #54C164
Complementary color
Monochromatic Colors of #54C164
Black with #54C164
Text Example
Text Example
White with #54C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C164; }
p { color: rgb(84,193,100); }
H1.HeaderClassName
{
color: #54C164;
}
.AnyTagClassName
{
color: #54C164;
}
</style>
background-color css
<style>
a { background-color: #54C164; }
a { background-color: rgb(84,193,100); }
div.DivClassName
{
background-color: #54C164;
}
.BgClassName
{
background-color: #54C164;
}
</style>
border-color css
<style>
span { border-color: #54C164; }
span { border-color: rgb(84,193,100); }
td.TdClassName
{
border-color: #54C164;
}
.TagClassName
{
border-color: #54C164;
}
</style>