Shades of Fern #53C15F
Tints of Fern #53C15F
RGB
CMYK
RGB Variations
Color information
#53C15F (or 0x53C15F) is known color: Fern. HEX triplet: 53, C1 and 5F. RGB value is (83,193,95). Sum of RGB (Red+Green+Blue) = 83+193+95=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #53C15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C15F is #AC3EA0. Grayscale: #959595. Windows color (decimal): -11288225 or 6275411. OLE color: 6275411.
HSL color Cylindrical-coordinate representation of color #53C15F: hue angle of 126.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C15F is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 95 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.24 |
| HSL | 126.55º | 0.47% | 0.54% | - |
| HSV(B) | 126.55º | 0.57% | 0.76% | - |
| XYZ | 24.7 | 40.81 | 17.4 | - |
| YUV | 148.94 | 97.56 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 95 | 0.57 | 0 | 0.51 | 0.24 | 126.55 | 0.47 | 0.54 |
| Hex | 53 | C1 | 5F | 39 | 0 | 33 | 18 | 7F | 2F | 36 |
| Octal | 123 | 301 | 137 | 71 | 0 | 63 | 30 | 177 | 57 | 66 |
| Binary | 1010011 | 11000001 | 1011111 | 111001 | 0 | 110011 | 11000 | 1111111 | 101111 | 110110 |
Color Harmonies of #53C15F
Complementary color
Monochromatic Colors of #53C15F
Black with #53C15F
Text Example
Text Example
White with #53C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C15F; }
p { color: rgb(83,193,95); }
H1.HeaderClassName
{
color: #53C15F;
}
.AnyTagClassName
{
color: #53C15F;
}
</style>
background-color css
<style>
a { background-color: #53C15F; }
a { background-color: rgb(83,193,95); }
div.DivClassName
{
background-color: #53C15F;
}
.BgClassName
{
background-color: #53C15F;
}
</style>
border-color css
<style>
span { border-color: #53C15F; }
span { border-color: rgb(83,193,95); }
td.TdClassName
{
border-color: #53C15F;
}
.TagClassName
{
border-color: #53C15F;
}
</style>