Shades of Screamin' Green #50F355
Tints of Screamin' Green #50F355
RGB
CMYK
RGB Variations
Color information
#50F355 (or 0x50F355) is known color: Screamin' Green. HEX triplet: 50, F3 and 55. RGB value is (80,243,85). Sum of RGB (Red+Green+Blue) = 80+243+85=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 243 (95.31% from 255 or 59.56% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 243 - color contains mainly: green. Hex color #50F355 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F355 is #AF0CAA. Grayscale: #B0B0B0. Windows color (decimal): -11472043 or 5632848. OLE color: 5632848.
HSL color Cylindrical-coordinate representation of color #50F355: hue angle of 121.84º degrees, saturation: 0.87, 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 #50F355 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 85 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.05 |
| HSL | 121.84º | 0.87% | 0.63% | - |
| HSV(B) | 121.84º | 0.67% | 0.95% | - |
| XYZ | 37 | 66.46 | 19.47 | - |
| YUV | 176.25 | 76.5 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 85 | 0.67 | 0 | 0.65 | 0.05 | 121.84 | 0.87 | 0.63 |
| Hex | 50 | F3 | 55 | 43 | 0 | 41 | 5 | 7A | 57 | 3F |
| Octal | 120 | 363 | 125 | 103 | 0 | 101 | 5 | 172 | 127 | 77 |
| Binary | 1010000 | 11110011 | 1010101 | 1000011 | 0 | 1000001 | 101 | 1111010 | 1010111 | 111111 |
Color Harmonies of #50F355
Complementary color
Monochromatic Colors of #50F355
Black with #50F355
Text Example
Text Example
White with #50F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F355; }
p { color: rgb(80,243,85); }
H1.HeaderClassName
{
color: #50F355;
}
.AnyTagClassName
{
color: #50F355;
}
</style>
background-color css
<style>
a { background-color: #50F355; }
a { background-color: rgb(80,243,85); }
div.DivClassName
{
background-color: #50F355;
}
.BgClassName
{
background-color: #50F355;
}
</style>
border-color css
<style>
span { border-color: #50F355; }
span { border-color: rgb(80,243,85); }
td.TdClassName
{
border-color: #50F355;
}
.TagClassName
{
border-color: #50F355;
}
</style>