Shades of Fern #53B967
Tints of Fern #53B967
RGB
CMYK
RGB Variations
Color information
#53B967 (or 0x53B967) is known color: Fern. HEX triplet: 53, B9 and 67. RGB value is (83,185,103). Sum of RGB (Red+Green+Blue) = 83+185+103=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #53B967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B967 is #AC4698. Grayscale: #919191. Windows color (decimal): -11290265 or 6797651. OLE color: 6797651.
HSL color Cylindrical-coordinate representation of color #53B967: hue angle of 131.76º degrees, saturation: 0.42, 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 #53B967 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 185 | 103 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.27 |
| HSL | 131.76º | 0.42% | 0.53% | - |
| HSV(B) | 131.76º | 0.55% | 0.73% | - |
| XYZ | 23.36 | 37.52 | 18.84 | - |
| YUV | 145.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 103 | 0.55 | 0 | 0.44 | 0.27 | 131.76 | 0.42 | 0.53 |
| Hex | 53 | B9 | 67 | 37 | 0 | 2C | 1B | 84 | 2A | 35 |
| Octal | 123 | 271 | 147 | 67 | 0 | 54 | 33 | 204 | 52 | 65 |
| Binary | 1010011 | 10111001 | 1100111 | 110111 | 0 | 101100 | 11011 | 10000100 | 101010 | 110101 |
Color Harmonies of #53B967
Complementary color
Monochromatic Colors of #53B967
Black with #53B967
Text Example
Text Example
White with #53B967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B967; }
p { color: rgb(83,185,103); }
H1.HeaderClassName
{
color: #53B967;
}
.AnyTagClassName
{
color: #53B967;
}
</style>
background-color css
<style>
a { background-color: #53B967; }
a { background-color: rgb(83,185,103); }
div.DivClassName
{
background-color: #53B967;
}
.BgClassName
{
background-color: #53B967;
}
</style>
border-color css
<style>
span { border-color: #53B967; }
span { border-color: rgb(83,185,103); }
td.TdClassName
{
border-color: #53B967;
}
.TagClassName
{
border-color: #53B967;
}
</style>