Shades of Screamin' Green #50FB3E
Tints of Screamin' Green #50FB3E
RGB
CMYK
RGB Variations
Color information
#50FB3E (or 0x50FB3E) is known color: Screamin' Green. HEX triplet: 50, FB and 3E. RGB value is (80,251,62). Sum of RGB (Red+Green+Blue) = 80+251+62=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 251 (98.44% from 255 or 63.87% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FB3E is #AF04C1. Grayscale: #B2B2B2. Windows color (decimal): -11470018 or 4127568. OLE color: 4127568.
HSL color Cylindrical-coordinate representation of color #50FB3E: hue angle of 114.29º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50FB3E is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 62 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.02 |
| HSL | 114.29º | 0.96% | 0.61% | - |
| HSV(B) | 114.29º | 0.75% | 0.98% | - |
| XYZ | 38.67 | 71.05 | 16.23 | - |
| YUV | 178.33 | 62.35 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 62 | 0.68 | 0 | 0.75 | 0.02 | 114.29 | 0.96 | 0.61 |
| Hex | 50 | FB | 3E | 44 | 0 | 4B | 2 | 72 | 60 | 3D |
| Octal | 120 | 373 | 76 | 104 | 0 | 113 | 2 | 162 | 140 | 75 |
| Binary | 1010000 | 11111011 | 111110 | 1000100 | 0 | 1001011 | 10 | 1110010 | 1100000 | 111101 |
Color Harmonies of #50FB3E
Complementary color
Monochromatic Colors of #50FB3E
Black with #50FB3E
Text Example
Text Example
White with #50FB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB3E; }
p { color: rgb(80,251,62); }
H1.HeaderClassName
{
color: #50FB3E;
}
.AnyTagClassName
{
color: #50FB3E;
}
</style>
background-color css
<style>
a { background-color: #50FB3E; }
a { background-color: rgb(80,251,62); }
div.DivClassName
{
background-color: #50FB3E;
}
.BgClassName
{
background-color: #50FB3E;
}
</style>
border-color css
<style>
span { border-color: #50FB3E; }
span { border-color: rgb(80,251,62); }
td.TdClassName
{
border-color: #50FB3E;
}
.TagClassName
{
border-color: #50FB3E;
}
</style>