Shades of Fern #50CB57
Tints of Fern #50CB57
RGB
CMYK
RGB Variations
Color information
#50CB57 (or 0x50CB57) is known color: Fern. HEX triplet: 50, CB and 57. RGB value is (80,203,87). Sum of RGB (Red+Green+Blue) = 80+203+87=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB57 is #AF34A8. Grayscale: #999999. Windows color (decimal): -11482281 or 5753680. OLE color: 5753680.
HSL color Cylindrical-coordinate representation of color #50CB57: hue angle of 123.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB57 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 87 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.20 |
| HSL | 123.41º | 0.54% | 0.55% | - |
| HSV(B) | 123.41º | 0.61% | 0.8% | - |
| XYZ | 26.38 | 45.11 | 16.33 | - |
| YUV | 153 | 90.75 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 87 | 0.61 | 0 | 0.57 | 0.20 | 123.41 | 0.54 | 0.55 |
| Hex | 50 | CB | 57 | 3D | 0 | 39 | 14 | 7B | 36 | 37 |
| Octal | 120 | 313 | 127 | 75 | 0 | 71 | 24 | 173 | 66 | 67 |
| Binary | 1010000 | 11001011 | 1010111 | 111101 | 0 | 111001 | 10100 | 1111011 | 110110 | 110111 |
Color Harmonies of #50CB57
Complementary color
Monochromatic Colors of #50CB57
Black with #50CB57
Text Example
Text Example
White with #50CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB57; }
p { color: rgb(80,203,87); }
H1.HeaderClassName
{
color: #50CB57;
}
.AnyTagClassName
{
color: #50CB57;
}
</style>
background-color css
<style>
a { background-color: #50CB57; }
a { background-color: rgb(80,203,87); }
div.DivClassName
{
background-color: #50CB57;
}
.BgClassName
{
background-color: #50CB57;
}
</style>
border-color css
<style>
span { border-color: #50CB57; }
span { border-color: rgb(80,203,87); }
td.TdClassName
{
border-color: #50CB57;
}
.TagClassName
{
border-color: #50CB57;
}
</style>