Shades of Fern #53BC6B
Tints of Fern #53BC6B
RGB
CMYK
RGB Variations
Color information
#53BC6B (or 0x53BC6B) is known color: Fern. HEX triplet: 53, BC and 6B. RGB value is (83,188,107). Sum of RGB (Red+Green+Blue) = 83+188+107=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC6B is #AC4394. Grayscale: #939393. Windows color (decimal): -11289493 or 7060563. OLE color: 7060563.
HSL color Cylindrical-coordinate representation of color #53BC6B: hue angle of 133.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC6B is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 107 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.26 |
| HSL | 133.71º | 0.44% | 0.53% | - |
| HSV(B) | 133.71º | 0.56% | 0.74% | - |
| XYZ | 24.2 | 38.87 | 20.14 | - |
| YUV | 147.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 107 | 0.56 | 0 | 0.43 | 0.26 | 133.71 | 0.44 | 0.53 |
| Hex | 53 | BC | 6B | 38 | 0 | 2B | 1A | 86 | 2C | 35 |
| Octal | 123 | 274 | 153 | 70 | 0 | 53 | 32 | 206 | 54 | 65 |
| Binary | 1010011 | 10111100 | 1101011 | 111000 | 0 | 101011 | 11010 | 10000110 | 101100 | 110101 |
Color Harmonies of #53BC6B
Complementary color
Monochromatic Colors of #53BC6B
Black with #53BC6B
Text Example
Text Example
White with #53BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC6B; }
p { color: rgb(83,188,107); }
H1.HeaderClassName
{
color: #53BC6B;
}
.AnyTagClassName
{
color: #53BC6B;
}
</style>
background-color css
<style>
a { background-color: #53BC6B; }
a { background-color: rgb(83,188,107); }
div.DivClassName
{
background-color: #53BC6B;
}
.BgClassName
{
background-color: #53BC6B;
}
</style>
border-color css
<style>
span { border-color: #53BC6B; }
span { border-color: rgb(83,188,107); }
td.TdClassName
{
border-color: #53BC6B;
}
.TagClassName
{
border-color: #53BC6B;
}
</style>