Shades of Screamin' Green #50FF48
Tints of Screamin' Green #50FF48
RGB
CMYK
RGB Variations
Color information
#50FF48 (or 0x50FF48) is known color: Screamin' Green. HEX triplet: 50, FF and 48. RGB value is (80,255,72). Sum of RGB (Red+Green+Blue) = 80+255+72=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF48 is #AF00B7. Grayscale: #B6B6B6. Windows color (decimal): -11468984 or 4783952. OLE color: 4783952.
HSL color Cylindrical-coordinate representation of color #50FF48: hue angle of 117.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50FF48 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 72 | - |
| CMYK | 0.69 | 0 | 0.72 | 0 |
| HSL | 117.38º | 1% | 0.64% | - |
| HSV(B) | 117.38º | 0.72% | 1% | - |
| XYZ | 40.24 | 73.69 | 18.23 | - |
| YUV | 181.81 | 66.02 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 72 | 0.69 | 0 | 0.72 | 0 | 117.38 | 1 | 0.64 |
| Hex | 50 | FF | 48 | 45 | 0 | 48 | 0 | 75 | 64 | 40 |
| Octal | 120 | 377 | 110 | 105 | 0 | 110 | 0 | 165 | 144 | 100 |
| Binary | 1010000 | 11111111 | 1001000 | 1000101 | 0 | 1001000 | 0 | 1110101 | 1100100 | 1000000 |
Color Harmonies of #50FF48
Complementary color
Monochromatic Colors of #50FF48
Black with #50FF48
Text Example
Text Example
White with #50FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF48; }
p { color: rgb(80,255,72); }
H1.HeaderClassName
{
color: #50FF48;
}
.AnyTagClassName
{
color: #50FF48;
}
</style>
background-color css
<style>
a { background-color: #50FF48; }
a { background-color: rgb(80,255,72); }
div.DivClassName
{
background-color: #50FF48;
}
.BgClassName
{
background-color: #50FF48;
}
</style>
border-color css
<style>
span { border-color: #50FF48; }
span { border-color: rgb(80,255,72); }
td.TdClassName
{
border-color: #50FF48;
}
.TagClassName
{
border-color: #50FF48;
}
</style>