Shades of Fern #53C160
Tints of Fern #53C160
RGB
CMYK
RGB Variations
Color information
#53C160 (or 0x53C160) is known color: Fern. HEX triplet: 53, C1 and 60. RGB value is (83,193,96). Sum of RGB (Red+Green+Blue) = 83+193+96=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #53C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C160 is #AC3E9F. Grayscale: #959595. Windows color (decimal): -11288224 or 6340947. OLE color: 6340947.
HSL color Cylindrical-coordinate representation of color #53C160: hue angle of 127.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C160 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 96 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.24 |
| HSL | 127.09º | 0.47% | 0.54% | - |
| HSV(B) | 127.09º | 0.57% | 0.76% | - |
| XYZ | 24.75 | 40.82 | 17.64 | - |
| YUV | 149.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 96 | 0.57 | 0 | 0.50 | 0.24 | 127.09 | 0.47 | 0.54 |
| Hex | 53 | C1 | 60 | 39 | 0 | 32 | 18 | 7F | 2F | 36 |
| Octal | 123 | 301 | 140 | 71 | 0 | 62 | 30 | 177 | 57 | 66 |
| Binary | 1010011 | 11000001 | 1100000 | 111001 | 0 | 110010 | 11000 | 1111111 | 101111 | 110110 |
Color Harmonies of #53C160
Complementary color
Monochromatic Colors of #53C160
Black with #53C160
Text Example
Text Example
White with #53C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C160; }
p { color: rgb(83,193,96); }
H1.HeaderClassName
{
color: #53C160;
}
.AnyTagClassName
{
color: #53C160;
}
</style>
background-color css
<style>
a { background-color: #53C160; }
a { background-color: rgb(83,193,96); }
div.DivClassName
{
background-color: #53C160;
}
.BgClassName
{
background-color: #53C160;
}
</style>
border-color css
<style>
span { border-color: #53C160; }
span { border-color: rgb(83,193,96); }
td.TdClassName
{
border-color: #53C160;
}
.TagClassName
{
border-color: #53C160;
}
</style>