Shades of Fern #50BD5B
Tints of Fern #50BD5B
RGB
CMYK
RGB Variations
Color information
#50BD5B (or 0x50BD5B) is known color: Fern. HEX triplet: 50, BD and 5B. RGB value is (80,189,91). Sum of RGB (Red+Green+Blue) = 80+189+91=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BD5B is #AF42A4. Grayscale: #919191. Windows color (decimal): -11485861 or 6012240. OLE color: 6012240.
HSL color Cylindrical-coordinate representation of color #50BD5B: hue angle of 126.06º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD5B is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 91 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.26 |
| HSL | 126.06º | 0.45% | 0.53% | - |
| HSV(B) | 126.06º | 0.58% | 0.74% | - |
| XYZ | 23.39 | 38.86 | 16.16 | - |
| YUV | 145.24 | 97.39 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 91 | 0.58 | 0 | 0.52 | 0.26 | 126.06 | 0.45 | 0.53 |
| Hex | 50 | BD | 5B | 3A | 0 | 34 | 1A | 7E | 2D | 35 |
| Octal | 120 | 275 | 133 | 72 | 0 | 64 | 32 | 176 | 55 | 65 |
| Binary | 1010000 | 10111101 | 1011011 | 111010 | 0 | 110100 | 11010 | 1111110 | 101101 | 110101 |
Color Harmonies of #50BD5B
Complementary color
Monochromatic Colors of #50BD5B
Black with #50BD5B
Text Example
Text Example
White with #50BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD5B; }
p { color: rgb(80,189,91); }
H1.HeaderClassName
{
color: #50BD5B;
}
.AnyTagClassName
{
color: #50BD5B;
}
</style>
background-color css
<style>
a { background-color: #50BD5B; }
a { background-color: rgb(80,189,91); }
div.DivClassName
{
background-color: #50BD5B;
}
.BgClassName
{
background-color: #50BD5B;
}
</style>
border-color css
<style>
span { border-color: #50BD5B; }
span { border-color: rgb(80,189,91); }
td.TdClassName
{
border-color: #50BD5B;
}
.TagClassName
{
border-color: #50BD5B;
}
</style>