Shades of Fern #53C059
Tints of Fern #53C059
RGB
CMYK
RGB Variations
Color information
#53C059 (or 0x53C059) is known color: Fern. HEX triplet: 53, C0 and 59. RGB value is (83,192,89). Sum of RGB (Red+Green+Blue) = 83+192+89=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #53C059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C059 is #AC3FA6. Grayscale: #939393. Windows color (decimal): -11288487 or 5881939. OLE color: 5881939.
HSL color Cylindrical-coordinate representation of color #53C059: hue angle of 123.3º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C059 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 89 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.25 |
| HSL | 123.3º | 0.46% | 0.54% | - |
| HSV(B) | 123.3º | 0.57% | 0.75% | - |
| XYZ | 24.22 | 40.26 | 15.95 | - |
| YUV | 147.67 | 94.89 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 89 | 0.57 | 0 | 0.54 | 0.25 | 123.3 | 0.46 | 0.54 |
| Hex | 53 | C0 | 59 | 39 | 0 | 36 | 19 | 7B | 2E | 36 |
| Octal | 123 | 300 | 131 | 71 | 0 | 66 | 31 | 173 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1011001 | 111001 | 0 | 110110 | 11001 | 1111011 | 101110 | 110110 |
Color Harmonies of #53C059
Complementary color
Monochromatic Colors of #53C059
Black with #53C059
Text Example
Text Example
White with #53C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C059; }
p { color: rgb(83,192,89); }
H1.HeaderClassName
{
color: #53C059;
}
.AnyTagClassName
{
color: #53C059;
}
</style>
background-color css
<style>
a { background-color: #53C059; }
a { background-color: rgb(83,192,89); }
div.DivClassName
{
background-color: #53C059;
}
.BgClassName
{
background-color: #53C059;
}
</style>
border-color css
<style>
span { border-color: #53C059; }
span { border-color: rgb(83,192,89); }
td.TdClassName
{
border-color: #53C059;
}
.TagClassName
{
border-color: #53C059;
}
</style>