Shades of Fern #53AB63
Tints of Fern #53AB63
RGB
CMYK
RGB Variations
Color information
#53AB63 (or 0x53AB63) is known color: Fern. HEX triplet: 53, AB and 63. RGB value is (83,171,99). Sum of RGB (Red+Green+Blue) = 83+171+99=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AB63 is #AC549C. Grayscale: #888888. Windows color (decimal): -11293853 or 6531923. OLE color: 6531923.
HSL color Cylindrical-coordinate representation of color #53AB63: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AB63 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 99 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.33 |
| HSL | 130.91º | 0.35% | 0.5% | - |
| HSV(B) | 130.91º | 0.51% | 0.67% | - |
| XYZ | 20.38 | 31.87 | 16.88 | - |
| YUV | 136.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 99 | 0.51 | 0 | 0.42 | 0.33 | 130.91 | 0.35 | 0.5 |
| Hex | 53 | AB | 63 | 33 | 0 | 2A | 21 | 83 | 23 | 32 |
| Octal | 123 | 253 | 143 | 63 | 0 | 52 | 41 | 203 | 43 | 62 |
| Binary | 1010011 | 10101011 | 1100011 | 110011 | 0 | 101010 | 100001 | 10000011 | 100011 | 110010 |
Color Harmonies of #53AB63
Complementary color
Monochromatic Colors of #53AB63
Black with #53AB63
Text Example
Text Example
White with #53AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB63; }
p { color: rgb(83,171,99); }
H1.HeaderClassName
{
color: #53AB63;
}
.AnyTagClassName
{
color: #53AB63;
}
</style>
background-color css
<style>
a { background-color: #53AB63; }
a { background-color: rgb(83,171,99); }
div.DivClassName
{
background-color: #53AB63;
}
.BgClassName
{
background-color: #53AB63;
}
</style>
border-color css
<style>
span { border-color: #53AB63; }
span { border-color: rgb(83,171,99); }
td.TdClassName
{
border-color: #53AB63;
}
.TagClassName
{
border-color: #53AB63;
}
</style>