Shades of Fern #53B566
Tints of Fern #53B566
RGB
CMYK
RGB Variations
Color information
#53B566 (or 0x53B566) is known color: Fern. HEX triplet: 53, B5 and 66. RGB value is (83,181,102). Sum of RGB (Red+Green+Blue) = 83+181+102=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #53B566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B566 is #AC4A99. Grayscale: #8E8E8E. Windows color (decimal): -11291290 or 6731091. OLE color: 6731091.
HSL color Cylindrical-coordinate representation of color #53B566: hue angle of 131.63º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B566 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 102 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.29 |
| HSL | 131.63º | 0.4% | 0.52% | - |
| HSV(B) | 131.63º | 0.54% | 0.71% | - |
| XYZ | 22.49 | 35.85 | 18.3 | - |
| YUV | 142.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 102 | 0.54 | 0 | 0.44 | 0.29 | 131.63 | 0.4 | 0.52 |
| Hex | 53 | B5 | 66 | 36 | 0 | 2C | 1D | 84 | 28 | 34 |
| Octal | 123 | 265 | 146 | 66 | 0 | 54 | 35 | 204 | 50 | 64 |
| Binary | 1010011 | 10110101 | 1100110 | 110110 | 0 | 101100 | 11101 | 10000100 | 101000 | 110100 |
Color Harmonies of #53B566
Complementary color
Monochromatic Colors of #53B566
Black with #53B566
Text Example
Text Example
White with #53B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B566; }
p { color: rgb(83,181,102); }
H1.HeaderClassName
{
color: #53B566;
}
.AnyTagClassName
{
color: #53B566;
}
</style>
background-color css
<style>
a { background-color: #53B566; }
a { background-color: rgb(83,181,102); }
div.DivClassName
{
background-color: #53B566;
}
.BgClassName
{
background-color: #53B566;
}
</style>
border-color css
<style>
span { border-color: #53B566; }
span { border-color: rgb(83,181,102); }
td.TdClassName
{
border-color: #53B566;
}
.TagClassName
{
border-color: #53B566;
}
</style>