Shades of Fern #53AC64
Tints of Fern #53AC64
RGB
CMYK
RGB Variations
Color information
#53AC64 (or 0x53AC64) is known color: Fern. HEX triplet: 53, AC and 64. RGB value is (83,172,100). Sum of RGB (Red+Green+Blue) = 83+172+100=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC64 is #AC539B. Grayscale: #898989. Windows color (decimal): -11293596 or 6597715. OLE color: 6597715.
HSL color Cylindrical-coordinate representation of color #53AC64: hue angle of 131.46º 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 #53AC64 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 172 | 100 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.33 |
| HSL | 131.46º | 0.35% | 0.5% | - |
| HSV(B) | 131.46º | 0.52% | 0.67% | - |
| XYZ | 20.62 | 32.26 | 17.2 | - |
| YUV | 137.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 100 | 0.52 | 0 | 0.42 | 0.33 | 131.46 | 0.35 | 0.5 |
| Hex | 53 | AC | 64 | 34 | 0 | 2A | 21 | 83 | 23 | 32 |
| Octal | 123 | 254 | 144 | 64 | 0 | 52 | 41 | 203 | 43 | 62 |
| Binary | 1010011 | 10101100 | 1100100 | 110100 | 0 | 101010 | 100001 | 10000011 | 100011 | 110010 |
Color Harmonies of #53AC64
Complementary color
Monochromatic Colors of #53AC64
Black with #53AC64
Text Example
Text Example
White with #53AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AC64; }
p { color: rgb(83,172,100); }
H1.HeaderClassName
{
color: #53AC64;
}
.AnyTagClassName
{
color: #53AC64;
}
</style>
background-color css
<style>
a { background-color: #53AC64; }
a { background-color: rgb(83,172,100); }
div.DivClassName
{
background-color: #53AC64;
}
.BgClassName
{
background-color: #53AC64;
}
</style>
border-color css
<style>
span { border-color: #53AC64; }
span { border-color: rgb(83,172,100); }
td.TdClassName
{
border-color: #53AC64;
}
.TagClassName
{
border-color: #53AC64;
}
</style>