Shades of Fern #53AD63
Tints of Fern #53AD63
RGB
CMYK
RGB Variations
Color information
#53AD63 (or 0x53AD63) is known color: Fern. HEX triplet: 53, AD and 63. RGB value is (83,173,99). Sum of RGB (Red+Green+Blue) = 83+173+99=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD63 is #AC529C. Grayscale: #898989. Windows color (decimal): -11293341 or 6532435. OLE color: 6532435.
HSL color Cylindrical-coordinate representation of color #53AD63: hue angle of 130.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 #53AD63 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 99 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.32 |
| HSL | 130.67º | 0.35% | 0.5% | - |
| HSV(B) | 130.67º | 0.52% | 0.68% | - |
| XYZ | 20.76 | 32.63 | 17.01 | - |
| YUV | 137.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 99 | 0.52 | 0 | 0.43 | 0.32 | 130.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 63 | 34 | 0 | 2B | 20 | 83 | 23 | 32 |
| Octal | 123 | 255 | 143 | 64 | 0 | 53 | 40 | 203 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1100011 | 110100 | 0 | 101011 | 100000 | 10000011 | 100011 | 110010 |
Color Harmonies of #53AD63
Complementary color
Monochromatic Colors of #53AD63
Black with #53AD63
Text Example
Text Example
White with #53AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD63; }
p { color: rgb(83,173,99); }
H1.HeaderClassName
{
color: #53AD63;
}
.AnyTagClassName
{
color: #53AD63;
}
</style>
background-color css
<style>
a { background-color: #53AD63; }
a { background-color: rgb(83,173,99); }
div.DivClassName
{
background-color: #53AD63;
}
.BgClassName
{
background-color: #53AD63;
}
</style>
border-color css
<style>
span { border-color: #53AD63; }
span { border-color: rgb(83,173,99); }
td.TdClassName
{
border-color: #53AD63;
}
.TagClassName
{
border-color: #53AD63;
}
</style>