Shades of Fern #53C060
Tints of Fern #53C060
RGB
CMYK
RGB Variations
Color information
#53C060 (or 0x53C060) is known color: Fern. HEX triplet: 53, C0 and 60. RGB value is (83,192,96). Sum of RGB (Red+Green+Blue) = 83+192+96=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #53C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C060 is #AC3F9F. Grayscale: #949494. Windows color (decimal): -11288480 or 6340691. OLE color: 6340691.
HSL color Cylindrical-coordinate representation of color #53C060: hue angle of 127.16º 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 #53C060 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 96 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.25 |
| HSL | 127.16º | 0.46% | 0.54% | - |
| HSV(B) | 127.16º | 0.57% | 0.75% | - |
| XYZ | 24.53 | 40.38 | 17.57 | - |
| YUV | 148.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 96 | 0.57 | 0 | 0.50 | 0.25 | 127.16 | 0.46 | 0.54 |
| Hex | 53 | C0 | 60 | 39 | 0 | 32 | 19 | 7F | 2E | 36 |
| Octal | 123 | 300 | 140 | 71 | 0 | 62 | 31 | 177 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1100000 | 111001 | 0 | 110010 | 11001 | 1111111 | 101110 | 110110 |
Color Harmonies of #53C060
Complementary color
Monochromatic Colors of #53C060
Black with #53C060
Text Example
Text Example
White with #53C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C060; }
p { color: rgb(83,192,96); }
H1.HeaderClassName
{
color: #53C060;
}
.AnyTagClassName
{
color: #53C060;
}
</style>
background-color css
<style>
a { background-color: #53C060; }
a { background-color: rgb(83,192,96); }
div.DivClassName
{
background-color: #53C060;
}
.BgClassName
{
background-color: #53C060;
}
</style>
border-color css
<style>
span { border-color: #53C060; }
span { border-color: rgb(83,192,96); }
td.TdClassName
{
border-color: #53C060;
}
.TagClassName
{
border-color: #53C060;
}
</style>