Shades of Screamin' Green #50EC52
Tints of Screamin' Green #50EC52
RGB
CMYK
RGB Variations
Color information
#50EC52 (or 0x50EC52) is known color: Screamin' Green. HEX triplet: 50, EC and 52. RGB value is (80,236,82). Sum of RGB (Red+Green+Blue) = 80+236+82=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 236 (92.58% from 255 or 59.30% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC52 is #AF13AD. Grayscale: #ACACAC. Windows color (decimal): -11473838 or 5434448. OLE color: 5434448.
HSL color Cylindrical-coordinate representation of color #50EC52: hue angle of 120.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EC52 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 82 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.07 |
| HSL | 120.77º | 0.8% | 0.62% | - |
| HSV(B) | 120.77º | 0.66% | 0.93% | - |
| XYZ | 34.83 | 62.31 | 18.17 | - |
| YUV | 171.8 | 77.32 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 82 | 0.66 | 0 | 0.65 | 0.07 | 120.77 | 0.8 | 0.62 |
| Hex | 50 | EC | 52 | 42 | 0 | 41 | 7 | 79 | 50 | 3E |
| Octal | 120 | 354 | 122 | 102 | 0 | 101 | 7 | 171 | 120 | 76 |
| Binary | 1010000 | 11101100 | 1010010 | 1000010 | 0 | 1000001 | 111 | 1111001 | 1010000 | 111110 |
Color Harmonies of #50EC52
Complementary color
Monochromatic Colors of #50EC52
Black with #50EC52
Text Example
Text Example
White with #50EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC52; }
p { color: rgb(80,236,82); }
H1.HeaderClassName
{
color: #50EC52;
}
.AnyTagClassName
{
color: #50EC52;
}
</style>
background-color css
<style>
a { background-color: #50EC52; }
a { background-color: rgb(80,236,82); }
div.DivClassName
{
background-color: #50EC52;
}
.BgClassName
{
background-color: #50EC52;
}
</style>
border-color css
<style>
span { border-color: #50EC52; }
span { border-color: rgb(80,236,82); }
td.TdClassName
{
border-color: #50EC52;
}
.TagClassName
{
border-color: #50EC52;
}
</style>