Shades of Fern #53C461
Tints of Fern #53C461
RGB
CMYK
RGB Variations
Color information
#53C461 (or 0x53C461) is known color: Fern. HEX triplet: 53, C4 and 61. RGB value is (83,196,97). Sum of RGB (Red+Green+Blue) = 83+196+97=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #53C461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C461 is #AC3B9E. Grayscale: #979797. Windows color (decimal): -11287455 or 6407251. OLE color: 6407251.
HSL color Cylindrical-coordinate representation of color #53C461: hue angle of 127.43º 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 #53C461 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 97 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.23 |
| HSL | 127.43º | 0.49% | 0.55% | - |
| HSV(B) | 127.43º | 0.58% | 0.77% | - |
| XYZ | 25.46 | 42.18 | 18.11 | - |
| YUV | 150.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 97 | 0.58 | 0 | 0.51 | 0.23 | 127.43 | 0.49 | 0.55 |
| Hex | 53 | C4 | 61 | 3A | 0 | 33 | 17 | 7F | 31 | 37 |
| Octal | 123 | 304 | 141 | 72 | 0 | 63 | 27 | 177 | 61 | 67 |
| Binary | 1010011 | 11000100 | 1100001 | 111010 | 0 | 110011 | 10111 | 1111111 | 110001 | 110111 |
Color Harmonies of #53C461
Complementary color
Monochromatic Colors of #53C461
Black with #53C461
Text Example
Text Example
White with #53C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C461; }
p { color: rgb(83,196,97); }
H1.HeaderClassName
{
color: #53C461;
}
.AnyTagClassName
{
color: #53C461;
}
</style>
background-color css
<style>
a { background-color: #53C461; }
a { background-color: rgb(83,196,97); }
div.DivClassName
{
background-color: #53C461;
}
.BgClassName
{
background-color: #53C461;
}
</style>
border-color css
<style>
span { border-color: #53C461; }
span { border-color: rgb(83,196,97); }
td.TdClassName
{
border-color: #53C461;
}
.TagClassName
{
border-color: #53C461;
}
</style>