Shades of Fern #53C956
Tints of Fern #53C956
RGB
CMYK
RGB Variations
Color information
#53C956 (or 0x53C956) is known color: Fern. HEX triplet: 53, C9 and 56. RGB value is (83,201,86). Sum of RGB (Red+Green+Blue) = 83+201+86=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #53C956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C956 is #AC36A9. Grayscale: #989898. Windows color (decimal): -11286186 or 5687635. OLE color: 5687635.
HSL color Cylindrical-coordinate representation of color #53C956: hue angle of 121.53º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C956 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 86 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.21 |
| HSL | 121.53º | 0.52% | 0.56% | - |
| HSV(B) | 121.53º | 0.59% | 0.79% | - |
| XYZ | 26.13 | 44.28 | 15.97 | - |
| YUV | 152.61 | 90.41 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 86 | 0.59 | 0 | 0.57 | 0.21 | 121.53 | 0.52 | 0.56 |
| Hex | 53 | C9 | 56 | 3B | 0 | 39 | 15 | 7A | 34 | 38 |
| Octal | 123 | 311 | 126 | 73 | 0 | 71 | 25 | 172 | 64 | 70 |
| Binary | 1010011 | 11001001 | 1010110 | 111011 | 0 | 111001 | 10101 | 1111010 | 110100 | 111000 |
Color Harmonies of #53C956
Complementary color
Monochromatic Colors of #53C956
Black with #53C956
Text Example
Text Example
White with #53C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C956; }
p { color: rgb(83,201,86); }
H1.HeaderClassName
{
color: #53C956;
}
.AnyTagClassName
{
color: #53C956;
}
</style>
background-color css
<style>
a { background-color: #53C956; }
a { background-color: rgb(83,201,86); }
div.DivClassName
{
background-color: #53C956;
}
.BgClassName
{
background-color: #53C956;
}
</style>
border-color css
<style>
span { border-color: #53C956; }
span { border-color: rgb(83,201,86); }
td.TdClassName
{
border-color: #53C956;
}
.TagClassName
{
border-color: #53C956;
}
</style>