Shades of Screamin' Green #50FC6D
Tints of Screamin' Green #50FC6D
RGB
CMYK
RGB Variations
Color information
#50FC6D (or 0x50FC6D) is known color: Screamin' Green. HEX triplet: 50, FC and 6D. RGB value is (80,252,109). Sum of RGB (Red+Green+Blue) = 80+252+109=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FC6D is #AF0392. Grayscale: #B8B8B8. Windows color (decimal): -11469715 or 7208016. OLE color: 7208016.
HSL color Cylindrical-coordinate representation of color #50FC6D: hue angle of 130.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FC6D is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 109 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.01 |
| HSL | 130.12º | 0.97% | 0.65% | - |
| HSV(B) | 130.12º | 0.68% | 0.99% | - |
| XYZ | 40.88 | 72.43 | 26.29 | - |
| YUV | 184.27 | 85.52 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 109 | 0.68 | 0 | 0.57 | 0.01 | 130.12 | 0.97 | 0.65 |
| Hex | 50 | FC | 6D | 44 | 0 | 39 | 1 | 82 | 61 | 41 |
| Octal | 120 | 374 | 155 | 104 | 0 | 71 | 1 | 202 | 141 | 101 |
| Binary | 1010000 | 11111100 | 1101101 | 1000100 | 0 | 111001 | 1 | 10000010 | 1100001 | 1000001 |
Color Harmonies of #50FC6D
Complementary color
Monochromatic Colors of #50FC6D
Black with #50FC6D
Text Example
Text Example
White with #50FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FC6D; }
p { color: rgb(80,252,109); }
H1.HeaderClassName
{
color: #50FC6D;
}
.AnyTagClassName
{
color: #50FC6D;
}
</style>
background-color css
<style>
a { background-color: #50FC6D; }
a { background-color: rgb(80,252,109); }
div.DivClassName
{
background-color: #50FC6D;
}
.BgClassName
{
background-color: #50FC6D;
}
</style>
border-color css
<style>
span { border-color: #50FC6D; }
span { border-color: rgb(80,252,109); }
td.TdClassName
{
border-color: #50FC6D;
}
.TagClassName
{
border-color: #50FC6D;
}
</style>