Shades of Screamin' Green #50FF73
Tints of Screamin' Green #50FF73
RGB
CMYK
RGB Variations
Color information
#50FF73 (or 0x50FF73) is known color: Screamin' Green. HEX triplet: 50, FF and 73. RGB value is (80,255,115). Sum of RGB (Red+Green+Blue) = 80+255+115=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FF73 is #AF008C. Grayscale: #BBBBBB. Windows color (decimal): -11468941 or 7602000. OLE color: 7602000.
HSL color Cylindrical-coordinate representation of color #50FF73: hue angle of 132º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FF73 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 115 | - |
| CMYK | 0.69 | 0 | 0.55 | 0 |
| HSL | 132º | 1% | 0.66% | - |
| HSV(B) | 132º | 0.69% | 1% | - |
| XYZ | 42.16 | 74.46 | 28.37 | - |
| YUV | 186.72 | 87.52 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 115 | 0.69 | 0 | 0.55 | 0 | 132 | 1 | 0.66 |
| Hex | 50 | FF | 73 | 45 | 0 | 37 | 0 | 84 | 64 | 42 |
| Octal | 120 | 377 | 163 | 105 | 0 | 67 | 0 | 204 | 144 | 102 |
| Binary | 1010000 | 11111111 | 1110011 | 1000101 | 0 | 110111 | 0 | 10000100 | 1100100 | 1000010 |
Color Harmonies of #50FF73
Complementary color
Monochromatic Colors of #50FF73
Black with #50FF73
Text Example
Text Example
White with #50FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF73; }
p { color: rgb(80,255,115); }
H1.HeaderClassName
{
color: #50FF73;
}
.AnyTagClassName
{
color: #50FF73;
}
</style>
background-color css
<style>
a { background-color: #50FF73; }
a { background-color: rgb(80,255,115); }
div.DivClassName
{
background-color: #50FF73;
}
.BgClassName
{
background-color: #50FF73;
}
</style>
border-color css
<style>
span { border-color: #50FF73; }
span { border-color: rgb(80,255,115); }
td.TdClassName
{
border-color: #50FF73;
}
.TagClassName
{
border-color: #50FF73;
}
</style>