Shades of Fern #53BC66
Tints of Fern #53BC66
RGB
CMYK
RGB Variations
Color information
#53BC66 (or 0x53BC66) is known color: Fern. HEX triplet: 53, BC and 66. RGB value is (83,188,102). Sum of RGB (Red+Green+Blue) = 83+188+102=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC66 is #AC4399. Grayscale: #939393. Windows color (decimal): -11289498 or 6732883. OLE color: 6732883.
HSL color Cylindrical-coordinate representation of color #53BC66: hue angle of 130.86º 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 #53BC66 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 102 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.26 |
| HSL | 130.86º | 0.44% | 0.53% | - |
| HSV(B) | 130.86º | 0.56% | 0.74% | - |
| XYZ | 23.95 | 38.76 | 18.79 | - |
| YUV | 146.8 | 102.71 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 102 | 0.56 | 0 | 0.46 | 0.26 | 130.86 | 0.44 | 0.53 |
| Hex | 53 | BC | 66 | 38 | 0 | 2E | 1A | 83 | 2C | 35 |
| Octal | 123 | 274 | 146 | 70 | 0 | 56 | 32 | 203 | 54 | 65 |
| Binary | 1010011 | 10111100 | 1100110 | 111000 | 0 | 101110 | 11010 | 10000011 | 101100 | 110101 |
Color Harmonies of #53BC66
Complementary color
Monochromatic Colors of #53BC66
Black with #53BC66
Text Example
Text Example
White with #53BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC66; }
p { color: rgb(83,188,102); }
H1.HeaderClassName
{
color: #53BC66;
}
.AnyTagClassName
{
color: #53BC66;
}
</style>
background-color css
<style>
a { background-color: #53BC66; }
a { background-color: rgb(83,188,102); }
div.DivClassName
{
background-color: #53BC66;
}
.BgClassName
{
background-color: #53BC66;
}
</style>
border-color css
<style>
span { border-color: #53BC66; }
span { border-color: rgb(83,188,102); }
td.TdClassName
{
border-color: #53BC66;
}
.TagClassName
{
border-color: #53BC66;
}
</style>