Shades of Fern #53C055
Tints of Fern #53C055
RGB
CMYK
RGB Variations
Color information
#53C055 (or 0x53C055) is known color: Fern. HEX triplet: 53, C0 and 55. RGB value is (83,192,85). Sum of RGB (Red+Green+Blue) = 83+192+85=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #53C055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C055 is #AC3FAA. Grayscale: #939393. Windows color (decimal): -11288491 or 5619795. OLE color: 5619795.
HSL color Cylindrical-coordinate representation of color #53C055: hue angle of 121.1º 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 #53C055 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 85 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.25 |
| HSL | 121.1º | 0.46% | 0.54% | - |
| HSV(B) | 121.1º | 0.57% | 0.75% | - |
| XYZ | 24.06 | 40.19 | 15.08 | - |
| YUV | 147.21 | 92.89 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 85 | 0.57 | 0 | 0.56 | 0.25 | 121.1 | 0.46 | 0.54 |
| Hex | 53 | C0 | 55 | 39 | 0 | 38 | 19 | 79 | 2E | 36 |
| Octal | 123 | 300 | 125 | 71 | 0 | 70 | 31 | 171 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1010101 | 111001 | 0 | 111000 | 11001 | 1111001 | 101110 | 110110 |
Color Harmonies of #53C055
Complementary color
Monochromatic Colors of #53C055
Black with #53C055
Text Example
Text Example
White with #53C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C055; }
p { color: rgb(83,192,85); }
H1.HeaderClassName
{
color: #53C055;
}
.AnyTagClassName
{
color: #53C055;
}
</style>
background-color css
<style>
a { background-color: #53C055; }
a { background-color: rgb(83,192,85); }
div.DivClassName
{
background-color: #53C055;
}
.BgClassName
{
background-color: #53C055;
}
</style>
border-color css
<style>
span { border-color: #53C055; }
span { border-color: rgb(83,192,85); }
td.TdClassName
{
border-color: #53C055;
}
.TagClassName
{
border-color: #53C055;
}
</style>