Shades of Fern #53B669
Tints of Fern #53B669
RGB
CMYK
RGB Variations
Color information
#53B669 (or 0x53B669) is known color: Fern. HEX triplet: 53, B6 and 69. RGB value is (83,182,105). Sum of RGB (Red+Green+Blue) = 83+182+105=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #53B669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B669 is #AC4996. Grayscale: #8F8F8F. Windows color (decimal): -11291031 or 6927955. OLE color: 6927955.
HSL color Cylindrical-coordinate representation of color #53B669: hue angle of 133.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B669 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 182 | 105 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.29 |
| HSL | 133.33º | 0.4% | 0.52% | - |
| HSV(B) | 133.33º | 0.54% | 0.71% | - |
| XYZ | 22.85 | 36.31 | 19.17 | - |
| YUV | 143.62 | 106.2 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 182 | 105 | 0.54 | 0 | 0.42 | 0.29 | 133.33 | 0.4 | 0.52 |
| Hex | 53 | B6 | 69 | 36 | 0 | 2A | 1D | 85 | 28 | 34 |
| Octal | 123 | 266 | 151 | 66 | 0 | 52 | 35 | 205 | 50 | 64 |
| Binary | 1010011 | 10110110 | 1101001 | 110110 | 0 | 101010 | 11101 | 10000101 | 101000 | 110100 |
Color Harmonies of #53B669
Complementary color
Monochromatic Colors of #53B669
Black with #53B669
Text Example
Text Example
White with #53B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B669; }
p { color: rgb(83,182,105); }
H1.HeaderClassName
{
color: #53B669;
}
.AnyTagClassName
{
color: #53B669;
}
</style>
background-color css
<style>
a { background-color: #53B669; }
a { background-color: rgb(83,182,105); }
div.DivClassName
{
background-color: #53B669;
}
.BgClassName
{
background-color: #53B669;
}
</style>
border-color css
<style>
span { border-color: #53B669; }
span { border-color: rgb(83,182,105); }
td.TdClassName
{
border-color: #53B669;
}
.TagClassName
{
border-color: #53B669;
}
</style>