Shades of Screamin' Green #50FB6E
Tints of Screamin' Green #50FB6E
RGB
CMYK
RGB Variations
Color information
#50FB6E (or 0x50FB6E) is known color: Screamin' Green. HEX triplet: 50, FB and 6E. RGB value is (80,251,110). Sum of RGB (Red+Green+Blue) = 80+251+110=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FB6E is #AF0491. Grayscale: #B8B8B8. Windows color (decimal): -11469970 or 7273296. OLE color: 7273296.
HSL color Cylindrical-coordinate representation of color #50FB6E: hue angle of 130.53º 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 #50FB6E is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 110 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.02 |
| HSL | 130.53º | 0.96% | 0.65% | - |
| HSV(B) | 130.53º | 0.68% | 0.98% | - |
| XYZ | 40.62 | 71.83 | 26.47 | - |
| YUV | 183.8 | 86.35 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 110 | 0.68 | 0 | 0.56 | 0.02 | 130.53 | 0.96 | 0.65 |
| Hex | 50 | FB | 6E | 44 | 0 | 38 | 2 | 83 | 60 | 41 |
| Octal | 120 | 373 | 156 | 104 | 0 | 70 | 2 | 203 | 140 | 101 |
| Binary | 1010000 | 11111011 | 1101110 | 1000100 | 0 | 111000 | 10 | 10000011 | 1100000 | 1000001 |
Color Harmonies of #50FB6E
Complementary color
Monochromatic Colors of #50FB6E
Black with #50FB6E
Text Example
Text Example
White with #50FB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB6E; }
p { color: rgb(80,251,110); }
H1.HeaderClassName
{
color: #50FB6E;
}
.AnyTagClassName
{
color: #50FB6E;
}
</style>
background-color css
<style>
a { background-color: #50FB6E; }
a { background-color: rgb(80,251,110); }
div.DivClassName
{
background-color: #50FB6E;
}
.BgClassName
{
background-color: #50FB6E;
}
</style>
border-color css
<style>
span { border-color: #50FB6E; }
span { border-color: rgb(80,251,110); }
td.TdClassName
{
border-color: #50FB6E;
}
.TagClassName
{
border-color: #50FB6E;
}
</style>