Shades of Fern #50CE58
Tints of Fern #50CE58
RGB
CMYK
RGB Variations
Color information
#50CE58 (or 0x50CE58) is known color: Fern. HEX triplet: 50, CE and 58. RGB value is (80,206,88). Sum of RGB (Red+Green+Blue) = 80+206+88=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE58 is #AF31A7. Grayscale: #9B9B9B. Windows color (decimal): -11481512 or 5819984. OLE color: 5819984.
HSL color Cylindrical-coordinate representation of color #50CE58: hue angle of 123.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE58 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 88 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.19 |
| HSL | 123.81º | 0.56% | 0.56% | - |
| HSV(B) | 123.81º | 0.61% | 0.81% | - |
| XYZ | 27.14 | 46.55 | 16.79 | - |
| YUV | 154.87 | 90.26 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 88 | 0.61 | 0 | 0.57 | 0.19 | 123.81 | 0.56 | 0.56 |
| Hex | 50 | CE | 58 | 3D | 0 | 39 | 13 | 7C | 38 | 38 |
| Octal | 120 | 316 | 130 | 75 | 0 | 71 | 23 | 174 | 70 | 70 |
| Binary | 1010000 | 11001110 | 1011000 | 111101 | 0 | 111001 | 10011 | 1111100 | 111000 | 111000 |
Color Harmonies of #50CE58
Complementary color
Monochromatic Colors of #50CE58
Black with #50CE58
Text Example
Text Example
White with #50CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE58; }
p { color: rgb(80,206,88); }
H1.HeaderClassName
{
color: #50CE58;
}
.AnyTagClassName
{
color: #50CE58;
}
</style>
background-color css
<style>
a { background-color: #50CE58; }
a { background-color: rgb(80,206,88); }
div.DivClassName
{
background-color: #50CE58;
}
.BgClassName
{
background-color: #50CE58;
}
</style>
border-color css
<style>
span { border-color: #50CE58; }
span { border-color: rgb(80,206,88); }
td.TdClassName
{
border-color: #50CE58;
}
.TagClassName
{
border-color: #50CE58;
}
</style>