Shades of Screamin' Green #50F983
Tints of Screamin' Green #50F983
RGB
CMYK
RGB Variations
Color information
#50F983 (or 0x50F983) is known color: Screamin' Green. HEX triplet: 50, F9 and 83. RGB value is (80,249,131). Sum of RGB (Red+Green+Blue) = 80+249+131=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 249 (97.66% from 255 or 54.13% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 249 - color contains mainly: green. Hex color #50F983 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F983 is #AF067C. Grayscale: #B9B9B9. Windows color (decimal): -11470461 or 8649040. OLE color: 8649040.
HSL color Cylindrical-coordinate representation of color #50F983: hue angle of 138.11º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F983 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 131 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.02 |
| HSL | 138.11º | 0.93% | 0.65% | - |
| HSV(B) | 138.11º | 0.68% | 0.98% | - |
| XYZ | 41.28 | 71.1 | 33.02 | - |
| YUV | 185.02 | 97.51 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 131 | 0.68 | 0 | 0.47 | 0.02 | 138.11 | 0.93 | 0.65 |
| Hex | 50 | F9 | 83 | 44 | 0 | 2F | 2 | 8A | 5D | 41 |
| Octal | 120 | 371 | 203 | 104 | 0 | 57 | 2 | 212 | 135 | 101 |
| Binary | 1010000 | 11111001 | 10000011 | 1000100 | 0 | 101111 | 10 | 10001010 | 1011101 | 1000001 |
Color Harmonies of #50F983
Complementary color
Monochromatic Colors of #50F983
Black with #50F983
Text Example
Text Example
White with #50F983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F983; }
p { color: rgb(80,249,131); }
H1.HeaderClassName
{
color: #50F983;
}
.AnyTagClassName
{
color: #50F983;
}
</style>
background-color css
<style>
a { background-color: #50F983; }
a { background-color: rgb(80,249,131); }
div.DivClassName
{
background-color: #50F983;
}
.BgClassName
{
background-color: #50F983;
}
</style>
border-color css
<style>
span { border-color: #50F983; }
span { border-color: rgb(80,249,131); }
td.TdClassName
{
border-color: #50F983;
}
.TagClassName
{
border-color: #50F983;
}
</style>