Shades of Screamin' Green #50F256
Tints of Screamin' Green #50F256
RGB
CMYK
RGB Variations
Color information
#50F256 (or 0x50F256) is known color: Screamin' Green. HEX triplet: 50, F2 and 56. RGB value is (80,242,86). Sum of RGB (Red+Green+Blue) = 80+242+86=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #50F256 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F256 is #AF0DA9. Grayscale: #B0B0B0. Windows color (decimal): -11472298 or 5698128. OLE color: 5698128.
HSL color Cylindrical-coordinate representation of color #50F256: hue angle of 122.22º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F256 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 86 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.05 |
| HSL | 122.22º | 0.86% | 0.63% | - |
| HSV(B) | 122.22º | 0.67% | 0.95% | - |
| XYZ | 36.74 | 65.88 | 19.58 | - |
| YUV | 175.78 | 77.33 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 86 | 0.67 | 0 | 0.64 | 0.05 | 122.22 | 0.86 | 0.63 |
| Hex | 50 | F2 | 56 | 43 | 0 | 40 | 5 | 7A | 56 | 3F |
| Octal | 120 | 362 | 126 | 103 | 0 | 100 | 5 | 172 | 126 | 77 |
| Binary | 1010000 | 11110010 | 1010110 | 1000011 | 0 | 1000000 | 101 | 1111010 | 1010110 | 111111 |
Color Harmonies of #50F256
Complementary color
Monochromatic Colors of #50F256
Black with #50F256
Text Example
Text Example
White with #50F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F256; }
p { color: rgb(80,242,86); }
H1.HeaderClassName
{
color: #50F256;
}
.AnyTagClassName
{
color: #50F256;
}
</style>
background-color css
<style>
a { background-color: #50F256; }
a { background-color: rgb(80,242,86); }
div.DivClassName
{
background-color: #50F256;
}
.BgClassName
{
background-color: #50F256;
}
</style>
border-color css
<style>
span { border-color: #50F256; }
span { border-color: rgb(80,242,86); }
td.TdClassName
{
border-color: #50F256;
}
.TagClassName
{
border-color: #50F256;
}
</style>