Shades of Screamin' Green #50FE73
Tints of Screamin' Green #50FE73
RGB
CMYK
RGB Variations
Color information
#50FE73 (or 0x50FE73) is known color: Screamin' Green. HEX triplet: 50, FE and 73. RGB value is (80,254,115). Sum of RGB (Red+Green+Blue) = 80+254+115=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FE73 is #AF018C. Grayscale: #BABABA. Windows color (decimal): -11469197 or 7601744. OLE color: 7601744.
HSL color Cylindrical-coordinate representation of color #50FE73: hue angle of 132.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FE73 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 115 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.00 |
| HSL | 132.07º | 0.99% | 0.65% | - |
| HSV(B) | 132.07º | 0.69% | 1% | - |
| XYZ | 41.84 | 73.83 | 28.26 | - |
| YUV | 186.13 | 87.85 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 115 | 0.69 | 0 | 0.55 | 0.00 | 132.07 | 0.99 | 0.65 |
| Hex | 50 | FE | 73 | 45 | 0 | 37 | 0 | 84 | 63 | 41 |
| Octal | 120 | 376 | 163 | 105 | 0 | 67 | 0 | 204 | 143 | 101 |
| Binary | 1010000 | 11111110 | 1110011 | 1000101 | 0 | 110111 | 0 | 10000100 | 1100011 | 1000001 |
Color Harmonies of #50FE73
Complementary color
Monochromatic Colors of #50FE73
Black with #50FE73
Text Example
Text Example
White with #50FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FE73; }
p { color: rgb(80,254,115); }
H1.HeaderClassName
{
color: #50FE73;
}
.AnyTagClassName
{
color: #50FE73;
}
</style>
background-color css
<style>
a { background-color: #50FE73; }
a { background-color: rgb(80,254,115); }
div.DivClassName
{
background-color: #50FE73;
}
.BgClassName
{
background-color: #50FE73;
}
</style>
border-color css
<style>
span { border-color: #50FE73; }
span { border-color: rgb(80,254,115); }
td.TdClassName
{
border-color: #50FE73;
}
.TagClassName
{
border-color: #50FE73;
}
</style>