Shades of Fern #53C166
Tints of Fern #53C166
RGB
CMYK
RGB Variations
Color information
#53C166 (or 0x53C166) is known color: Fern. HEX triplet: 53, C1 and 66. RGB value is (83,193,102). Sum of RGB (Red+Green+Blue) = 83+193+102=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #53C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C166 is #AC3E99. Grayscale: #959595. Windows color (decimal): -11288218 or 6734163. OLE color: 6734163.
HSL color Cylindrical-coordinate representation of color #53C166: hue angle of 130.36º 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 #53C166 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 102 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.24 |
| HSL | 130.36º | 0.47% | 0.54% | - |
| HSV(B) | 130.36º | 0.57% | 0.76% | - |
| XYZ | 25.04 | 40.94 | 19.15 | - |
| YUV | 149.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 102 | 0.57 | 0 | 0.47 | 0.24 | 130.36 | 0.47 | 0.54 |
| Hex | 53 | C1 | 66 | 39 | 0 | 2F | 18 | 82 | 2F | 36 |
| Octal | 123 | 301 | 146 | 71 | 0 | 57 | 30 | 202 | 57 | 66 |
| Binary | 1010011 | 11000001 | 1100110 | 111001 | 0 | 101111 | 11000 | 10000010 | 101111 | 110110 |
Color Harmonies of #53C166
Complementary color
Monochromatic Colors of #53C166
Black with #53C166
Text Example
Text Example
White with #53C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C166; }
p { color: rgb(83,193,102); }
H1.HeaderClassName
{
color: #53C166;
}
.AnyTagClassName
{
color: #53C166;
}
</style>
background-color css
<style>
a { background-color: #53C166; }
a { background-color: rgb(83,193,102); }
div.DivClassName
{
background-color: #53C166;
}
.BgClassName
{
background-color: #53C166;
}
</style>
border-color css
<style>
span { border-color: #53C166; }
span { border-color: rgb(83,193,102); }
td.TdClassName
{
border-color: #53C166;
}
.TagClassName
{
border-color: #53C166;
}
</style>