Shades of Fern #53BA5D
Tints of Fern #53BA5D
RGB
CMYK
RGB Variations
Color information
#53BA5D (or 0x53BA5D) is known color: Fern. HEX triplet: 53, BA and 5D. RGB value is (83,186,93). Sum of RGB (Red+Green+Blue) = 83+186+93=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA5D is #AC45A2. Grayscale: #909090. Windows color (decimal): -11290019 or 6142547. OLE color: 6142547.
HSL color Cylindrical-coordinate representation of color #53BA5D: hue angle of 125.83º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA5D is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 93 | - |
| CMYK | 0.55 | 0 | 0.5 | 0.27 |
| HSL | 125.83º | 0.43% | 0.53% | - |
| HSV(B) | 125.83º | 0.55% | 0.73% | - |
| XYZ | 23.1 | 37.75 | 16.42 | - |
| YUV | 144.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 93 | 0.55 | 0 | 0.5 | 0.27 | 125.83 | 0.43 | 0.53 |
| Hex | 53 | BA | 5D | 37 | 0 | 32 | 1B | 7E | 2B | 35 |
| Octal | 123 | 272 | 135 | 67 | 0 | 62 | 33 | 176 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1011101 | 110111 | 0 | 110010 | 11011 | 1111110 | 101011 | 110101 |
Color Harmonies of #53BA5D
Complementary color
Monochromatic Colors of #53BA5D
Black with #53BA5D
Text Example
Text Example
White with #53BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA5D; }
p { color: rgb(83,186,93); }
H1.HeaderClassName
{
color: #53BA5D;
}
.AnyTagClassName
{
color: #53BA5D;
}
</style>
background-color css
<style>
a { background-color: #53BA5D; }
a { background-color: rgb(83,186,93); }
div.DivClassName
{
background-color: #53BA5D;
}
.BgClassName
{
background-color: #53BA5D;
}
</style>
border-color css
<style>
span { border-color: #53BA5D; }
span { border-color: rgb(83,186,93); }
td.TdClassName
{
border-color: #53BA5D;
}
.TagClassName
{
border-color: #53BA5D;
}
</style>