Shades of Screamin' Green #50EC4B
Tints of Screamin' Green #50EC4B
RGB
CMYK
RGB Variations
Color information
#50EC4B (or 0x50EC4B) is known color: Screamin' Green. HEX triplet: 50, EC and 4B. RGB value is (80,236,75). Sum of RGB (Red+Green+Blue) = 80+236+75=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC4B is #AF13B4. Grayscale: #ABABAB. Windows color (decimal): -11473845 or 4975696. OLE color: 4975696.
HSL color Cylindrical-coordinate representation of color #50EC4B: hue angle of 118.14º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50EC4B is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 75 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.07 |
| HSL | 118.14º | 0.81% | 0.61% | - |
| HSV(B) | 118.14º | 0.68% | 0.93% | - |
| XYZ | 34.57 | 62.2 | 16.84 | - |
| YUV | 171 | 73.82 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 75 | 0.66 | 0 | 0.68 | 0.07 | 118.14 | 0.81 | 0.61 |
| Hex | 50 | EC | 4B | 42 | 0 | 44 | 7 | 76 | 51 | 3D |
| Octal | 120 | 354 | 113 | 102 | 0 | 104 | 7 | 166 | 121 | 75 |
| Binary | 1010000 | 11101100 | 1001011 | 1000010 | 0 | 1000100 | 111 | 1110110 | 1010001 | 111101 |
Color Harmonies of #50EC4B
Complementary color
Monochromatic Colors of #50EC4B
Black with #50EC4B
Text Example
Text Example
White with #50EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC4B; }
p { color: rgb(80,236,75); }
H1.HeaderClassName
{
color: #50EC4B;
}
.AnyTagClassName
{
color: #50EC4B;
}
</style>
background-color css
<style>
a { background-color: #50EC4B; }
a { background-color: rgb(80,236,75); }
div.DivClassName
{
background-color: #50EC4B;
}
.BgClassName
{
background-color: #50EC4B;
}
</style>
border-color css
<style>
span { border-color: #50EC4B; }
span { border-color: rgb(80,236,75); }
td.TdClassName
{
border-color: #50EC4B;
}
.TagClassName
{
border-color: #50EC4B;
}
</style>