Shades of Screamin' Green #50F644
Tints of Screamin' Green #50F644
RGB
CMYK
RGB Variations
Color information
#50F644 (or 0x50F644) is known color: Screamin' Green. HEX triplet: 50, F6 and 44. RGB value is (80,246,68). Sum of RGB (Red+Green+Blue) = 80+246+68=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 246 (96.48% from 255 or 62.44% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 246 - color contains mainly: green. Hex color #50F644 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F644 is #AF09BB. Grayscale: #B0B0B0. Windows color (decimal): -11471292 or 4519504. OLE color: 4519504.
HSL color Cylindrical-coordinate representation of color #50F644: hue angle of 115.96º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50F644 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 246 | 68 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.04 |
| HSL | 115.96º | 0.91% | 0.62% | - |
| HSV(B) | 115.96º | 0.72% | 0.96% | - |
| XYZ | 37.31 | 68.03 | 16.63 | - |
| YUV | 176.07 | 67 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 68 | 0.67 | 0 | 0.72 | 0.04 | 115.96 | 0.91 | 0.62 |
| Hex | 50 | F6 | 44 | 43 | 0 | 48 | 4 | 74 | 5B | 3E |
| Octal | 120 | 366 | 104 | 103 | 0 | 110 | 4 | 164 | 133 | 76 |
| Binary | 1010000 | 11110110 | 1000100 | 1000011 | 0 | 1001000 | 100 | 1110100 | 1011011 | 111110 |
Color Harmonies of #50F644
Complementary color
Monochromatic Colors of #50F644
Black with #50F644
Text Example
Text Example
White with #50F644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F644; }
p { color: rgb(80,246,68); }
H1.HeaderClassName
{
color: #50F644;
}
.AnyTagClassName
{
color: #50F644;
}
</style>
background-color css
<style>
a { background-color: #50F644; }
a { background-color: rgb(80,246,68); }
div.DivClassName
{
background-color: #50F644;
}
.BgClassName
{
background-color: #50F644;
}
</style>
border-color css
<style>
span { border-color: #50F644; }
span { border-color: rgb(80,246,68); }
td.TdClassName
{
border-color: #50F644;
}
.TagClassName
{
border-color: #50F644;
}
</style>