Shades of Fern #50B85D
Tints of Fern #50B85D
RGB
CMYK
RGB Variations
Color information
#50B85D (or 0x50B85D) is known color: Fern. HEX triplet: 50, B8 and 5D. RGB value is (80,184,93). Sum of RGB (Red+Green+Blue) = 80+184+93=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #50B85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B85D is #AF47A2. Grayscale: #8E8E8E. Windows color (decimal): -11487139 or 6142032. OLE color: 6142032.
HSL color Cylindrical-coordinate representation of color #50B85D: hue angle of 127.5º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B85D is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 93 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.28 |
| HSL | 127.5º | 0.42% | 0.52% | - |
| HSV(B) | 127.5º | 0.57% | 0.72% | - |
| XYZ | 22.42 | 36.78 | 16.27 | - |
| YUV | 142.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 93 | 0.57 | 0 | 0.49 | 0.28 | 127.5 | 0.42 | 0.52 |
| Hex | 50 | B8 | 5D | 39 | 0 | 31 | 1C | 80 | 2A | 34 |
| Octal | 120 | 270 | 135 | 71 | 0 | 61 | 34 | 200 | 52 | 64 |
| Binary | 1010000 | 10111000 | 1011101 | 111001 | 0 | 110001 | 11100 | 10000000 | 101010 | 110100 |
Color Harmonies of #50B85D
Complementary color
Monochromatic Colors of #50B85D
Black with #50B85D
Text Example
Text Example
White with #50B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B85D; }
p { color: rgb(80,184,93); }
H1.HeaderClassName
{
color: #50B85D;
}
.AnyTagClassName
{
color: #50B85D;
}
</style>
background-color css
<style>
a { background-color: #50B85D; }
a { background-color: rgb(80,184,93); }
div.DivClassName
{
background-color: #50B85D;
}
.BgClassName
{
background-color: #50B85D;
}
</style>
border-color css
<style>
span { border-color: #50B85D; }
span { border-color: rgb(80,184,93); }
td.TdClassName
{
border-color: #50B85D;
}
.TagClassName
{
border-color: #50B85D;
}
</style>