Shades of Fern #53C066
Tints of Fern #53C066
RGB
CMYK
RGB Variations
Color information
#53C066 (or 0x53C066) is known color: Fern. HEX triplet: 53, C0 and 66. RGB value is (83,192,102). Sum of RGB (Red+Green+Blue) = 83+192+102=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #53C066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C066 is #AC3F99. Grayscale: #959595. Windows color (decimal): -11288474 or 6733907. OLE color: 6733907.
HSL color Cylindrical-coordinate representation of color #53C066: hue angle of 130.46º 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 #53C066 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 102 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.25 |
| HSL | 130.46º | 0.46% | 0.54% | - |
| HSV(B) | 130.46º | 0.57% | 0.75% | - |
| XYZ | 24.82 | 40.5 | 19.08 | - |
| YUV | 149.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 102 | 0.57 | 0 | 0.47 | 0.25 | 130.46 | 0.46 | 0.54 |
| Hex | 53 | C0 | 66 | 39 | 0 | 2F | 19 | 82 | 2E | 36 |
| Octal | 123 | 300 | 146 | 71 | 0 | 57 | 31 | 202 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1100110 | 111001 | 0 | 101111 | 11001 | 10000010 | 101110 | 110110 |
Color Harmonies of #53C066
Complementary color
Monochromatic Colors of #53C066
Black with #53C066
Text Example
Text Example
White with #53C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C066; }
p { color: rgb(83,192,102); }
H1.HeaderClassName
{
color: #53C066;
}
.AnyTagClassName
{
color: #53C066;
}
</style>
background-color css
<style>
a { background-color: #53C066; }
a { background-color: rgb(83,192,102); }
div.DivClassName
{
background-color: #53C066;
}
.BgClassName
{
background-color: #53C066;
}
</style>
border-color css
<style>
span { border-color: #53C066; }
span { border-color: rgb(83,192,102); }
td.TdClassName
{
border-color: #53C066;
}
.TagClassName
{
border-color: #53C066;
}
</style>