Shades of Fern #53B86B
Tints of Fern #53B86B
RGB
CMYK
RGB Variations
Color information
#53B86B (or 0x53B86B) is known color: Fern. HEX triplet: 53, B8 and 6B. RGB value is (83,184,107). Sum of RGB (Red+Green+Blue) = 83+184+107=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #53B86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B86B is #AC4794. Grayscale: #919191. Windows color (decimal): -11290517 or 7059539. OLE color: 7059539.
HSL color Cylindrical-coordinate representation of color #53B86B: hue angle of 134.26º 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 #53B86B is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 107 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.28 |
| HSL | 134.26º | 0.42% | 0.52% | - |
| HSV(B) | 134.26º | 0.55% | 0.72% | - |
| XYZ | 23.36 | 37.18 | 19.86 | - |
| YUV | 145.02 | 106.54 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 107 | 0.55 | 0 | 0.42 | 0.28 | 134.26 | 0.42 | 0.52 |
| Hex | 53 | B8 | 6B | 37 | 0 | 2A | 1C | 86 | 2A | 34 |
| Octal | 123 | 270 | 153 | 67 | 0 | 52 | 34 | 206 | 52 | 64 |
| Binary | 1010011 | 10111000 | 1101011 | 110111 | 0 | 101010 | 11100 | 10000110 | 101010 | 110100 |
Color Harmonies of #53B86B
Complementary color
Monochromatic Colors of #53B86B
Black with #53B86B
Text Example
Text Example
White with #53B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B86B; }
p { color: rgb(83,184,107); }
H1.HeaderClassName
{
color: #53B86B;
}
.AnyTagClassName
{
color: #53B86B;
}
</style>
background-color css
<style>
a { background-color: #53B86B; }
a { background-color: rgb(83,184,107); }
div.DivClassName
{
background-color: #53B86B;
}
.BgClassName
{
background-color: #53B86B;
}
</style>
border-color css
<style>
span { border-color: #53B86B; }
span { border-color: rgb(83,184,107); }
td.TdClassName
{
border-color: #53B86B;
}
.TagClassName
{
border-color: #53B86B;
}
</style>