Shades of Fern #53D853
Tints of Fern #53D853
RGB
CMYK
RGB Variations
Color information
#53D853 (or 0x53D853) is known color: Fern. HEX triplet: 53, D8 and 53. RGB value is (83,216,83). Sum of RGB (Red+Green+Blue) = 83+216+83=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #53D853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D853 is #AC27AC. Grayscale: #A1A1A1. Windows color (decimal): -11282349 or 5494867. OLE color: 5494867.
HSL color Cylindrical-coordinate representation of color #53D853: hue angle of 120º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D853 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 83 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.15 |
| HSL | 120º | 0.63% | 0.59% | - |
| HSV(B) | 120º | 0.62% | 0.85% | - |
| XYZ | 29.68 | 51.58 | 16.57 | - |
| YUV | 161.07 | 83.94 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 83 | 0.62 | 0 | 0.62 | 0.15 | 120 | 0.63 | 0.59 |
| Hex | 53 | D8 | 53 | 3E | 0 | 3E | F | 78 | 3F | 3B |
| Octal | 123 | 330 | 123 | 76 | 0 | 76 | 17 | 170 | 77 | 73 |
| Binary | 1010011 | 11011000 | 1010011 | 111110 | 0 | 111110 | 1111 | 1111000 | 111111 | 111011 |
Color Harmonies of #53D853
Complementary color
Monochromatic Colors of #53D853
Black with #53D853
Text Example
Text Example
White with #53D853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D853; }
p { color: rgb(83,216,83); }
H1.HeaderClassName
{
color: #53D853;
}
.AnyTagClassName
{
color: #53D853;
}
</style>
background-color css
<style>
a { background-color: #53D853; }
a { background-color: rgb(83,216,83); }
div.DivClassName
{
background-color: #53D853;
}
.BgClassName
{
background-color: #53D853;
}
</style>
border-color css
<style>
span { border-color: #53D853; }
span { border-color: rgb(83,216,83); }
td.TdClassName
{
border-color: #53D853;
}
.TagClassName
{
border-color: #53D853;
}
</style>