Shades of Fern #53AD66
Tints of Fern #53AD66
RGB
CMYK
RGB Variations
Color information
#53AD66 (or 0x53AD66) is known color: Fern. HEX triplet: 53, AD and 66. RGB value is (83,173,102). Sum of RGB (Red+Green+Blue) = 83+173+102=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD66 is #AC5299. Grayscale: #8A8A8A. Windows color (decimal): -11293338 or 6729043. OLE color: 6729043.
HSL color Cylindrical-coordinate representation of color #53AD66: hue angle of 132.67º 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 #53AD66 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 102 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.32 |
| HSL | 132.67º | 0.35% | 0.5% | - |
| HSV(B) | 132.67º | 0.52% | 0.68% | - |
| XYZ | 20.91 | 32.69 | 17.78 | - |
| YUV | 138 | 107.68 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 102 | 0.52 | 0 | 0.41 | 0.32 | 132.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 66 | 34 | 0 | 29 | 20 | 85 | 23 | 32 |
| Octal | 123 | 255 | 146 | 64 | 0 | 51 | 40 | 205 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1100110 | 110100 | 0 | 101001 | 100000 | 10000101 | 100011 | 110010 |
Color Harmonies of #53AD66
Complementary color
Monochromatic Colors of #53AD66
Black with #53AD66
Text Example
Text Example
White with #53AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD66; }
p { color: rgb(83,173,102); }
H1.HeaderClassName
{
color: #53AD66;
}
.AnyTagClassName
{
color: #53AD66;
}
</style>
background-color css
<style>
a { background-color: #53AD66; }
a { background-color: rgb(83,173,102); }
div.DivClassName
{
background-color: #53AD66;
}
.BgClassName
{
background-color: #53AD66;
}
</style>
border-color css
<style>
span { border-color: #53AD66; }
span { border-color: rgb(83,173,102); }
td.TdClassName
{
border-color: #53AD66;
}
.TagClassName
{
border-color: #53AD66;
}
</style>