Shades of Screamin' Green #50EE4C
Tints of Screamin' Green #50EE4C
RGB
CMYK
RGB Variations
Color information
#50EE4C (or 0x50EE4C) is known color: Screamin' Green. HEX triplet: 50, EE and 4C. RGB value is (80,238,76). Sum of RGB (Red+Green+Blue) = 80+238+76=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 238 (93.36% from 255 or 60.41% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EE4C is #AF11B3. Grayscale: #ACACAC. Windows color (decimal): -11473332 or 5041744. OLE color: 5041744.
HSL color Cylindrical-coordinate representation of color #50EE4C: hue angle of 118.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50EE4C is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 76 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.07 |
| HSL | 118.52º | 0.83% | 0.62% | - |
| HSV(B) | 118.52º | 0.68% | 0.93% | - |
| XYZ | 35.19 | 63.38 | 17.22 | - |
| YUV | 172.29 | 73.65 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 76 | 0.66 | 0 | 0.68 | 0.07 | 118.52 | 0.83 | 0.62 |
| Hex | 50 | EE | 4C | 42 | 0 | 44 | 7 | 77 | 53 | 3E |
| Octal | 120 | 356 | 114 | 102 | 0 | 104 | 7 | 167 | 123 | 76 |
| Binary | 1010000 | 11101110 | 1001100 | 1000010 | 0 | 1000100 | 111 | 1110111 | 1010011 | 111110 |
Color Harmonies of #50EE4C
Complementary color
Monochromatic Colors of #50EE4C
Black with #50EE4C
Text Example
Text Example
White with #50EE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EE4C; }
p { color: rgb(80,238,76); }
H1.HeaderClassName
{
color: #50EE4C;
}
.AnyTagClassName
{
color: #50EE4C;
}
</style>
background-color css
<style>
a { background-color: #50EE4C; }
a { background-color: rgb(80,238,76); }
div.DivClassName
{
background-color: #50EE4C;
}
.BgClassName
{
background-color: #50EE4C;
}
</style>
border-color css
<style>
span { border-color: #50EE4C; }
span { border-color: rgb(80,238,76); }
td.TdClassName
{
border-color: #50EE4C;
}
.TagClassName
{
border-color: #50EE4C;
}
</style>