Shades of Screamin' Green #50F975
Tints of Screamin' Green #50F975
RGB
CMYK
RGB Variations
Color information
#50F975 (or 0x50F975) is known color: Screamin' Green. HEX triplet: 50, F9 and 75. RGB value is (80,249,117). Sum of RGB (Red+Green+Blue) = 80+249+117=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #50F975 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F975 is #AF068A. Grayscale: #B7B7B7. Windows color (decimal): -11470475 or 7731536. OLE color: 7731536.
HSL color Cylindrical-coordinate representation of color #50F975: hue angle of 133.14º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F975 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 117 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.02 |
| HSL | 133.14º | 0.93% | 0.65% | - |
| HSV(B) | 133.14º | 0.68% | 0.98% | - |
| XYZ | 40.39 | 70.74 | 28.36 | - |
| YUV | 183.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 117 | 0.68 | 0 | 0.53 | 0.02 | 133.14 | 0.93 | 0.65 |
| Hex | 50 | F9 | 75 | 44 | 0 | 35 | 2 | 85 | 5D | 41 |
| Octal | 120 | 371 | 165 | 104 | 0 | 65 | 2 | 205 | 135 | 101 |
| Binary | 1010000 | 11111001 | 1110101 | 1000100 | 0 | 110101 | 10 | 10000101 | 1011101 | 1000001 |
Color Harmonies of #50F975
Complementary color
Monochromatic Colors of #50F975
Black with #50F975
Text Example
Text Example
White with #50F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F975; }
p { color: rgb(80,249,117); }
H1.HeaderClassName
{
color: #50F975;
}
.AnyTagClassName
{
color: #50F975;
}
</style>
background-color css
<style>
a { background-color: #50F975; }
a { background-color: rgb(80,249,117); }
div.DivClassName
{
background-color: #50F975;
}
.BgClassName
{
background-color: #50F975;
}
</style>
border-color css
<style>
span { border-color: #50F975; }
span { border-color: rgb(80,249,117); }
td.TdClassName
{
border-color: #50F975;
}
.TagClassName
{
border-color: #50F975;
}
</style>