Shades of Fern #53AD65
Tints of Fern #53AD65
RGB
CMYK
RGB Variations
Color information
#53AD65 (or 0x53AD65) is known color: Fern. HEX triplet: 53, AD and 65. RGB value is (83,173,101). Sum of RGB (Red+Green+Blue) = 83+173+101=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD65 is #AC529A. Grayscale: #8A8A8A. Windows color (decimal): -11293339 or 6663507. OLE color: 6663507.
HSL color Cylindrical-coordinate representation of color #53AD65: hue angle of 132º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD65 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 101 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.32 |
| HSL | 132º | 0.35% | 0.5% | - |
| HSV(B) | 132º | 0.52% | 0.68% | - |
| XYZ | 20.86 | 32.67 | 17.52 | - |
| YUV | 137.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 101 | 0.52 | 0 | 0.42 | 0.32 | 132 | 0.35 | 0.5 |
| Hex | 53 | AD | 65 | 34 | 0 | 2A | 20 | 84 | 23 | 32 |
| Octal | 123 | 255 | 145 | 64 | 0 | 52 | 40 | 204 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1100101 | 110100 | 0 | 101010 | 100000 | 10000100 | 100011 | 110010 |
Color Harmonies of #53AD65
Complementary color
Monochromatic Colors of #53AD65
Black with #53AD65
Text Example
Text Example
White with #53AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD65; }
p { color: rgb(83,173,101); }
H1.HeaderClassName
{
color: #53AD65;
}
.AnyTagClassName
{
color: #53AD65;
}
</style>
background-color css
<style>
a { background-color: #53AD65; }
a { background-color: rgb(83,173,101); }
div.DivClassName
{
background-color: #53AD65;
}
.BgClassName
{
background-color: #53AD65;
}
</style>
border-color css
<style>
span { border-color: #53AD65; }
span { border-color: rgb(83,173,101); }
td.TdClassName
{
border-color: #53AD65;
}
.TagClassName
{
border-color: #53AD65;
}
</style>