Shades of Screamin' Green #50FF8B
Tints of Screamin' Green #50FF8B
RGB
CMYK
RGB Variations
Color information
#50FF8B (or 0x50FF8B) is known color: Screamin' Green. HEX triplet: 50, FF and 8B. RGB value is (80,255,139). Sum of RGB (Red+Green+Blue) = 80+255+139=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FF8B is #AF0074. Grayscale: #BDBDBD. Windows color (decimal): -11468917 or 9174864. OLE color: 9174864.
HSL color Cylindrical-coordinate representation of color #50FF8B: hue angle of 140.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FF8B is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 139 | - |
| CMYK | 0.69 | 0 | 0.45 | 0 |
| HSL | 140.23º | 1% | 0.66% | - |
| HSV(B) | 140.23º | 0.69% | 1% | - |
| XYZ | 43.73 | 75.09 | 36.62 | - |
| YUV | 189.45 | 99.52 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 139 | 0.69 | 0 | 0.45 | 0 | 140.23 | 1 | 0.66 |
| Hex | 50 | FF | 8B | 45 | 0 | 2D | 0 | 8C | 64 | 42 |
| Octal | 120 | 377 | 213 | 105 | 0 | 55 | 0 | 214 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10001011 | 1000101 | 0 | 101101 | 0 | 10001100 | 1100100 | 1000010 |
Color Harmonies of #50FF8B
Complementary color
Monochromatic Colors of #50FF8B
Black with #50FF8B
Text Example
Text Example
White with #50FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF8B; }
p { color: rgb(80,255,139); }
H1.HeaderClassName
{
color: #50FF8B;
}
.AnyTagClassName
{
color: #50FF8B;
}
</style>
background-color css
<style>
a { background-color: #50FF8B; }
a { background-color: rgb(80,255,139); }
div.DivClassName
{
background-color: #50FF8B;
}
.BgClassName
{
background-color: #50FF8B;
}
</style>
border-color css
<style>
span { border-color: #50FF8B; }
span { border-color: rgb(80,255,139); }
td.TdClassName
{
border-color: #50FF8B;
}
.TagClassName
{
border-color: #50FF8B;
}
</style>