Shades of Fern Green #50933F
Tints of Fern Green #50933F
RGB
CMYK
RGB Variations
Color information
#50933F (or 0x50933F) is known color: Fern Green. HEX triplet: 50, 93 and 3F. RGB value is (80,147,63). Sum of RGB (Red+Green+Blue) = 80+147+63=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #50933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50933F is #AF6CC0. Grayscale: #757575. Windows color (decimal): -11496641 or 4166480. OLE color: 4166480.
HSL color Cylindrical-coordinate representation of color #50933F: hue angle of 107.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50933F is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 63 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.42 |
| HSL | 107.86º | 0.4% | 0.41% | - |
| HSV(B) | 107.86º | 0.57% | 0.58% | - |
| XYZ | 14.64 | 22.93 | 8.36 | - |
| YUV | 117.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 63 | 0.46 | 0 | 0.57 | 0.42 | 107.86 | 0.4 | 0.41 |
| Hex | 50 | 93 | 3F | 2E | 0 | 39 | 2A | 6C | 28 | 29 |
| Octal | 120 | 223 | 77 | 56 | 0 | 71 | 52 | 154 | 50 | 51 |
| Binary | 1010000 | 10010011 | 111111 | 101110 | 0 | 111001 | 101010 | 1101100 | 101000 | 101001 |
Color Harmonies of #50933F
Complementary color
Monochromatic Colors of #50933F
Black with #50933F
Text Example
Text Example
White with #50933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50933F; }
p { color: rgb(80,147,63); }
H1.HeaderClassName
{
color: #50933F;
}
.AnyTagClassName
{
color: #50933F;
}
</style>
background-color css
<style>
a { background-color: #50933F; }
a { background-color: rgb(80,147,63); }
div.DivClassName
{
background-color: #50933F;
}
.BgClassName
{
background-color: #50933F;
}
</style>
border-color css
<style>
span { border-color: #50933F; }
span { border-color: rgb(80,147,63); }
td.TdClassName
{
border-color: #50933F;
}
.TagClassName
{
border-color: #50933F;
}
</style>