Shades of Fern #53C65D
Tints of Fern #53C65D
RGB
CMYK
RGB Variations
Color information
#53C65D (or 0x53C65D) is known color: Fern. HEX triplet: 53, C6 and 5D. RGB value is (83,198,93). Sum of RGB (Red+Green+Blue) = 83+198+93=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #53C65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C65D is #AC39A2. Grayscale: #979797. Windows color (decimal): -11286947 or 6145619. OLE color: 6145619.
HSL color Cylindrical-coordinate representation of color #53C65D: hue angle of 125.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C65D is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 93 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.22 |
| HSL | 125.22º | 0.5% | 0.55% | - |
| HSV(B) | 125.22º | 0.58% | 0.78% | - |
| XYZ | 25.74 | 43.02 | 17.3 | - |
| YUV | 151.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 93 | 0.58 | 0 | 0.53 | 0.22 | 125.22 | 0.5 | 0.55 |
| Hex | 53 | C6 | 5D | 3A | 0 | 35 | 16 | 7D | 32 | 37 |
| Octal | 123 | 306 | 135 | 72 | 0 | 65 | 26 | 175 | 62 | 67 |
| Binary | 1010011 | 11000110 | 1011101 | 111010 | 0 | 110101 | 10110 | 1111101 | 110010 | 110111 |
Color Harmonies of #53C65D
Complementary color
Monochromatic Colors of #53C65D
Black with #53C65D
Text Example
Text Example
White with #53C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C65D; }
p { color: rgb(83,198,93); }
H1.HeaderClassName
{
color: #53C65D;
}
.AnyTagClassName
{
color: #53C65D;
}
</style>
background-color css
<style>
a { background-color: #53C65D; }
a { background-color: rgb(83,198,93); }
div.DivClassName
{
background-color: #53C65D;
}
.BgClassName
{
background-color: #53C65D;
}
</style>
border-color css
<style>
span { border-color: #53C65D; }
span { border-color: rgb(83,198,93); }
td.TdClassName
{
border-color: #53C65D;
}
.TagClassName
{
border-color: #53C65D;
}
</style>