Shades of Fern #54C060
Tints of Fern #54C060
RGB
CMYK
RGB Variations
Color information
#54C060 (or 0x54C060) is known color: Fern. HEX triplet: 54, C0 and 60. RGB value is (84,192,96). Sum of RGB (Red+Green+Blue) = 84+192+96=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #54C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C060 is #AB3F9F. Grayscale: #959595. Windows color (decimal): -11222944 or 6340692. OLE color: 6340692.
HSL color Cylindrical-coordinate representation of color #54C060: hue angle of 126.67º 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 #54C060 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 96 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.25 |
| HSL | 126.67º | 0.46% | 0.54% | - |
| HSV(B) | 126.67º | 0.56% | 0.75% | - |
| XYZ | 24.62 | 40.43 | 17.57 | - |
| YUV | 148.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 96 | 0.56 | 0 | 0.50 | 0.25 | 126.67 | 0.46 | 0.54 |
| Hex | 54 | C0 | 60 | 38 | 0 | 32 | 19 | 7F | 2E | 36 |
| Octal | 124 | 300 | 140 | 70 | 0 | 62 | 31 | 177 | 56 | 66 |
| Binary | 1010100 | 11000000 | 1100000 | 111000 | 0 | 110010 | 11001 | 1111111 | 101110 | 110110 |
Color Harmonies of #54C060
Complementary color
Monochromatic Colors of #54C060
Black with #54C060
Text Example
Text Example
White with #54C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C060; }
p { color: rgb(84,192,96); }
H1.HeaderClassName
{
color: #54C060;
}
.AnyTagClassName
{
color: #54C060;
}
</style>
background-color css
<style>
a { background-color: #54C060; }
a { background-color: rgb(84,192,96); }
div.DivClassName
{
background-color: #54C060;
}
.BgClassName
{
background-color: #54C060;
}
</style>
border-color css
<style>
span { border-color: #54C060; }
span { border-color: rgb(84,192,96); }
td.TdClassName
{
border-color: #54C060;
}
.TagClassName
{
border-color: #54C060;
}
</style>