Shades of Fern #53C456
Tints of Fern #53C456
RGB
CMYK
RGB Variations
Color information
#53C456 (or 0x53C456) is known color: Fern. HEX triplet: 53, C4 and 56. RGB value is (83,196,86). Sum of RGB (Red+Green+Blue) = 83+196+86=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #53C456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C456 is #AC3BA9. Grayscale: #969696. Windows color (decimal): -11287466 or 5686355. OLE color: 5686355.
HSL color Cylindrical-coordinate representation of color #53C456: hue angle of 121.59º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C456 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 86 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.23 |
| HSL | 121.59º | 0.49% | 0.55% | - |
| HSV(B) | 121.59º | 0.58% | 0.77% | - |
| XYZ | 24.99 | 41.99 | 15.59 | - |
| YUV | 149.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 86 | 0.58 | 0 | 0.56 | 0.23 | 121.59 | 0.49 | 0.55 |
| Hex | 53 | C4 | 56 | 3A | 0 | 38 | 17 | 7A | 31 | 37 |
| Octal | 123 | 304 | 126 | 72 | 0 | 70 | 27 | 172 | 61 | 67 |
| Binary | 1010011 | 11000100 | 1010110 | 111010 | 0 | 111000 | 10111 | 1111010 | 110001 | 110111 |
Color Harmonies of #53C456
Complementary color
Monochromatic Colors of #53C456
Black with #53C456
Text Example
Text Example
White with #53C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C456; }
p { color: rgb(83,196,86); }
H1.HeaderClassName
{
color: #53C456;
}
.AnyTagClassName
{
color: #53C456;
}
</style>
background-color css
<style>
a { background-color: #53C456; }
a { background-color: rgb(83,196,86); }
div.DivClassName
{
background-color: #53C456;
}
.BgClassName
{
background-color: #53C456;
}
</style>
border-color css
<style>
span { border-color: #53C456; }
span { border-color: rgb(83,196,86); }
td.TdClassName
{
border-color: #53C456;
}
.TagClassName
{
border-color: #53C456;
}
</style>