Shades of Screamin' Green #50DE5B
Tints of Screamin' Green #50DE5B
RGB
CMYK
RGB Variations
Color information
#50DE5B (or 0x50DE5B) is known color: Screamin' Green. HEX triplet: 50, DE and 5B. RGB value is (80,222,91). Sum of RGB (Red+Green+Blue) = 80+222+91=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DE5B is #AF21A4. Grayscale: #A4A4A4. Windows color (decimal): -11477413 or 6020688. OLE color: 6020688.
HSL color Cylindrical-coordinate representation of color #50DE5B: hue angle of 124.65º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DE5B is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 91 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.13 |
| HSL | 124.65º | 0.68% | 0.59% | - |
| HSV(B) | 124.65º | 0.64% | 0.87% | - |
| XYZ | 31.32 | 54.7 | 18.81 | - |
| YUV | 164.61 | 86.46 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 91 | 0.64 | 0 | 0.59 | 0.13 | 124.65 | 0.68 | 0.59 |
| Hex | 50 | DE | 5B | 40 | 0 | 3B | D | 7D | 44 | 3B |
| Octal | 120 | 336 | 133 | 100 | 0 | 73 | 15 | 175 | 104 | 73 |
| Binary | 1010000 | 11011110 | 1011011 | 1000000 | 0 | 111011 | 1101 | 1111101 | 1000100 | 111011 |
Color Harmonies of #50DE5B
Complementary color
Monochromatic Colors of #50DE5B
Black with #50DE5B
Text Example
Text Example
White with #50DE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DE5B; }
p { color: rgb(80,222,91); }
H1.HeaderClassName
{
color: #50DE5B;
}
.AnyTagClassName
{
color: #50DE5B;
}
</style>
background-color css
<style>
a { background-color: #50DE5B; }
a { background-color: rgb(80,222,91); }
div.DivClassName
{
background-color: #50DE5B;
}
.BgClassName
{
background-color: #50DE5B;
}
</style>
border-color css
<style>
span { border-color: #50DE5B; }
span { border-color: rgb(80,222,91); }
td.TdClassName
{
border-color: #50DE5B;
}
.TagClassName
{
border-color: #50DE5B;
}
</style>