Shades of Fern #53C85D
Tints of Fern #53C85D
RGB
CMYK
RGB Variations
Color information
#53C85D (or 0x53C85D) is known color: Fern. HEX triplet: 53, C8 and 5D. RGB value is (83,200,93). Sum of RGB (Red+Green+Blue) = 83+200+93=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #53C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C85D is #AC37A2. Grayscale: #999999. Windows color (decimal): -11286435 or 6146131. OLE color: 6146131.
HSL color Cylindrical-coordinate representation of color #53C85D: hue angle of 125.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C85D is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 93 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.22 |
| HSL | 125.13º | 0.52% | 0.55% | - |
| HSV(B) | 125.13º | 0.59% | 0.78% | - |
| XYZ | 26.2 | 43.94 | 17.46 | - |
| YUV | 152.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 93 | 0.58 | 0 | 0.54 | 0.22 | 125.13 | 0.52 | 0.55 |
| Hex | 53 | C8 | 5D | 3A | 0 | 36 | 16 | 7D | 34 | 37 |
| Octal | 123 | 310 | 135 | 72 | 0 | 66 | 26 | 175 | 64 | 67 |
| Binary | 1010011 | 11001000 | 1011101 | 111010 | 0 | 110110 | 10110 | 1111101 | 110100 | 110111 |
Color Harmonies of #53C85D
Complementary color
Monochromatic Colors of #53C85D
Black with #53C85D
Text Example
Text Example
White with #53C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C85D; }
p { color: rgb(83,200,93); }
H1.HeaderClassName
{
color: #53C85D;
}
.AnyTagClassName
{
color: #53C85D;
}
</style>
background-color css
<style>
a { background-color: #53C85D; }
a { background-color: rgb(83,200,93); }
div.DivClassName
{
background-color: #53C85D;
}
.BgClassName
{
background-color: #53C85D;
}
</style>
border-color css
<style>
span { border-color: #53C85D; }
span { border-color: rgb(83,200,93); }
td.TdClassName
{
border-color: #53C85D;
}
.TagClassName
{
border-color: #53C85D;
}
</style>