Shades of Screamin' Green #50EF4D
Tints of Screamin' Green #50EF4D
RGB
CMYK
RGB Variations
Color information
#50EF4D (or 0x50EF4D) is known color: Screamin' Green. HEX triplet: 50, EF and 4D. RGB value is (80,239,77). Sum of RGB (Red+Green+Blue) = 80+239+77=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 239 (93.75% from 255 or 60.35% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EF4D is #AF10B2. Grayscale: #ADADAD. Windows color (decimal): -11473075 or 5107536. OLE color: 5107536.
HSL color Cylindrical-coordinate representation of color #50EF4D: hue angle of 118.89º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50EF4D is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 77 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.06 |
| HSL | 118.89º | 0.84% | 0.62% | - |
| HSV(B) | 118.89º | 0.68% | 0.94% | - |
| XYZ | 35.51 | 63.97 | 17.5 | - |
| YUV | 172.99 | 73.82 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 77 | 0.67 | 0 | 0.68 | 0.06 | 118.89 | 0.84 | 0.62 |
| Hex | 50 | EF | 4D | 43 | 0 | 44 | 6 | 77 | 54 | 3E |
| Octal | 120 | 357 | 115 | 103 | 0 | 104 | 6 | 167 | 124 | 76 |
| Binary | 1010000 | 11101111 | 1001101 | 1000011 | 0 | 1000100 | 110 | 1110111 | 1010100 | 111110 |
Color Harmonies of #50EF4D
Complementary color
Monochromatic Colors of #50EF4D
Black with #50EF4D
Text Example
Text Example
White with #50EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF4D; }
p { color: rgb(80,239,77); }
H1.HeaderClassName
{
color: #50EF4D;
}
.AnyTagClassName
{
color: #50EF4D;
}
</style>
background-color css
<style>
a { background-color: #50EF4D; }
a { background-color: rgb(80,239,77); }
div.DivClassName
{
background-color: #50EF4D;
}
.BgClassName
{
background-color: #50EF4D;
}
</style>
border-color css
<style>
span { border-color: #50EF4D; }
span { border-color: rgb(80,239,77); }
td.TdClassName
{
border-color: #50EF4D;
}
.TagClassName
{
border-color: #50EF4D;
}
</style>