Shades of Fern #53C755
Tints of Fern #53C755
RGB
CMYK
RGB Variations
Color information
#53C755 (or 0x53C755) is known color: Fern. HEX triplet: 53, C7 and 55. RGB value is (83,199,85). Sum of RGB (Red+Green+Blue) = 83+199+85=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 199 (78.12% from 255 or 54.22% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 199 - color contains mainly: green. Hex color #53C755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C755 is #AC38AA. Grayscale: #979797. Windows color (decimal): -11286699 or 5621587. OLE color: 5621587.
HSL color Cylindrical-coordinate representation of color #53C755: hue angle of 121.03º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C755 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 85 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.22 |
| HSL | 121.03º | 0.51% | 0.55% | - |
| HSV(B) | 121.03º | 0.58% | 0.78% | - |
| XYZ | 25.63 | 43.34 | 15.61 | - |
| YUV | 151.32 | 90.57 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 85 | 0.58 | 0 | 0.57 | 0.22 | 121.03 | 0.51 | 0.55 |
| Hex | 53 | C7 | 55 | 3A | 0 | 39 | 16 | 79 | 33 | 37 |
| Octal | 123 | 307 | 125 | 72 | 0 | 71 | 26 | 171 | 63 | 67 |
| Binary | 1010011 | 11000111 | 1010101 | 111010 | 0 | 111001 | 10110 | 1111001 | 110011 | 110111 |
Color Harmonies of #53C755
Complementary color
Monochromatic Colors of #53C755
Black with #53C755
Text Example
Text Example
White with #53C755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C755; }
p { color: rgb(83,199,85); }
H1.HeaderClassName
{
color: #53C755;
}
.AnyTagClassName
{
color: #53C755;
}
</style>
background-color css
<style>
a { background-color: #53C755; }
a { background-color: rgb(83,199,85); }
div.DivClassName
{
background-color: #53C755;
}
.BgClassName
{
background-color: #53C755;
}
</style>
border-color css
<style>
span { border-color: #53C755; }
span { border-color: rgb(83,199,85); }
td.TdClassName
{
border-color: #53C755;
}
.TagClassName
{
border-color: #53C755;
}
</style>