Shades of Screamin' Green #50F863
Tints of Screamin' Green #50F863
RGB
CMYK
RGB Variations
Color information
#50F863 (or 0x50F863) is known color: Screamin' Green. HEX triplet: 50, F8 and 63. RGB value is (80,248,99). Sum of RGB (Red+Green+Blue) = 80+248+99=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 248 (97.27% from 255 or 58.08% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 248 - color contains mainly: green. Hex color #50F863 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F863 is #AF079C. Grayscale: #B5B5B5. Windows color (decimal): -11470749 or 6551632. OLE color: 6551632.
HSL color Cylindrical-coordinate representation of color #50F863: hue angle of 126.79º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F863 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 248 | 99 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.03 |
| HSL | 126.79º | 0.92% | 0.64% | - |
| HSV(B) | 126.79º | 0.68% | 0.97% | - |
| XYZ | 39.13 | 69.74 | 23.2 | - |
| YUV | 180.78 | 81.84 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 248 | 99 | 0.68 | 0 | 0.60 | 0.03 | 126.79 | 0.92 | 0.64 |
| Hex | 50 | F8 | 63 | 44 | 0 | 3C | 3 | 7F | 5C | 40 |
| Octal | 120 | 370 | 143 | 104 | 0 | 74 | 3 | 177 | 134 | 100 |
| Binary | 1010000 | 11111000 | 1100011 | 1000100 | 0 | 111100 | 11 | 1111111 | 1011100 | 1000000 |
Color Harmonies of #50F863
Complementary color
Monochromatic Colors of #50F863
Black with #50F863
Text Example
Text Example
White with #50F863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F863; }
p { color: rgb(80,248,99); }
H1.HeaderClassName
{
color: #50F863;
}
.AnyTagClassName
{
color: #50F863;
}
</style>
background-color css
<style>
a { background-color: #50F863; }
a { background-color: rgb(80,248,99); }
div.DivClassName
{
background-color: #50F863;
}
.BgClassName
{
background-color: #50F863;
}
</style>
border-color css
<style>
span { border-color: #50F863; }
span { border-color: rgb(80,248,99); }
td.TdClassName
{
border-color: #50F863;
}
.TagClassName
{
border-color: #50F863;
}
</style>