Shades of Fern #53C75D
Tints of Fern #53C75D
RGB
CMYK
RGB Variations
Color information
#53C75D (or 0x53C75D) is known color: Fern. HEX triplet: 53, C7 and 5D. RGB value is (83,199,93). Sum of RGB (Red+Green+Blue) = 83+199+93=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #53C75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C75D is #AC38A2. Grayscale: #989898. Windows color (decimal): -11286691 or 6145875. OLE color: 6145875.
HSL color Cylindrical-coordinate representation of color #53C75D: hue angle of 125.17º degrees, saturation: 0.51, 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 #53C75D is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 93 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.22 |
| HSL | 125.17º | 0.51% | 0.55% | - |
| HSV(B) | 125.17º | 0.58% | 0.78% | - |
| XYZ | 25.97 | 43.48 | 17.38 | - |
| YUV | 152.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 93 | 0.58 | 0 | 0.53 | 0.22 | 125.17 | 0.51 | 0.55 |
| Hex | 53 | C7 | 5D | 3A | 0 | 35 | 16 | 7D | 33 | 37 |
| Octal | 123 | 307 | 135 | 72 | 0 | 65 | 26 | 175 | 63 | 67 |
| Binary | 1010011 | 11000111 | 1011101 | 111010 | 0 | 110101 | 10110 | 1111101 | 110011 | 110111 |
Color Harmonies of #53C75D
Complementary color
Monochromatic Colors of #53C75D
Black with #53C75D
Text Example
Text Example
White with #53C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C75D; }
p { color: rgb(83,199,93); }
H1.HeaderClassName
{
color: #53C75D;
}
.AnyTagClassName
{
color: #53C75D;
}
</style>
background-color css
<style>
a { background-color: #53C75D; }
a { background-color: rgb(83,199,93); }
div.DivClassName
{
background-color: #53C75D;
}
.BgClassName
{
background-color: #53C75D;
}
</style>
border-color css
<style>
span { border-color: #53C75D; }
span { border-color: rgb(83,199,93); }
td.TdClassName
{
border-color: #53C75D;
}
.TagClassName
{
border-color: #53C75D;
}
</style>