Shades of Fern #53C566
Tints of Fern #53C566
RGB
CMYK
RGB Variations
Color information
#53C566 (or 0x53C566) is known color: Fern. HEX triplet: 53, C5 and 66. RGB value is (83,197,102). Sum of RGB (Red+Green+Blue) = 83+197+102=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #53C566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C566 is #AC3A99. Grayscale: #989898. Windows color (decimal): -11287194 or 6735187. OLE color: 6735187.
HSL color Cylindrical-coordinate representation of color #53C566: hue angle of 130º 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 #53C566 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 102 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.23 |
| HSL | 130º | 0.5% | 0.55% | - |
| HSV(B) | 130º | 0.58% | 0.77% | - |
| XYZ | 25.93 | 42.73 | 19.45 | - |
| YUV | 152.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 102 | 0.58 | 0 | 0.48 | 0.23 | 130 | 0.5 | 0.55 |
| Hex | 53 | C5 | 66 | 3A | 0 | 30 | 17 | 82 | 32 | 37 |
| Octal | 123 | 305 | 146 | 72 | 0 | 60 | 27 | 202 | 62 | 67 |
| Binary | 1010011 | 11000101 | 1100110 | 111010 | 0 | 110000 | 10111 | 10000010 | 110010 | 110111 |
Color Harmonies of #53C566
Complementary color
Monochromatic Colors of #53C566
Black with #53C566
Text Example
Text Example
White with #53C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C566; }
p { color: rgb(83,197,102); }
H1.HeaderClassName
{
color: #53C566;
}
.AnyTagClassName
{
color: #53C566;
}
</style>
background-color css
<style>
a { background-color: #53C566; }
a { background-color: rgb(83,197,102); }
div.DivClassName
{
background-color: #53C566;
}
.BgClassName
{
background-color: #53C566;
}
</style>
border-color css
<style>
span { border-color: #53C566; }
span { border-color: rgb(83,197,102); }
td.TdClassName
{
border-color: #53C566;
}
.TagClassName
{
border-color: #53C566;
}
</style>