Shades of Fern #53D65B
Tints of Fern #53D65B
RGB
CMYK
RGB Variations
Color information
#53D65B (or 0x53D65B) is known color: Fern. HEX triplet: 53, D6 and 5B. RGB value is (83,214,91). Sum of RGB (Red+Green+Blue) = 83+214+91=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #53D65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D65B is #AC29A4. Grayscale: #A1A1A1. Windows color (decimal): -11282853 or 6018643. OLE color: 6018643.
HSL color Cylindrical-coordinate representation of color #53D65B: hue angle of 123.66º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D65B is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 91 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.16 |
| HSL | 123.66º | 0.62% | 0.58% | - |
| HSV(B) | 123.66º | 0.61% | 0.84% | - |
| XYZ | 29.5 | 50.69 | 18.13 | - |
| YUV | 160.81 | 88.6 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 91 | 0.61 | 0 | 0.57 | 0.16 | 123.66 | 0.62 | 0.58 |
| Hex | 53 | D6 | 5B | 3D | 0 | 39 | 10 | 7C | 3E | 3A |
| Octal | 123 | 326 | 133 | 75 | 0 | 71 | 20 | 174 | 76 | 72 |
| Binary | 1010011 | 11010110 | 1011011 | 111101 | 0 | 111001 | 10000 | 1111100 | 111110 | 111010 |
Color Harmonies of #53D65B
Complementary color
Monochromatic Colors of #53D65B
Black with #53D65B
Text Example
Text Example
White with #53D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D65B; }
p { color: rgb(83,214,91); }
H1.HeaderClassName
{
color: #53D65B;
}
.AnyTagClassName
{
color: #53D65B;
}
</style>
background-color css
<style>
a { background-color: #53D65B; }
a { background-color: rgb(83,214,91); }
div.DivClassName
{
background-color: #53D65B;
}
.BgClassName
{
background-color: #53D65B;
}
</style>
border-color css
<style>
span { border-color: #53D65B; }
span { border-color: rgb(83,214,91); }
td.TdClassName
{
border-color: #53D65B;
}
.TagClassName
{
border-color: #53D65B;
}
</style>