Shades of Screamin' Green #50FB7D
Tints of Screamin' Green #50FB7D
RGB
CMYK
RGB Variations
Color information
#50FB7D (or 0x50FB7D) is known color: Screamin' Green. HEX triplet: 50, FB and 7D. RGB value is (80,251,125). Sum of RGB (Red+Green+Blue) = 80+251+125=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FB7D is #AF0482. Grayscale: #B9B9B9. Windows color (decimal): -11469955 or 8256336. OLE color: 8256336.
HSL color Cylindrical-coordinate representation of color #50FB7D: hue angle of 135.79º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FB7D is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 125 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.02 |
| HSL | 135.79º | 0.96% | 0.65% | - |
| HSV(B) | 135.79º | 0.68% | 0.98% | - |
| XYZ | 41.51 | 72.18 | 31.15 | - |
| YUV | 185.51 | 93.85 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 125 | 0.68 | 0 | 0.50 | 0.02 | 135.79 | 0.96 | 0.65 |
| Hex | 50 | FB | 7D | 44 | 0 | 32 | 2 | 88 | 60 | 41 |
| Octal | 120 | 373 | 175 | 104 | 0 | 62 | 2 | 210 | 140 | 101 |
| Binary | 1010000 | 11111011 | 1111101 | 1000100 | 0 | 110010 | 10 | 10001000 | 1100000 | 1000001 |
Color Harmonies of #50FB7D
Complementary color
Monochromatic Colors of #50FB7D
Black with #50FB7D
Text Example
Text Example
White with #50FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB7D; }
p { color: rgb(80,251,125); }
H1.HeaderClassName
{
color: #50FB7D;
}
.AnyTagClassName
{
color: #50FB7D;
}
</style>
background-color css
<style>
a { background-color: #50FB7D; }
a { background-color: rgb(80,251,125); }
div.DivClassName
{
background-color: #50FB7D;
}
.BgClassName
{
background-color: #50FB7D;
}
</style>
border-color css
<style>
span { border-color: #50FB7D; }
span { border-color: rgb(80,251,125); }
td.TdClassName
{
border-color: #50FB7D;
}
.TagClassName
{
border-color: #50FB7D;
}
</style>