Shades of Fern #53CE5D
Tints of Fern #53CE5D
RGB
CMYK
RGB Variations
Color information
#53CE5D (or 0x53CE5D) is known color: Fern. HEX triplet: 53, CE and 5D. RGB value is (83,206,93). Sum of RGB (Red+Green+Blue) = 83+206+93=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CE5D is #AC31A2. Grayscale: #9C9C9C. Windows color (decimal): -11284899 or 6147667. OLE color: 6147667.
HSL color Cylindrical-coordinate representation of color #53CE5D: hue angle of 124.88º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CE5D is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 93 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.19 |
| HSL | 124.88º | 0.56% | 0.57% | - |
| HSV(B) | 124.88º | 0.6% | 0.81% | - |
| XYZ | 27.61 | 46.77 | 17.93 | - |
| YUV | 156.34 | 92.25 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 93 | 0.60 | 0 | 0.55 | 0.19 | 124.88 | 0.56 | 0.57 |
| Hex | 53 | CE | 5D | 3C | 0 | 37 | 13 | 7D | 38 | 39 |
| Octal | 123 | 316 | 135 | 74 | 0 | 67 | 23 | 175 | 70 | 71 |
| Binary | 1010011 | 11001110 | 1011101 | 111100 | 0 | 110111 | 10011 | 1111101 | 111000 | 111001 |
Color Harmonies of #53CE5D
Complementary color
Monochromatic Colors of #53CE5D
Black with #53CE5D
Text Example
Text Example
White with #53CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CE5D; }
p { color: rgb(83,206,93); }
H1.HeaderClassName
{
color: #53CE5D;
}
.AnyTagClassName
{
color: #53CE5D;
}
</style>
background-color css
<style>
a { background-color: #53CE5D; }
a { background-color: rgb(83,206,93); }
div.DivClassName
{
background-color: #53CE5D;
}
.BgClassName
{
background-color: #53CE5D;
}
</style>
border-color css
<style>
span { border-color: #53CE5D; }
span { border-color: rgb(83,206,93); }
td.TdClassName
{
border-color: #53CE5D;
}
.TagClassName
{
border-color: #53CE5D;
}
</style>