Shades of Screamin' Green #50FB6D
Tints of Screamin' Green #50FB6D
RGB
CMYK
RGB Variations
Color information
#50FB6D (or 0x50FB6D) is known color: Screamin' Green. HEX triplet: 50, FB and 6D. RGB value is (80,251,109). Sum of RGB (Red+Green+Blue) = 80+251+109=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FB6D is #AF0492. Grayscale: #B8B8B8. Windows color (decimal): -11469971 or 7207760. OLE color: 7207760.
HSL color Cylindrical-coordinate representation of color #50FB6D: hue angle of 130.18º degrees, saturation: 0.96, 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 #50FB6D is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 109 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.02 |
| HSL | 130.18º | 0.96% | 0.65% | - |
| HSV(B) | 130.18º | 0.68% | 0.98% | - |
| XYZ | 40.57 | 71.8 | 26.19 | - |
| YUV | 183.68 | 85.85 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 109 | 0.68 | 0 | 0.57 | 0.02 | 130.18 | 0.96 | 0.65 |
| Hex | 50 | FB | 6D | 44 | 0 | 39 | 2 | 82 | 60 | 41 |
| Octal | 120 | 373 | 155 | 104 | 0 | 71 | 2 | 202 | 140 | 101 |
| Binary | 1010000 | 11111011 | 1101101 | 1000100 | 0 | 111001 | 10 | 10000010 | 1100000 | 1000001 |
Color Harmonies of #50FB6D
Complementary color
Monochromatic Colors of #50FB6D
Black with #50FB6D
Text Example
Text Example
White with #50FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB6D; }
p { color: rgb(80,251,109); }
H1.HeaderClassName
{
color: #50FB6D;
}
.AnyTagClassName
{
color: #50FB6D;
}
</style>
background-color css
<style>
a { background-color: #50FB6D; }
a { background-color: rgb(80,251,109); }
div.DivClassName
{
background-color: #50FB6D;
}
.BgClassName
{
background-color: #50FB6D;
}
</style>
border-color css
<style>
span { border-color: #50FB6D; }
span { border-color: rgb(80,251,109); }
td.TdClassName
{
border-color: #50FB6D;
}
.TagClassName
{
border-color: #50FB6D;
}
</style>