Shades of Screamin' Green #50FF42
Tints of Screamin' Green #50FF42
RGB
CMYK
RGB Variations
Color information
#50FF42 (or 0x50FF42) is known color: Screamin' Green. HEX triplet: 50, FF and 42. RGB value is (80,255,66). Sum of RGB (Red+Green+Blue) = 80+255+66=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF42 is #AF00BD. Grayscale: #B5B5B5. Windows color (decimal): -11468990 or 4390736. OLE color: 4390736.
HSL color Cylindrical-coordinate representation of color #50FF42: hue angle of 115.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50FF42 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 66 | - |
| CMYK | 0.69 | 0 | 0.74 | 0 |
| HSL | 115.56º | 1% | 0.63% | - |
| HSV(B) | 115.56º | 0.74% | 1% | - |
| XYZ | 40.05 | 73.62 | 17.25 | - |
| YUV | 181.13 | 63.02 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 66 | 0.69 | 0 | 0.74 | 0 | 115.56 | 1 | 0.63 |
| Hex | 50 | FF | 42 | 45 | 0 | 4A | 0 | 74 | 64 | 3F |
| Octal | 120 | 377 | 102 | 105 | 0 | 112 | 0 | 164 | 144 | 77 |
| Binary | 1010000 | 11111111 | 1000010 | 1000101 | 0 | 1001010 | 0 | 1110100 | 1100100 | 111111 |
Color Harmonies of #50FF42
Complementary color
Monochromatic Colors of #50FF42
Black with #50FF42
Text Example
Text Example
White with #50FF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF42; }
p { color: rgb(80,255,66); }
H1.HeaderClassName
{
color: #50FF42;
}
.AnyTagClassName
{
color: #50FF42;
}
</style>
background-color css
<style>
a { background-color: #50FF42; }
a { background-color: rgb(80,255,66); }
div.DivClassName
{
background-color: #50FF42;
}
.BgClassName
{
background-color: #50FF42;
}
</style>
border-color css
<style>
span { border-color: #50FF42; }
span { border-color: rgb(80,255,66); }
td.TdClassName
{
border-color: #50FF42;
}
.TagClassName
{
border-color: #50FF42;
}
</style>