Shades of Screamin' Green #50E852
Tints of Screamin' Green #50E852
RGB
CMYK
RGB Variations
Color information
#50E852 (or 0x50E852) is known color: Screamin' Green. HEX triplet: 50, E8 and 52. RGB value is (80,232,82). Sum of RGB (Red+Green+Blue) = 80+232+82=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 232 (91.02% from 255 or 58.88% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 232 - color contains mainly: green. Hex color #50E852 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E852 is #AF17AD. Grayscale: #A9A9A9. Windows color (decimal): -11474862 or 5433424. OLE color: 5433424.
HSL color Cylindrical-coordinate representation of color #50E852: hue angle of 120.79º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E852 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 82 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.09 |
| HSL | 120.79º | 0.77% | 0.61% | - |
| HSV(B) | 120.79º | 0.66% | 0.91% | - |
| XYZ | 33.69 | 60.03 | 17.79 | - |
| YUV | 169.45 | 78.64 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 82 | 0.66 | 0 | 0.65 | 0.09 | 120.79 | 0.77 | 0.61 |
| Hex | 50 | E8 | 52 | 42 | 0 | 41 | 9 | 79 | 4D | 3D |
| Octal | 120 | 350 | 122 | 102 | 0 | 101 | 11 | 171 | 115 | 75 |
| Binary | 1010000 | 11101000 | 1010010 | 1000010 | 0 | 1000001 | 1001 | 1111001 | 1001101 | 111101 |
Color Harmonies of #50E852
Complementary color
Monochromatic Colors of #50E852
Black with #50E852
Text Example
Text Example
White with #50E852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E852; }
p { color: rgb(80,232,82); }
H1.HeaderClassName
{
color: #50E852;
}
.AnyTagClassName
{
color: #50E852;
}
</style>
background-color css
<style>
a { background-color: #50E852; }
a { background-color: rgb(80,232,82); }
div.DivClassName
{
background-color: #50E852;
}
.BgClassName
{
background-color: #50E852;
}
</style>
border-color css
<style>
span { border-color: #50E852; }
span { border-color: rgb(80,232,82); }
td.TdClassName
{
border-color: #50E852;
}
.TagClassName
{
border-color: #50E852;
}
</style>