Shades of Fern #52AC64
Tints of Fern #52AC64
RGB
CMYK
RGB Variations
Color information
#52AC64 (or 0x52AC64) is known color: Fern. HEX triplet: 52, AC and 64. RGB value is (82,172,100). Sum of RGB (Red+Green+Blue) = 82+172+100=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC64 is #AD539B. Grayscale: #898989. Windows color (decimal): -11359132 or 6597714. OLE color: 6597714.
HSL color Cylindrical-coordinate representation of color #52AC64: hue angle of 132º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AC64 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 172 | 100 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.33 |
| HSL | 132º | 0.35% | 0.5% | - |
| HSV(B) | 132º | 0.52% | 0.67% | - |
| XYZ | 20.53 | 32.22 | 17.19 | - |
| YUV | 136.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 100 | 0.52 | 0 | 0.42 | 0.33 | 132 | 0.35 | 0.5 |
| Hex | 52 | AC | 64 | 34 | 0 | 2A | 21 | 84 | 23 | 32 |
| Octal | 122 | 254 | 144 | 64 | 0 | 52 | 41 | 204 | 43 | 62 |
| Binary | 1010010 | 10101100 | 1100100 | 110100 | 0 | 101010 | 100001 | 10000100 | 100011 | 110010 |
Color Harmonies of #52AC64
Complementary color
Monochromatic Colors of #52AC64
Black with #52AC64
Text Example
Text Example
White with #52AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AC64; }
p { color: rgb(82,172,100); }
H1.HeaderClassName
{
color: #52AC64;
}
.AnyTagClassName
{
color: #52AC64;
}
</style>
background-color css
<style>
a { background-color: #52AC64; }
a { background-color: rgb(82,172,100); }
div.DivClassName
{
background-color: #52AC64;
}
.BgClassName
{
background-color: #52AC64;
}
</style>
border-color css
<style>
span { border-color: #52AC64; }
span { border-color: rgb(82,172,100); }
td.TdClassName
{
border-color: #52AC64;
}
.TagClassName
{
border-color: #52AC64;
}
</style>