Shades of Screamin' Green #50F648
Tints of Screamin' Green #50F648
RGB
CMYK
RGB Variations
Color information
#50F648 (or 0x50F648) is known color: Screamin' Green. HEX triplet: 50, F6 and 48. RGB value is (80,246,72). Sum of RGB (Red+Green+Blue) = 80+246+72=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 246 (96.48% from 255 or 61.81% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 246 - color contains mainly: green. Hex color #50F648 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F648 is #AF09B7. Grayscale: #B1B1B1. Windows color (decimal): -11471288 or 4781648. OLE color: 4781648.
HSL color Cylindrical-coordinate representation of color #50F648: hue angle of 117.24º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50F648 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 246 | 72 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.04 |
| HSL | 117.24º | 0.91% | 0.62% | - |
| HSV(B) | 117.24º | 0.71% | 0.96% | - |
| XYZ | 37.43 | 68.08 | 17.3 | - |
| YUV | 176.53 | 69 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 72 | 0.67 | 0 | 0.71 | 0.04 | 117.24 | 0.91 | 0.62 |
| Hex | 50 | F6 | 48 | 43 | 0 | 47 | 4 | 75 | 5B | 3E |
| Octal | 120 | 366 | 110 | 103 | 0 | 107 | 4 | 165 | 133 | 76 |
| Binary | 1010000 | 11110110 | 1001000 | 1000011 | 0 | 1000111 | 100 | 1110101 | 1011011 | 111110 |
Color Harmonies of #50F648
Complementary color
Monochromatic Colors of #50F648
Black with #50F648
Text Example
Text Example
White with #50F648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F648; }
p { color: rgb(80,246,72); }
H1.HeaderClassName
{
color: #50F648;
}
.AnyTagClassName
{
color: #50F648;
}
</style>
background-color css
<style>
a { background-color: #50F648; }
a { background-color: rgb(80,246,72); }
div.DivClassName
{
background-color: #50F648;
}
.BgClassName
{
background-color: #50F648;
}
</style>
border-color css
<style>
span { border-color: #50F648; }
span { border-color: rgb(80,246,72); }
td.TdClassName
{
border-color: #50F648;
}
.TagClassName
{
border-color: #50F648;
}
</style>