Shades of Fern #53AC63
Tints of Fern #53AC63
RGB
CMYK
RGB Variations
Color information
#53AC63 (or 0x53AC63) is known color: Fern. HEX triplet: 53, AC and 63. RGB value is (83,172,99). Sum of RGB (Red+Green+Blue) = 83+172+99=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC63 is #AC539C. Grayscale: #898989. Windows color (decimal): -11293597 or 6532179. OLE color: 6532179.
HSL color Cylindrical-coordinate representation of color #53AC63: hue angle of 130.79º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AC63 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 172 | 99 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.33 |
| HSL | 130.79º | 0.35% | 0.5% | - |
| HSV(B) | 130.79º | 0.52% | 0.67% | - |
| XYZ | 20.57 | 32.24 | 16.94 | - |
| YUV | 137.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 99 | 0.52 | 0 | 0.42 | 0.33 | 130.79 | 0.35 | 0.5 |
| Hex | 53 | AC | 63 | 34 | 0 | 2A | 21 | 83 | 23 | 32 |
| Octal | 123 | 254 | 143 | 64 | 0 | 52 | 41 | 203 | 43 | 62 |
| Binary | 1010011 | 10101100 | 1100011 | 110100 | 0 | 101010 | 100001 | 10000011 | 100011 | 110010 |
Color Harmonies of #53AC63
Complementary color
Monochromatic Colors of #53AC63
Black with #53AC63
Text Example
Text Example
White with #53AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AC63; }
p { color: rgb(83,172,99); }
H1.HeaderClassName
{
color: #53AC63;
}
.AnyTagClassName
{
color: #53AC63;
}
</style>
background-color css
<style>
a { background-color: #53AC63; }
a { background-color: rgb(83,172,99); }
div.DivClassName
{
background-color: #53AC63;
}
.BgClassName
{
background-color: #53AC63;
}
</style>
border-color css
<style>
span { border-color: #53AC63; }
span { border-color: rgb(83,172,99); }
td.TdClassName
{
border-color: #53AC63;
}
.TagClassName
{
border-color: #53AC63;
}
</style>