Shades of Fern #53BA68
Tints of Fern #53BA68
RGB
CMYK
RGB Variations
Color information
#53BA68 (or 0x53BA68) is known color: Fern. HEX triplet: 53, BA and 68. RGB value is (83,186,104). Sum of RGB (Red+Green+Blue) = 83+186+104=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA68 is #AC4597. Grayscale: #929292. Windows color (decimal): -11290008 or 6863443. OLE color: 6863443.
HSL color Cylindrical-coordinate representation of color #53BA68: hue angle of 132.23º 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 #53BA68 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 104 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.27 |
| HSL | 132.23º | 0.43% | 0.53% | - |
| HSV(B) | 132.23º | 0.55% | 0.73% | - |
| XYZ | 23.62 | 37.96 | 19.18 | - |
| YUV | 145.86 | 104.38 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 104 | 0.55 | 0 | 0.44 | 0.27 | 132.23 | 0.43 | 0.53 |
| Hex | 53 | BA | 68 | 37 | 0 | 2C | 1B | 84 | 2B | 35 |
| Octal | 123 | 272 | 150 | 67 | 0 | 54 | 33 | 204 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1101000 | 110111 | 0 | 101100 | 11011 | 10000100 | 101011 | 110101 |
Color Harmonies of #53BA68
Complementary color
Monochromatic Colors of #53BA68
Black with #53BA68
Text Example
Text Example
White with #53BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA68; }
p { color: rgb(83,186,104); }
H1.HeaderClassName
{
color: #53BA68;
}
.AnyTagClassName
{
color: #53BA68;
}
</style>
background-color css
<style>
a { background-color: #53BA68; }
a { background-color: rgb(83,186,104); }
div.DivClassName
{
background-color: #53BA68;
}
.BgClassName
{
background-color: #53BA68;
}
</style>
border-color css
<style>
span { border-color: #53BA68; }
span { border-color: rgb(83,186,104); }
td.TdClassName
{
border-color: #53BA68;
}
.TagClassName
{
border-color: #53BA68;
}
</style>