Shades of Fern #53B86C
Tints of Fern #53B86C
RGB
CMYK
RGB Variations
Color information
#53B86C (or 0x53B86C) is known color: Fern. HEX triplet: 53, B8 and 6C. RGB value is (83,184,108). Sum of RGB (Red+Green+Blue) = 83+184+108=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #53B86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B86C is #AC4793. Grayscale: #919191. Windows color (decimal): -11290516 or 7125075. OLE color: 7125075.
HSL color Cylindrical-coordinate representation of color #53B86C: hue angle of 134.85º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B86C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 108 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.28 |
| HSL | 134.85º | 0.42% | 0.52% | - |
| HSV(B) | 134.85º | 0.55% | 0.72% | - |
| XYZ | 23.41 | 37.2 | 20.13 | - |
| YUV | 145.14 | 107.04 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 108 | 0.55 | 0 | 0.41 | 0.28 | 134.85 | 0.42 | 0.52 |
| Hex | 53 | B8 | 6C | 37 | 0 | 29 | 1C | 87 | 2A | 34 |
| Octal | 123 | 270 | 154 | 67 | 0 | 51 | 34 | 207 | 52 | 64 |
| Binary | 1010011 | 10111000 | 1101100 | 110111 | 0 | 101001 | 11100 | 10000111 | 101010 | 110100 |
Color Harmonies of #53B86C
Complementary color
Monochromatic Colors of #53B86C
Black with #53B86C
Text Example
Text Example
White with #53B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B86C; }
p { color: rgb(83,184,108); }
H1.HeaderClassName
{
color: #53B86C;
}
.AnyTagClassName
{
color: #53B86C;
}
</style>
background-color css
<style>
a { background-color: #53B86C; }
a { background-color: rgb(83,184,108); }
div.DivClassName
{
background-color: #53B86C;
}
.BgClassName
{
background-color: #53B86C;
}
</style>
border-color css
<style>
span { border-color: #53B86C; }
span { border-color: rgb(83,184,108); }
td.TdClassName
{
border-color: #53B86C;
}
.TagClassName
{
border-color: #53B86C;
}
</style>