Shades of Screamin' Green #50FD51
Tints of Screamin' Green #50FD51
RGB
CMYK
RGB Variations
Color information
#50FD51 (or 0x50FD51) is known color: Screamin' Green. HEX triplet: 50, FD and 51. RGB value is (80,253,81). Sum of RGB (Red+Green+Blue) = 80+253+81=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 253 (99.22% from 255 or 61.11% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD51 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FD51 is #AF02AE. Grayscale: #B6B6B6. Windows color (decimal): -11469487 or 5373264. OLE color: 5373264.
HSL color Cylindrical-coordinate representation of color #50FD51: hue angle of 120.35º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FD51 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 81 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.01 |
| HSL | 120.35º | 0.98% | 0.65% | - |
| HSV(B) | 120.35º | 0.68% | 0.99% | - |
| XYZ | 39.92 | 72.55 | 19.68 | - |
| YUV | 181.67 | 71.19 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 81 | 0.68 | 0 | 0.68 | 0.01 | 120.35 | 0.98 | 0.65 |
| Hex | 50 | FD | 51 | 44 | 0 | 44 | 1 | 78 | 62 | 41 |
| Octal | 120 | 375 | 121 | 104 | 0 | 104 | 1 | 170 | 142 | 101 |
| Binary | 1010000 | 11111101 | 1010001 | 1000100 | 0 | 1000100 | 1 | 1111000 | 1100010 | 1000001 |
Color Harmonies of #50FD51
Complementary color
Monochromatic Colors of #50FD51
Black with #50FD51
Text Example
Text Example
White with #50FD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FD51; }
p { color: rgb(80,253,81); }
H1.HeaderClassName
{
color: #50FD51;
}
.AnyTagClassName
{
color: #50FD51;
}
</style>
background-color css
<style>
a { background-color: #50FD51; }
a { background-color: rgb(80,253,81); }
div.DivClassName
{
background-color: #50FD51;
}
.BgClassName
{
background-color: #50FD51;
}
</style>
border-color css
<style>
span { border-color: #50FD51; }
span { border-color: rgb(80,253,81); }
td.TdClassName
{
border-color: #50FD51;
}
.TagClassName
{
border-color: #50FD51;
}
</style>