Shades of Screamin' Green #50E953
Tints of Screamin' Green #50E953
RGB
CMYK
RGB Variations
Color information
#50E953 (or 0x50E953) is known color: Screamin' Green. HEX triplet: 50, E9 and 53. RGB value is (80,233,83). Sum of RGB (Red+Green+Blue) = 80+233+83=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 233 (91.41% from 255 or 58.84% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 233 - color contains mainly: green. Hex color #50E953 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E953 is #AF16AC. Grayscale: #AAAAAA. Windows color (decimal): -11474605 or 5499216. OLE color: 5499216.
HSL color Cylindrical-coordinate representation of color #50E953: hue angle of 121.18º degrees, saturation: 0.78, 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 #50E953 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 83 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.09 |
| HSL | 121.18º | 0.78% | 0.61% | - |
| HSV(B) | 121.18º | 0.66% | 0.91% | - |
| XYZ | 34.01 | 60.61 | 18.09 | - |
| YUV | 170.15 | 78.81 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 83 | 0.66 | 0 | 0.64 | 0.09 | 121.18 | 0.78 | 0.61 |
| Hex | 50 | E9 | 53 | 42 | 0 | 40 | 9 | 79 | 4E | 3D |
| Octal | 120 | 351 | 123 | 102 | 0 | 100 | 11 | 171 | 116 | 75 |
| Binary | 1010000 | 11101001 | 1010011 | 1000010 | 0 | 1000000 | 1001 | 1111001 | 1001110 | 111101 |
Color Harmonies of #50E953
Complementary color
Monochromatic Colors of #50E953
Black with #50E953
Text Example
Text Example
White with #50E953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E953; }
p { color: rgb(80,233,83); }
H1.HeaderClassName
{
color: #50E953;
}
.AnyTagClassName
{
color: #50E953;
}
</style>
background-color css
<style>
a { background-color: #50E953; }
a { background-color: rgb(80,233,83); }
div.DivClassName
{
background-color: #50E953;
}
.BgClassName
{
background-color: #50E953;
}
</style>
border-color css
<style>
span { border-color: #50E953; }
span { border-color: rgb(80,233,83); }
td.TdClassName
{
border-color: #50E953;
}
.TagClassName
{
border-color: #50E953;
}
</style>