Shades of Screamin' Green #50F581
Tints of Screamin' Green #50F581
RGB
CMYK
RGB Variations
Color information
#50F581 (or 0x50F581) is known color: Screamin' Green. HEX triplet: 50, F5 and 81. RGB value is (80,245,129). Sum of RGB (Red+Green+Blue) = 80+245+129=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 245 (96.09% from 255 or 53.96% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 245 - color contains mainly: green. Hex color #50F581 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F581 is #AF0A7E. Grayscale: #B6B6B6. Windows color (decimal): -11471487 or 8516944. OLE color: 8516944.
HSL color Cylindrical-coordinate representation of color #50F581: hue angle of 137.82º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F581 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 245 | 129 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.04 |
| HSL | 137.82º | 0.89% | 0.64% | - |
| HSV(B) | 137.82º | 0.67% | 0.96% | - |
| XYZ | 39.92 | 68.6 | 31.9 | - |
| YUV | 182.44 | 97.84 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 245 | 129 | 0.67 | 0 | 0.47 | 0.04 | 137.82 | 0.89 | 0.64 |
| Hex | 50 | F5 | 81 | 43 | 0 | 2F | 4 | 8A | 59 | 40 |
| Octal | 120 | 365 | 201 | 103 | 0 | 57 | 4 | 212 | 131 | 100 |
| Binary | 1010000 | 11110101 | 10000001 | 1000011 | 0 | 101111 | 100 | 10001010 | 1011001 | 1000000 |
Color Harmonies of #50F581
Complementary color
Monochromatic Colors of #50F581
Black with #50F581
Text Example
Text Example
White with #50F581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F581; }
p { color: rgb(80,245,129); }
H1.HeaderClassName
{
color: #50F581;
}
.AnyTagClassName
{
color: #50F581;
}
</style>
background-color css
<style>
a { background-color: #50F581; }
a { background-color: rgb(80,245,129); }
div.DivClassName
{
background-color: #50F581;
}
.BgClassName
{
background-color: #50F581;
}
</style>
border-color css
<style>
span { border-color: #50F581; }
span { border-color: rgb(80,245,129); }
td.TdClassName
{
border-color: #50F581;
}
.TagClassName
{
border-color: #50F581;
}
</style>