Shades of Screamin' Green #50FF39
Tints of Screamin' Green #50FF39
RGB
CMYK
RGB Variations
Color information
#50FF39 (or 0x50FF39) is known color: Screamin' Green. HEX triplet: 50, FF and 39. RGB value is (80,255,57). Sum of RGB (Red+Green+Blue) = 80+255+57=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF39 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF39 is #AF00C6. Grayscale: #B4B4B4. Windows color (decimal): -11468999 or 3800912. OLE color: 3800912.
HSL color Cylindrical-coordinate representation of color #50FF39: hue angle of 113.03º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50FF39 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 57 | - |
| CMYK | 0.69 | 0 | 0.78 | 0 |
| HSL | 113.03º | 1% | 0.61% | - |
| HSV(B) | 113.03º | 0.78% | 1% | - |
| XYZ | 39.81 | 73.52 | 15.96 | - |
| YUV | 180.1 | 58.52 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 57 | 0.69 | 0 | 0.78 | 0 | 113.03 | 1 | 0.61 |
| Hex | 50 | FF | 39 | 45 | 0 | 4E | 0 | 71 | 64 | 3D |
| Octal | 120 | 377 | 71 | 105 | 0 | 116 | 0 | 161 | 144 | 75 |
| Binary | 1010000 | 11111111 | 111001 | 1000101 | 0 | 1001110 | 0 | 1110001 | 1100100 | 111101 |
Color Harmonies of #50FF39
Complementary color
Monochromatic Colors of #50FF39
Black with #50FF39
Text Example
Text Example
White with #50FF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF39; }
p { color: rgb(80,255,57); }
H1.HeaderClassName
{
color: #50FF39;
}
.AnyTagClassName
{
color: #50FF39;
}
</style>
background-color css
<style>
a { background-color: #50FF39; }
a { background-color: rgb(80,255,57); }
div.DivClassName
{
background-color: #50FF39;
}
.BgClassName
{
background-color: #50FF39;
}
</style>
border-color css
<style>
span { border-color: #50FF39; }
span { border-color: rgb(80,255,57); }
td.TdClassName
{
border-color: #50FF39;
}
.TagClassName
{
border-color: #50FF39;
}
</style>