Shades of Fern #52AD64
Tints of Fern #52AD64
RGB
CMYK
RGB Variations
Color information
#52AD64 (or 0x52AD64) is known color: Fern. HEX triplet: 52, AD and 64. RGB value is (82,173,100). Sum of RGB (Red+Green+Blue) = 82+173+100=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD64 is #AD529B. Grayscale: #898989. Windows color (decimal): -11358876 or 6597970. OLE color: 6597970.
HSL color Cylindrical-coordinate representation of color #52AD64: hue angle of 131.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD64 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 100 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.32 |
| HSL | 131.87º | 0.36% | 0.5% | - |
| HSV(B) | 131.87º | 0.53% | 0.68% | - |
| XYZ | 20.72 | 32.6 | 17.26 | - |
| YUV | 137.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 100 | 0.53 | 0 | 0.42 | 0.32 | 131.87 | 0.36 | 0.5 |
| Hex | 52 | AD | 64 | 35 | 0 | 2A | 20 | 84 | 24 | 32 |
| Octal | 122 | 255 | 144 | 65 | 0 | 52 | 40 | 204 | 44 | 62 |
| Binary | 1010010 | 10101101 | 1100100 | 110101 | 0 | 101010 | 100000 | 10000100 | 100100 | 110010 |
Color Harmonies of #52AD64
Complementary color
Monochromatic Colors of #52AD64
Black with #52AD64
Text Example
Text Example
White with #52AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD64; }
p { color: rgb(82,173,100); }
H1.HeaderClassName
{
color: #52AD64;
}
.AnyTagClassName
{
color: #52AD64;
}
</style>
background-color css
<style>
a { background-color: #52AD64; }
a { background-color: rgb(82,173,100); }
div.DivClassName
{
background-color: #52AD64;
}
.BgClassName
{
background-color: #52AD64;
}
</style>
border-color css
<style>
span { border-color: #52AD64; }
span { border-color: rgb(82,173,100); }
td.TdClassName
{
border-color: #52AD64;
}
.TagClassName
{
border-color: #52AD64;
}
</style>