Shades of Screamin' Green #50FF7B
Tints of Screamin' Green #50FF7B
RGB
CMYK
RGB Variations
Color information
#50FF7B (or 0x50FF7B) is known color: Screamin' Green. HEX triplet: 50, FF and 7B. RGB value is (80,255,123). Sum of RGB (Red+Green+Blue) = 80+255+123=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FF7B is #AF0084. Grayscale: #BBBBBB. Windows color (decimal): -11468933 or 8126288. OLE color: 8126288.
HSL color Cylindrical-coordinate representation of color #50FF7B: hue angle of 134.74º 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 #50FF7B is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 123 | - |
| CMYK | 0.69 | 0 | 0.52 | 0 |
| HSL | 134.74º | 1% | 0.66% | - |
| HSV(B) | 134.74º | 0.69% | 1% | - |
| XYZ | 42.64 | 74.66 | 30.9 | - |
| YUV | 187.63 | 91.52 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 123 | 0.69 | 0 | 0.52 | 0 | 134.74 | 1 | 0.66 |
| Hex | 50 | FF | 7B | 45 | 0 | 34 | 0 | 87 | 64 | 42 |
| Octal | 120 | 377 | 173 | 105 | 0 | 64 | 0 | 207 | 144 | 102 |
| Binary | 1010000 | 11111111 | 1111011 | 1000101 | 0 | 110100 | 0 | 10000111 | 1100100 | 1000010 |
Color Harmonies of #50FF7B
Complementary color
Monochromatic Colors of #50FF7B
Black with #50FF7B
Text Example
Text Example
White with #50FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF7B; }
p { color: rgb(80,255,123); }
H1.HeaderClassName
{
color: #50FF7B;
}
.AnyTagClassName
{
color: #50FF7B;
}
</style>
background-color css
<style>
a { background-color: #50FF7B; }
a { background-color: rgb(80,255,123); }
div.DivClassName
{
background-color: #50FF7B;
}
.BgClassName
{
background-color: #50FF7B;
}
</style>
border-color css
<style>
span { border-color: #50FF7B; }
span { border-color: rgb(80,255,123); }
td.TdClassName
{
border-color: #50FF7B;
}
.TagClassName
{
border-color: #50FF7B;
}
</style>