Shades of Fern #53AA65
Tints of Fern #53AA65
RGB
CMYK
RGB Variations
Color information
#53AA65 (or 0x53AA65) is known color: Fern. HEX triplet: 53, AA and 65. RGB value is (83,170,101). Sum of RGB (Red+Green+Blue) = 83+170+101=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA65 is #AC559A. Grayscale: #888888. Windows color (decimal): -11294107 or 6662739. OLE color: 6662739.
HSL color Cylindrical-coordinate representation of color #53AA65: hue angle of 132.41º degrees, saturation: 0.34, 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 #53AA65 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 101 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.33 |
| HSL | 132.41º | 0.34% | 0.5% | - |
| HSV(B) | 132.41º | 0.51% | 0.67% | - |
| XYZ | 20.29 | 31.53 | 17.33 | - |
| YUV | 136.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 101 | 0.51 | 0 | 0.41 | 0.33 | 132.41 | 0.34 | 0.5 |
| Hex | 53 | AA | 65 | 33 | 0 | 29 | 21 | 84 | 22 | 32 |
| Octal | 123 | 252 | 145 | 63 | 0 | 51 | 41 | 204 | 42 | 62 |
| Binary | 1010011 | 10101010 | 1100101 | 110011 | 0 | 101001 | 100001 | 10000100 | 100010 | 110010 |
Color Harmonies of #53AA65
Complementary color
Monochromatic Colors of #53AA65
Black with #53AA65
Text Example
Text Example
White with #53AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA65; }
p { color: rgb(83,170,101); }
H1.HeaderClassName
{
color: #53AA65;
}
.AnyTagClassName
{
color: #53AA65;
}
</style>
background-color css
<style>
a { background-color: #53AA65; }
a { background-color: rgb(83,170,101); }
div.DivClassName
{
background-color: #53AA65;
}
.BgClassName
{
background-color: #53AA65;
}
</style>
border-color css
<style>
span { border-color: #53AA65; }
span { border-color: rgb(83,170,101); }
td.TdClassName
{
border-color: #53AA65;
}
.TagClassName
{
border-color: #53AA65;
}
</style>