Shades of Fern #53D05F
Tints of Fern #53D05F
RGB
CMYK
RGB Variations
Color information
#53D05F (or 0x53D05F) is known color: Fern. HEX triplet: 53, D0 and 5F. RGB value is (83,208,95). Sum of RGB (Red+Green+Blue) = 83+208+95=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #53D05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D05F is #AC2FA0. Grayscale: #9E9E9E. Windows color (decimal): -11284385 or 6279251. OLE color: 6279251.
HSL color Cylindrical-coordinate representation of color #53D05F: hue angle of 125.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D05F is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 95 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.18 |
| HSL | 125.76º | 0.57% | 0.57% | - |
| HSV(B) | 125.76º | 0.6% | 0.82% | - |
| XYZ | 28.19 | 47.78 | 18.56 | - |
| YUV | 157.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 95 | 0.60 | 0 | 0.54 | 0.18 | 125.76 | 0.57 | 0.57 |
| Hex | 53 | D0 | 5F | 3C | 0 | 36 | 12 | 7E | 39 | 39 |
| Octal | 123 | 320 | 137 | 74 | 0 | 66 | 22 | 176 | 71 | 71 |
| Binary | 1010011 | 11010000 | 1011111 | 111100 | 0 | 110110 | 10010 | 1111110 | 111001 | 111001 |
Color Harmonies of #53D05F
Complementary color
Monochromatic Colors of #53D05F
Black with #53D05F
Text Example
Text Example
White with #53D05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D05F; }
p { color: rgb(83,208,95); }
H1.HeaderClassName
{
color: #53D05F;
}
.AnyTagClassName
{
color: #53D05F;
}
</style>
background-color css
<style>
a { background-color: #53D05F; }
a { background-color: rgb(83,208,95); }
div.DivClassName
{
background-color: #53D05F;
}
.BgClassName
{
background-color: #53D05F;
}
</style>
border-color css
<style>
span { border-color: #53D05F; }
span { border-color: rgb(83,208,95); }
td.TdClassName
{
border-color: #53D05F;
}
.TagClassName
{
border-color: #53D05F;
}
</style>