Shades of Fern #53B565
Tints of Fern #53B565
RGB
CMYK
RGB Variations
Color information
#53B565 (or 0x53B565) is known color: Fern. HEX triplet: 53, B5 and 65. RGB value is (83,181,101). Sum of RGB (Red+Green+Blue) = 83+181+101=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #53B565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B565 is #AC4A9A. Grayscale: #8E8E8E. Windows color (decimal): -11291291 or 6665555. OLE color: 6665555.
HSL color Cylindrical-coordinate representation of color #53B565: hue angle of 131.02º 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 #53B565 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 101 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.29 |
| HSL | 131.02º | 0.4% | 0.52% | - |
| HSV(B) | 131.02º | 0.54% | 0.71% | - |
| XYZ | 22.44 | 35.83 | 18.04 | - |
| YUV | 142.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 101 | 0.54 | 0 | 0.44 | 0.29 | 131.02 | 0.4 | 0.52 |
| Hex | 53 | B5 | 65 | 36 | 0 | 2C | 1D | 83 | 28 | 34 |
| Octal | 123 | 265 | 145 | 66 | 0 | 54 | 35 | 203 | 50 | 64 |
| Binary | 1010011 | 10110101 | 1100101 | 110110 | 0 | 101100 | 11101 | 10000011 | 101000 | 110100 |
Color Harmonies of #53B565
Complementary color
Monochromatic Colors of #53B565
Black with #53B565
Text Example
Text Example
White with #53B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B565; }
p { color: rgb(83,181,101); }
H1.HeaderClassName
{
color: #53B565;
}
.AnyTagClassName
{
color: #53B565;
}
</style>
background-color css
<style>
a { background-color: #53B565; }
a { background-color: rgb(83,181,101); }
div.DivClassName
{
background-color: #53B565;
}
.BgClassName
{
background-color: #53B565;
}
</style>
border-color css
<style>
span { border-color: #53B565; }
span { border-color: rgb(83,181,101); }
td.TdClassName
{
border-color: #53B565;
}
.TagClassName
{
border-color: #53B565;
}
</style>