Shades of Fern #54AC64
Tints of Fern #54AC64
RGB
CMYK
RGB Variations
Color information
#54AC64 (or 0x54AC64) is known color: Fern. HEX triplet: 54, AC and 64. RGB value is (84,172,100). Sum of RGB (Red+Green+Blue) = 84+172+100=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC64 is #AB539B. Grayscale: #898989. Windows color (decimal): -11228060 or 6597716. OLE color: 6597716.
HSL color Cylindrical-coordinate representation of color #54AC64: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AC64 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 172 | 100 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.33 |
| HSL | 130.91º | 0.35% | 0.5% | - |
| HSV(B) | 130.91º | 0.51% | 0.67% | - |
| XYZ | 20.71 | 32.31 | 17.2 | - |
| YUV | 137.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 100 | 0.51 | 0 | 0.42 | 0.33 | 130.91 | 0.35 | 0.5 |
| Hex | 54 | AC | 64 | 33 | 0 | 2A | 21 | 83 | 23 | 32 |
| Octal | 124 | 254 | 144 | 63 | 0 | 52 | 41 | 203 | 43 | 62 |
| Binary | 1010100 | 10101100 | 1100100 | 110011 | 0 | 101010 | 100001 | 10000011 | 100011 | 110010 |
Color Harmonies of #54AC64
Complementary color
Monochromatic Colors of #54AC64
Black with #54AC64
Text Example
Text Example
White with #54AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AC64; }
p { color: rgb(84,172,100); }
H1.HeaderClassName
{
color: #54AC64;
}
.AnyTagClassName
{
color: #54AC64;
}
</style>
background-color css
<style>
a { background-color: #54AC64; }
a { background-color: rgb(84,172,100); }
div.DivClassName
{
background-color: #54AC64;
}
.BgClassName
{
background-color: #54AC64;
}
</style>
border-color css
<style>
span { border-color: #54AC64; }
span { border-color: rgb(84,172,100); }
td.TdClassName
{
border-color: #54AC64;
}
.TagClassName
{
border-color: #54AC64;
}
</style>