Shades of Fern #50CA5D
Tints of Fern #50CA5D
RGB
CMYK
RGB Variations
Color information
#50CA5D (or 0x50CA5D) is known color: Fern. HEX triplet: 50, CA and 5D. RGB value is (80,202,93). Sum of RGB (Red+Green+Blue) = 80+202+93=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA5D is #AF35A2. Grayscale: #999999. Windows color (decimal): -11482531 or 6146640. OLE color: 6146640.
HSL color Cylindrical-coordinate representation of color #50CA5D: hue angle of 126.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA5D is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 93 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.21 |
| HSL | 126.39º | 0.54% | 0.55% | - |
| HSV(B) | 126.39º | 0.6% | 0.79% | - |
| XYZ | 26.4 | 44.74 | 17.6 | - |
| YUV | 153.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 93 | 0.60 | 0 | 0.54 | 0.21 | 126.39 | 0.54 | 0.55 |
| Hex | 50 | CA | 5D | 3C | 0 | 36 | 15 | 7E | 36 | 37 |
| Octal | 120 | 312 | 135 | 74 | 0 | 66 | 25 | 176 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1011101 | 111100 | 0 | 110110 | 10101 | 1111110 | 110110 | 110111 |
Color Harmonies of #50CA5D
Complementary color
Monochromatic Colors of #50CA5D
Black with #50CA5D
Text Example
Text Example
White with #50CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA5D; }
p { color: rgb(80,202,93); }
H1.HeaderClassName
{
color: #50CA5D;
}
.AnyTagClassName
{
color: #50CA5D;
}
</style>
background-color css
<style>
a { background-color: #50CA5D; }
a { background-color: rgb(80,202,93); }
div.DivClassName
{
background-color: #50CA5D;
}
.BgClassName
{
background-color: #50CA5D;
}
</style>
border-color css
<style>
span { border-color: #50CA5D; }
span { border-color: rgb(80,202,93); }
td.TdClassName
{
border-color: #50CA5D;
}
.TagClassName
{
border-color: #50CA5D;
}
</style>