Shades of Fern #53C565
Tints of Fern #53C565
RGB
CMYK
RGB Variations
Color information
#53C565 (or 0x53C565) is known color: Fern. HEX triplet: 53, C5 and 65. RGB value is (83,197,101). Sum of RGB (Red+Green+Blue) = 83+197+101=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #53C565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C565 is #AC3A9A. Grayscale: #989898. Windows color (decimal): -11287195 or 6669651. OLE color: 6669651.
HSL color Cylindrical-coordinate representation of color #53C565: hue angle of 129.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C565 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 101 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.23 |
| HSL | 129.47º | 0.5% | 0.55% | - |
| HSV(B) | 129.47º | 0.58% | 0.77% | - |
| XYZ | 25.88 | 42.71 | 19.19 | - |
| YUV | 151.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 101 | 0.58 | 0 | 0.49 | 0.23 | 129.47 | 0.5 | 0.55 |
| Hex | 53 | C5 | 65 | 3A | 0 | 31 | 17 | 81 | 32 | 37 |
| Octal | 123 | 305 | 145 | 72 | 0 | 61 | 27 | 201 | 62 | 67 |
| Binary | 1010011 | 11000101 | 1100101 | 111010 | 0 | 110001 | 10111 | 10000001 | 110010 | 110111 |
Color Harmonies of #53C565
Complementary color
Monochromatic Colors of #53C565
Black with #53C565
Text Example
Text Example
White with #53C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C565; }
p { color: rgb(83,197,101); }
H1.HeaderClassName
{
color: #53C565;
}
.AnyTagClassName
{
color: #53C565;
}
</style>
background-color css
<style>
a { background-color: #53C565; }
a { background-color: rgb(83,197,101); }
div.DivClassName
{
background-color: #53C565;
}
.BgClassName
{
background-color: #53C565;
}
</style>
border-color css
<style>
span { border-color: #53C565; }
span { border-color: rgb(83,197,101); }
td.TdClassName
{
border-color: #53C565;
}
.TagClassName
{
border-color: #53C565;
}
</style>