Shades of Fern #53B869
Tints of Fern #53B869
RGB
CMYK
RGB Variations
Color information
#53B869 (or 0x53B869) is known color: Fern. HEX triplet: 53, B8 and 69. RGB value is (83,184,105). Sum of RGB (Red+Green+Blue) = 83+184+105=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #53B869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B869 is #AC4796. Grayscale: #919191. Windows color (decimal): -11290519 or 6928467. OLE color: 6928467.
HSL color Cylindrical-coordinate representation of color #53B869: hue angle of 133.07º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B869 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 105 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.28 |
| HSL | 133.07º | 0.42% | 0.52% | - |
| HSV(B) | 133.07º | 0.55% | 0.72% | - |
| XYZ | 23.26 | 37.14 | 19.31 | - |
| YUV | 144.8 | 105.54 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 105 | 0.55 | 0 | 0.43 | 0.28 | 133.07 | 0.42 | 0.52 |
| Hex | 53 | B8 | 69 | 37 | 0 | 2B | 1C | 85 | 2A | 34 |
| Octal | 123 | 270 | 151 | 67 | 0 | 53 | 34 | 205 | 52 | 64 |
| Binary | 1010011 | 10111000 | 1101001 | 110111 | 0 | 101011 | 11100 | 10000101 | 101010 | 110100 |
Color Harmonies of #53B869
Complementary color
Monochromatic Colors of #53B869
Black with #53B869
Text Example
Text Example
White with #53B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B869; }
p { color: rgb(83,184,105); }
H1.HeaderClassName
{
color: #53B869;
}
.AnyTagClassName
{
color: #53B869;
}
</style>
background-color css
<style>
a { background-color: #53B869; }
a { background-color: rgb(83,184,105); }
div.DivClassName
{
background-color: #53B869;
}
.BgClassName
{
background-color: #53B869;
}
</style>
border-color css
<style>
span { border-color: #53B869; }
span { border-color: rgb(83,184,105); }
td.TdClassName
{
border-color: #53B869;
}
.TagClassName
{
border-color: #53B869;
}
</style>