Shades of Fern #53D656
Tints of Fern #53D656
RGB
CMYK
RGB Variations
Color information
#53D656 (or 0x53D656) is known color: Fern. HEX triplet: 53, D6 and 56. RGB value is (83,214,86). Sum of RGB (Red+Green+Blue) = 83+214+86=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #53D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D656 is #AC29A9. Grayscale: #A0A0A0. Windows color (decimal): -11282858 or 5690963. OLE color: 5690963.
HSL color Cylindrical-coordinate representation of color #53D656: hue angle of 121.37º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D656 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 86 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.16 |
| HSL | 121.37º | 0.62% | 0.58% | - |
| HSV(B) | 121.37º | 0.61% | 0.84% | - |
| XYZ | 29.29 | 50.6 | 17.03 | - |
| YUV | 160.24 | 86.1 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 86 | 0.61 | 0 | 0.60 | 0.16 | 121.37 | 0.62 | 0.58 |
| Hex | 53 | D6 | 56 | 3D | 0 | 3C | 10 | 79 | 3E | 3A |
| Octal | 123 | 326 | 126 | 75 | 0 | 74 | 20 | 171 | 76 | 72 |
| Binary | 1010011 | 11010110 | 1010110 | 111101 | 0 | 111100 | 10000 | 1111001 | 111110 | 111010 |
Color Harmonies of #53D656
Complementary color
Monochromatic Colors of #53D656
Black with #53D656
Text Example
Text Example
White with #53D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D656; }
p { color: rgb(83,214,86); }
H1.HeaderClassName
{
color: #53D656;
}
.AnyTagClassName
{
color: #53D656;
}
</style>
background-color css
<style>
a { background-color: #53D656; }
a { background-color: rgb(83,214,86); }
div.DivClassName
{
background-color: #53D656;
}
.BgClassName
{
background-color: #53D656;
}
</style>
border-color css
<style>
span { border-color: #53D656; }
span { border-color: rgb(83,214,86); }
td.TdClassName
{
border-color: #53D656;
}
.TagClassName
{
border-color: #53D656;
}
</style>