Shades of Screamin' Green #50EF56
Tints of Screamin' Green #50EF56
RGB
CMYK
RGB Variations
Color information
#50EF56 (or 0x50EF56) is known color: Screamin' Green. HEX triplet: 50, EF and 56. RGB value is (80,239,86). Sum of RGB (Red+Green+Blue) = 80+239+86=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 239 (93.75% from 255 or 59.01% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF56 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EF56 is #AF10A9. Grayscale: #AEAEAE. Windows color (decimal): -11473066 or 5697360. OLE color: 5697360.
HSL color Cylindrical-coordinate representation of color #50EF56: hue angle of 122.26º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EF56 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 86 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.06 |
| HSL | 122.26º | 0.83% | 0.63% | - |
| HSV(B) | 122.26º | 0.67% | 0.94% | - |
| XYZ | 35.85 | 64.11 | 19.29 | - |
| YUV | 174.02 | 78.32 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 86 | 0.67 | 0 | 0.64 | 0.06 | 122.26 | 0.83 | 0.63 |
| Hex | 50 | EF | 56 | 43 | 0 | 40 | 6 | 7A | 53 | 3F |
| Octal | 120 | 357 | 126 | 103 | 0 | 100 | 6 | 172 | 123 | 77 |
| Binary | 1010000 | 11101111 | 1010110 | 1000011 | 0 | 1000000 | 110 | 1111010 | 1010011 | 111111 |
Color Harmonies of #50EF56
Complementary color
Monochromatic Colors of #50EF56
Black with #50EF56
Text Example
Text Example
White with #50EF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF56; }
p { color: rgb(80,239,86); }
H1.HeaderClassName
{
color: #50EF56;
}
.AnyTagClassName
{
color: #50EF56;
}
</style>
background-color css
<style>
a { background-color: #50EF56; }
a { background-color: rgb(80,239,86); }
div.DivClassName
{
background-color: #50EF56;
}
.BgClassName
{
background-color: #50EF56;
}
</style>
border-color css
<style>
span { border-color: #50EF56; }
span { border-color: rgb(80,239,86); }
td.TdClassName
{
border-color: #50EF56;
}
.TagClassName
{
border-color: #50EF56;
}
</style>