Shades of Fern #54AF64
Tints of Fern #54AF64
RGB
CMYK
RGB Variations
Color information
#54AF64 (or 0x54AF64) is known color: Fern. HEX triplet: 54, AF and 64. RGB value is (84,175,100). Sum of RGB (Red+Green+Blue) = 84+175+100=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF64 is #AB509B. Grayscale: #8B8B8B. Windows color (decimal): -11227292 or 6598484. OLE color: 6598484.
HSL color Cylindrical-coordinate representation of color #54AF64: hue angle of 130.55º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF64 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 100 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.31 |
| HSL | 130.55º | 0.36% | 0.51% | - |
| HSV(B) | 130.55º | 0.52% | 0.69% | - |
| XYZ | 21.29 | 33.46 | 17.39 | - |
| YUV | 139.24 | 105.85 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 100 | 0.52 | 0 | 0.43 | 0.31 | 130.55 | 0.36 | 0.51 |
| Hex | 54 | AF | 64 | 34 | 0 | 2B | 1F | 83 | 24 | 33 |
| Octal | 124 | 257 | 144 | 64 | 0 | 53 | 37 | 203 | 44 | 63 |
| Binary | 1010100 | 10101111 | 1100100 | 110100 | 0 | 101011 | 11111 | 10000011 | 100100 | 110011 |
Color Harmonies of #54AF64
Complementary color
Monochromatic Colors of #54AF64
Black with #54AF64
Text Example
Text Example
White with #54AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF64; }
p { color: rgb(84,175,100); }
H1.HeaderClassName
{
color: #54AF64;
}
.AnyTagClassName
{
color: #54AF64;
}
</style>
background-color css
<style>
a { background-color: #54AF64; }
a { background-color: rgb(84,175,100); }
div.DivClassName
{
background-color: #54AF64;
}
.BgClassName
{
background-color: #54AF64;
}
</style>
border-color css
<style>
span { border-color: #54AF64; }
span { border-color: rgb(84,175,100); }
td.TdClassName
{
border-color: #54AF64;
}
.TagClassName
{
border-color: #54AF64;
}
</style>