Shades of Fern #53C15D
Tints of Fern #53C15D
RGB
CMYK
RGB Variations
Color information
#53C15D (or 0x53C15D) is known color: Fern. HEX triplet: 53, C1 and 5D. RGB value is (83,193,93). Sum of RGB (Red+Green+Blue) = 83+193+93=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #53C15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C15D is #AC3EA2. Grayscale: #949494. Windows color (decimal): -11288227 or 6144339. OLE color: 6144339.
HSL color Cylindrical-coordinate representation of color #53C15D: hue angle of 125.45º 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 #53C15D is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 93 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.24 |
| HSL | 125.45º | 0.47% | 0.54% | - |
| HSV(B) | 125.45º | 0.57% | 0.76% | - |
| XYZ | 24.61 | 40.77 | 16.93 | - |
| YUV | 148.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 93 | 0.57 | 0 | 0.52 | 0.24 | 125.45 | 0.47 | 0.54 |
| Hex | 53 | C1 | 5D | 39 | 0 | 34 | 18 | 7D | 2F | 36 |
| Octal | 123 | 301 | 135 | 71 | 0 | 64 | 30 | 175 | 57 | 66 |
| Binary | 1010011 | 11000001 | 1011101 | 111001 | 0 | 110100 | 11000 | 1111101 | 101111 | 110110 |
Color Harmonies of #53C15D
Complementary color
Monochromatic Colors of #53C15D
Black with #53C15D
Text Example
Text Example
White with #53C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C15D; }
p { color: rgb(83,193,93); }
H1.HeaderClassName
{
color: #53C15D;
}
.AnyTagClassName
{
color: #53C15D;
}
</style>
background-color css
<style>
a { background-color: #53C15D; }
a { background-color: rgb(83,193,93); }
div.DivClassName
{
background-color: #53C15D;
}
.BgClassName
{
background-color: #53C15D;
}
</style>
border-color css
<style>
span { border-color: #53C15D; }
span { border-color: rgb(83,193,93); }
td.TdClassName
{
border-color: #53C15D;
}
.TagClassName
{
border-color: #53C15D;
}
</style>