Shades of Fern #53D351
Tints of Fern #53D351
RGB
CMYK
RGB Variations
Color information
#53D351 (or 0x53D351) is known color: Fern. HEX triplet: 53, D3 and 51. RGB value is (83,211,81). Sum of RGB (Red+Green+Blue) = 83+211+81=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #53D351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D351 is #AC2CAE. Grayscale: #9E9E9E. Windows color (decimal): -11283631 or 5362515. OLE color: 5362515.
HSL color Cylindrical-coordinate representation of color #53D351: hue angle of 119.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D351 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 211 | 81 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.17 |
| HSL | 119.08º | 0.6% | 0.57% | - |
| HSV(B) | 119.08º | 0.62% | 0.83% | - |
| XYZ | 28.35 | 49.02 | 15.75 | - |
| YUV | 157.91 | 84.59 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 211 | 81 | 0.61 | 0 | 0.62 | 0.17 | 119.08 | 0.6 | 0.57 |
| Hex | 53 | D3 | 51 | 3D | 0 | 3E | 11 | 77 | 3C | 39 |
| Octal | 123 | 323 | 121 | 75 | 0 | 76 | 21 | 167 | 74 | 71 |
| Binary | 1010011 | 11010011 | 1010001 | 111101 | 0 | 111110 | 10001 | 1110111 | 111100 | 111001 |
Color Harmonies of #53D351
Complementary color
Monochromatic Colors of #53D351
Black with #53D351
Text Example
Text Example
White with #53D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D351; }
p { color: rgb(83,211,81); }
H1.HeaderClassName
{
color: #53D351;
}
.AnyTagClassName
{
color: #53D351;
}
</style>
background-color css
<style>
a { background-color: #53D351; }
a { background-color: rgb(83,211,81); }
div.DivClassName
{
background-color: #53D351;
}
.BgClassName
{
background-color: #53D351;
}
</style>
border-color css
<style>
span { border-color: #53D351; }
span { border-color: rgb(83,211,81); }
td.TdClassName
{
border-color: #53D351;
}
.TagClassName
{
border-color: #53D351;
}
</style>