Shades of Fern #53C457
Tints of Fern #53C457
RGB
CMYK
RGB Variations
Color information
#53C457 (or 0x53C457) is known color: Fern. HEX triplet: 53, C4 and 57. RGB value is (83,196,87). Sum of RGB (Red+Green+Blue) = 83+196+87=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #53C457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C457 is #AC3BA8. Grayscale: #969696. Windows color (decimal): -11287465 or 5751891. OLE color: 5751891.
HSL color Cylindrical-coordinate representation of color #53C457: hue angle of 122.12º 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 #53C457 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 87 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.23 |
| HSL | 122.12º | 0.49% | 0.55% | - |
| HSV(B) | 122.12º | 0.58% | 0.77% | - |
| XYZ | 25.03 | 42.01 | 15.81 | - |
| YUV | 149.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 87 | 0.58 | 0 | 0.56 | 0.23 | 122.12 | 0.49 | 0.55 |
| Hex | 53 | C4 | 57 | 3A | 0 | 38 | 17 | 7A | 31 | 37 |
| Octal | 123 | 304 | 127 | 72 | 0 | 70 | 27 | 172 | 61 | 67 |
| Binary | 1010011 | 11000100 | 1010111 | 111010 | 0 | 111000 | 10111 | 1111010 | 110001 | 110111 |
Color Harmonies of #53C457
Complementary color
Monochromatic Colors of #53C457
Black with #53C457
Text Example
Text Example
White with #53C457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C457; }
p { color: rgb(83,196,87); }
H1.HeaderClassName
{
color: #53C457;
}
.AnyTagClassName
{
color: #53C457;
}
</style>
background-color css
<style>
a { background-color: #53C457; }
a { background-color: rgb(83,196,87); }
div.DivClassName
{
background-color: #53C457;
}
.BgClassName
{
background-color: #53C457;
}
</style>
border-color css
<style>
span { border-color: #53C457; }
span { border-color: rgb(83,196,87); }
td.TdClassName
{
border-color: #53C457;
}
.TagClassName
{
border-color: #53C457;
}
</style>