Shades of Screamin' Green #50F37E
Tints of Screamin' Green #50F37E
RGB
CMYK
RGB Variations
Color information
#50F37E (or 0x50F37E) is known color: Screamin' Green. HEX triplet: 50, F3 and 7E. RGB value is (80,243,126). Sum of RGB (Red+Green+Blue) = 80+243+126=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #50F37E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F37E is #AF0C81. Grayscale: #B5B5B5. Windows color (decimal): -11472002 or 8319824. OLE color: 8319824.
HSL color Cylindrical-coordinate representation of color #50F37E: hue angle of 136.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F37E is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 126 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.05 |
| HSL | 136.93º | 0.87% | 0.63% | - |
| HSV(B) | 136.93º | 0.67% | 0.95% | - |
| XYZ | 39.12 | 67.31 | 30.67 | - |
| YUV | 180.93 | 97 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 126 | 0.67 | 0 | 0.48 | 0.05 | 136.93 | 0.87 | 0.63 |
| Hex | 50 | F3 | 7E | 43 | 0 | 30 | 5 | 89 | 57 | 3F |
| Octal | 120 | 363 | 176 | 103 | 0 | 60 | 5 | 211 | 127 | 77 |
| Binary | 1010000 | 11110011 | 1111110 | 1000011 | 0 | 110000 | 101 | 10001001 | 1010111 | 111111 |
Color Harmonies of #50F37E
Complementary color
Monochromatic Colors of #50F37E
Black with #50F37E
Text Example
Text Example
White with #50F37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F37E; }
p { color: rgb(80,243,126); }
H1.HeaderClassName
{
color: #50F37E;
}
.AnyTagClassName
{
color: #50F37E;
}
</style>
background-color css
<style>
a { background-color: #50F37E; }
a { background-color: rgb(80,243,126); }
div.DivClassName
{
background-color: #50F37E;
}
.BgClassName
{
background-color: #50F37E;
}
</style>
border-color css
<style>
span { border-color: #50F37E; }
span { border-color: rgb(80,243,126); }
td.TdClassName
{
border-color: #50F37E;
}
.TagClassName
{
border-color: #50F37E;
}
</style>