Shades of Fern #50CA5A
Tints of Fern #50CA5A
RGB
CMYK
RGB Variations
Color information
#50CA5A (or 0x50CA5A) is known color: Fern. HEX triplet: 50, CA and 5A. RGB value is (80,202,90). Sum of RGB (Red+Green+Blue) = 80+202+90=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA5A is #AF35A5. Grayscale: #999999. Windows color (decimal): -11482534 or 5950032. OLE color: 5950032.
HSL color Cylindrical-coordinate representation of color #50CA5A: hue angle of 124.92º 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 #50CA5A is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 90 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.21 |
| HSL | 124.92º | 0.54% | 0.55% | - |
| HSV(B) | 124.92º | 0.6% | 0.79% | - |
| XYZ | 26.27 | 44.68 | 16.91 | - |
| YUV | 152.75 | 92.58 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 90 | 0.60 | 0 | 0.55 | 0.21 | 124.92 | 0.54 | 0.55 |
| Hex | 50 | CA | 5A | 3C | 0 | 37 | 15 | 7D | 36 | 37 |
| Octal | 120 | 312 | 132 | 74 | 0 | 67 | 25 | 175 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1011010 | 111100 | 0 | 110111 | 10101 | 1111101 | 110110 | 110111 |
Color Harmonies of #50CA5A
Complementary color
Monochromatic Colors of #50CA5A
Black with #50CA5A
Text Example
Text Example
White with #50CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA5A; }
p { color: rgb(80,202,90); }
H1.HeaderClassName
{
color: #50CA5A;
}
.AnyTagClassName
{
color: #50CA5A;
}
</style>
background-color css
<style>
a { background-color: #50CA5A; }
a { background-color: rgb(80,202,90); }
div.DivClassName
{
background-color: #50CA5A;
}
.BgClassName
{
background-color: #50CA5A;
}
</style>
border-color css
<style>
span { border-color: #50CA5A; }
span { border-color: rgb(80,202,90); }
td.TdClassName
{
border-color: #50CA5A;
}
.TagClassName
{
border-color: #50CA5A;
}
</style>