Shades of Fern #50C75B
Tints of Fern #50C75B
RGB
CMYK
RGB Variations
Color information
#50C75B (or 0x50C75B) is known color: Fern. HEX triplet: 50, C7 and 5B. RGB value is (80,199,91). Sum of RGB (Red+Green+Blue) = 80+199+91=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #50C75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C75B is #AF38A4. Grayscale: #979797. Windows color (decimal): -11483301 or 6014800. OLE color: 6014800.
HSL color Cylindrical-coordinate representation of color #50C75B: hue angle of 125.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C75B is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 199 | 91 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.22 |
| HSL | 125.55º | 0.52% | 0.55% | - |
| HSV(B) | 125.55º | 0.6% | 0.78% | - |
| XYZ | 25.62 | 43.31 | 16.91 | - |
| YUV | 151.11 | 94.08 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 199 | 91 | 0.60 | 0 | 0.54 | 0.22 | 125.55 | 0.52 | 0.55 |
| Hex | 50 | C7 | 5B | 3C | 0 | 36 | 16 | 7E | 34 | 37 |
| Octal | 120 | 307 | 133 | 74 | 0 | 66 | 26 | 176 | 64 | 67 |
| Binary | 1010000 | 11000111 | 1011011 | 111100 | 0 | 110110 | 10110 | 1111110 | 110100 | 110111 |
Color Harmonies of #50C75B
Complementary color
Monochromatic Colors of #50C75B
Black with #50C75B
Text Example
Text Example
White with #50C75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C75B; }
p { color: rgb(80,199,91); }
H1.HeaderClassName
{
color: #50C75B;
}
.AnyTagClassName
{
color: #50C75B;
}
</style>
background-color css
<style>
a { background-color: #50C75B; }
a { background-color: rgb(80,199,91); }
div.DivClassName
{
background-color: #50C75B;
}
.BgClassName
{
background-color: #50C75B;
}
</style>
border-color css
<style>
span { border-color: #50C75B; }
span { border-color: rgb(80,199,91); }
td.TdClassName
{
border-color: #50C75B;
}
.TagClassName
{
border-color: #50C75B;
}
</style>