Shades of Fern #54AE68
Tints of Fern #54AE68
RGB
CMYK
RGB Variations
Color information
#54AE68 (or 0x54AE68) is known color: Fern. HEX triplet: 54, AE and 68. RGB value is (84,174,104). Sum of RGB (Red+Green+Blue) = 84+174+104=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE68 is #AB5197. Grayscale: #8B8B8B. Windows color (decimal): -11227544 or 6860372. OLE color: 6860372.
HSL color Cylindrical-coordinate representation of color #54AE68: hue angle of 133.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AE68 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 174 | 104 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.32 |
| HSL | 133.33º | 0.36% | 0.51% | - |
| HSV(B) | 133.33º | 0.52% | 0.68% | - |
| XYZ | 21.29 | 33.16 | 18.37 | - |
| YUV | 139.11 | 108.18 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 104 | 0.52 | 0 | 0.40 | 0.32 | 133.33 | 0.36 | 0.51 |
| Hex | 54 | AE | 68 | 34 | 0 | 28 | 20 | 85 | 24 | 33 |
| Octal | 124 | 256 | 150 | 64 | 0 | 50 | 40 | 205 | 44 | 63 |
| Binary | 1010100 | 10101110 | 1101000 | 110100 | 0 | 101000 | 100000 | 10000101 | 100100 | 110011 |
Color Harmonies of #54AE68
Complementary color
Monochromatic Colors of #54AE68
Black with #54AE68
Text Example
Text Example
White with #54AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AE68; }
p { color: rgb(84,174,104); }
H1.HeaderClassName
{
color: #54AE68;
}
.AnyTagClassName
{
color: #54AE68;
}
</style>
background-color css
<style>
a { background-color: #54AE68; }
a { background-color: rgb(84,174,104); }
div.DivClassName
{
background-color: #54AE68;
}
.BgClassName
{
background-color: #54AE68;
}
</style>
border-color css
<style>
span { border-color: #54AE68; }
span { border-color: rgb(84,174,104); }
td.TdClassName
{
border-color: #54AE68;
}
.TagClassName
{
border-color: #54AE68;
}
</style>