Shades of Screamin' Green #50F67B
Tints of Screamin' Green #50F67B
RGB
CMYK
RGB Variations
Color information
#50F67B (or 0x50F67B) is known color: Screamin' Green. HEX triplet: 50, F6 and 7B. RGB value is (80,246,123). Sum of RGB (Red+Green+Blue) = 80+246+123=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #50F67B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F67B is #AF0984. Grayscale: #B6B6B6. Windows color (decimal): -11471237 or 8123984. OLE color: 8123984.
HSL color Cylindrical-coordinate representation of color #50F67B: hue angle of 135.54º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F67B is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 246 | 123 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.04 |
| HSL | 135.54º | 0.9% | 0.64% | - |
| HSV(B) | 135.54º | 0.67% | 0.96% | - |
| XYZ | 39.84 | 69.05 | 29.97 | - |
| YUV | 182.34 | 94.5 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 123 | 0.67 | 0 | 0.50 | 0.04 | 135.54 | 0.9 | 0.64 |
| Hex | 50 | F6 | 7B | 43 | 0 | 32 | 4 | 88 | 5A | 40 |
| Octal | 120 | 366 | 173 | 103 | 0 | 62 | 4 | 210 | 132 | 100 |
| Binary | 1010000 | 11110110 | 1111011 | 1000011 | 0 | 110010 | 100 | 10001000 | 1011010 | 1000000 |
Color Harmonies of #50F67B
Complementary color
Monochromatic Colors of #50F67B
Black with #50F67B
Text Example
Text Example
White with #50F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F67B; }
p { color: rgb(80,246,123); }
H1.HeaderClassName
{
color: #50F67B;
}
.AnyTagClassName
{
color: #50F67B;
}
</style>
background-color css
<style>
a { background-color: #50F67B; }
a { background-color: rgb(80,246,123); }
div.DivClassName
{
background-color: #50F67B;
}
.BgClassName
{
background-color: #50F67B;
}
</style>
border-color css
<style>
span { border-color: #50F67B; }
span { border-color: rgb(80,246,123); }
td.TdClassName
{
border-color: #50F67B;
}
.TagClassName
{
border-color: #50F67B;
}
</style>