Shades of Fern #53BA66
Tints of Fern #53BA66
RGB
CMYK
RGB Variations
Color information
#53BA66 (or 0x53BA66) is known color: Fern. HEX triplet: 53, BA and 66. RGB value is (83,186,102). Sum of RGB (Red+Green+Blue) = 83+186+102=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA66 is #AC4599. Grayscale: #919191. Windows color (decimal): -11290010 or 6732371. OLE color: 6732371.
HSL color Cylindrical-coordinate representation of color #53BA66: hue angle of 131.07º 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 #53BA66 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 102 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.27 |
| HSL | 131.07º | 0.43% | 0.53% | - |
| HSV(B) | 131.07º | 0.55% | 0.73% | - |
| XYZ | 23.52 | 37.92 | 18.65 | - |
| YUV | 145.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 102 | 0.55 | 0 | 0.45 | 0.27 | 131.07 | 0.43 | 0.53 |
| Hex | 53 | BA | 66 | 37 | 0 | 2D | 1B | 83 | 2B | 35 |
| Octal | 123 | 272 | 146 | 67 | 0 | 55 | 33 | 203 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1100110 | 110111 | 0 | 101101 | 11011 | 10000011 | 101011 | 110101 |
Color Harmonies of #53BA66
Complementary color
Monochromatic Colors of #53BA66
Black with #53BA66
Text Example
Text Example
White with #53BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA66; }
p { color: rgb(83,186,102); }
H1.HeaderClassName
{
color: #53BA66;
}
.AnyTagClassName
{
color: #53BA66;
}
</style>
background-color css
<style>
a { background-color: #53BA66; }
a { background-color: rgb(83,186,102); }
div.DivClassName
{
background-color: #53BA66;
}
.BgClassName
{
background-color: #53BA66;
}
</style>
border-color css
<style>
span { border-color: #53BA66; }
span { border-color: rgb(83,186,102); }
td.TdClassName
{
border-color: #53BA66;
}
.TagClassName
{
border-color: #53BA66;
}
</style>