Shades of Fern #53C068
Tints of Fern #53C068
RGB
CMYK
RGB Variations
Color information
#53C068 (or 0x53C068) is known color: Fern. HEX triplet: 53, C0 and 68. RGB value is (83,192,104). Sum of RGB (Red+Green+Blue) = 83+192+104=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #53C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C068 is #AC3F97. Grayscale: #959595. Windows color (decimal): -11288472 or 6864979. OLE color: 6864979.
HSL color Cylindrical-coordinate representation of color #53C068: hue angle of 131.56º 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 #53C068 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 104 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.25 |
| HSL | 131.56º | 0.46% | 0.54% | - |
| HSV(B) | 131.56º | 0.57% | 0.75% | - |
| XYZ | 24.92 | 40.54 | 19.61 | - |
| YUV | 149.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 104 | 0.57 | 0 | 0.46 | 0.25 | 131.56 | 0.46 | 0.54 |
| Hex | 53 | C0 | 68 | 39 | 0 | 2E | 19 | 84 | 2E | 36 |
| Octal | 123 | 300 | 150 | 71 | 0 | 56 | 31 | 204 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1101000 | 111001 | 0 | 101110 | 11001 | 10000100 | 101110 | 110110 |
Color Harmonies of #53C068
Complementary color
Monochromatic Colors of #53C068
Black with #53C068
Text Example
Text Example
White with #53C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C068; }
p { color: rgb(83,192,104); }
H1.HeaderClassName
{
color: #53C068;
}
.AnyTagClassName
{
color: #53C068;
}
</style>
background-color css
<style>
a { background-color: #53C068; }
a { background-color: rgb(83,192,104); }
div.DivClassName
{
background-color: #53C068;
}
.BgClassName
{
background-color: #53C068;
}
</style>
border-color css
<style>
span { border-color: #53C068; }
span { border-color: rgb(83,192,104); }
td.TdClassName
{
border-color: #53C068;
}
.TagClassName
{
border-color: #53C068;
}
</style>