Shades of Fern #53AD64
Tints of Fern #53AD64
RGB
CMYK
RGB Variations
Color information
#53AD64 (or 0x53AD64) is known color: Fern. HEX triplet: 53, AD and 64. RGB value is (83,173,100). Sum of RGB (Red+Green+Blue) = 83+173+100=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD64 is #AC529B. Grayscale: #898989. Windows color (decimal): -11293340 or 6597971. OLE color: 6597971.
HSL color Cylindrical-coordinate representation of color #53AD64: hue angle of 131.33º 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 #53AD64 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 100 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.32 |
| HSL | 131.33º | 0.35% | 0.5% | - |
| HSV(B) | 131.33º | 0.52% | 0.68% | - |
| XYZ | 20.81 | 32.65 | 17.26 | - |
| YUV | 137.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 100 | 0.52 | 0 | 0.42 | 0.32 | 131.33 | 0.35 | 0.5 |
| Hex | 53 | AD | 64 | 34 | 0 | 2A | 20 | 83 | 23 | 32 |
| Octal | 123 | 255 | 144 | 64 | 0 | 52 | 40 | 203 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1100100 | 110100 | 0 | 101010 | 100000 | 10000011 | 100011 | 110010 |
Color Harmonies of #53AD64
Complementary color
Monochromatic Colors of #53AD64
Black with #53AD64
Text Example
Text Example
White with #53AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD64; }
p { color: rgb(83,173,100); }
H1.HeaderClassName
{
color: #53AD64;
}
.AnyTagClassName
{
color: #53AD64;
}
</style>
background-color css
<style>
a { background-color: #53AD64; }
a { background-color: rgb(83,173,100); }
div.DivClassName
{
background-color: #53AD64;
}
.BgClassName
{
background-color: #53AD64;
}
</style>
border-color css
<style>
span { border-color: #53AD64; }
span { border-color: rgb(83,173,100); }
td.TdClassName
{
border-color: #53AD64;
}
.TagClassName
{
border-color: #53AD64;
}
</style>