Shades of Fern #53BA65
Tints of Fern #53BA65
RGB
CMYK
RGB Variations
Color information
#53BA65 (or 0x53BA65) is known color: Fern. HEX triplet: 53, BA and 65. RGB value is (83,186,101). Sum of RGB (Red+Green+Blue) = 83+186+101=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA65 is #AC459A. Grayscale: #919191. Windows color (decimal): -11290011 or 6666835. OLE color: 6666835.
HSL color Cylindrical-coordinate representation of color #53BA65: hue angle of 130.49º 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 #53BA65 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 101 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.27 |
| HSL | 130.49º | 0.43% | 0.53% | - |
| HSV(B) | 130.49º | 0.55% | 0.73% | - |
| XYZ | 23.48 | 37.9 | 18.39 | - |
| YUV | 145.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 101 | 0.55 | 0 | 0.46 | 0.27 | 130.49 | 0.43 | 0.53 |
| Hex | 53 | BA | 65 | 37 | 0 | 2E | 1B | 82 | 2B | 35 |
| Octal | 123 | 272 | 145 | 67 | 0 | 56 | 33 | 202 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1100101 | 110111 | 0 | 101110 | 11011 | 10000010 | 101011 | 110101 |
Color Harmonies of #53BA65
Complementary color
Monochromatic Colors of #53BA65
Black with #53BA65
Text Example
Text Example
White with #53BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA65; }
p { color: rgb(83,186,101); }
H1.HeaderClassName
{
color: #53BA65;
}
.AnyTagClassName
{
color: #53BA65;
}
</style>
background-color css
<style>
a { background-color: #53BA65; }
a { background-color: rgb(83,186,101); }
div.DivClassName
{
background-color: #53BA65;
}
.BgClassName
{
background-color: #53BA65;
}
</style>
border-color css
<style>
span { border-color: #53BA65; }
span { border-color: rgb(83,186,101); }
td.TdClassName
{
border-color: #53BA65;
}
.TagClassName
{
border-color: #53BA65;
}
</style>