Shades of Screamin' Green #50DD56
Tints of Screamin' Green #50DD56
RGB
CMYK
RGB Variations
Color information
#50DD56 (or 0x50DD56) is known color: Screamin' Green. HEX triplet: 50, DD and 56. RGB value is (80,221,86). Sum of RGB (Red+Green+Blue) = 80+221+86=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DD56 is #AF22A9. Grayscale: #A3A3A3. Windows color (decimal): -11477674 or 5692752. OLE color: 5692752.
HSL color Cylindrical-coordinate representation of color #50DD56: hue angle of 122.55º degrees, saturation: 0.67, 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 #50DD56 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 86 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.13 |
| HSL | 122.55º | 0.67% | 0.59% | - |
| HSV(B) | 122.55º | 0.64% | 0.87% | - |
| XYZ | 30.84 | 54.09 | 17.62 | - |
| YUV | 163.45 | 84.29 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 86 | 0.64 | 0 | 0.61 | 0.13 | 122.55 | 0.67 | 0.59 |
| Hex | 50 | DD | 56 | 40 | 0 | 3D | D | 7B | 43 | 3B |
| Octal | 120 | 335 | 126 | 100 | 0 | 75 | 15 | 173 | 103 | 73 |
| Binary | 1010000 | 11011101 | 1010110 | 1000000 | 0 | 111101 | 1101 | 1111011 | 1000011 | 111011 |
Color Harmonies of #50DD56
Complementary color
Monochromatic Colors of #50DD56
Black with #50DD56
Text Example
Text Example
White with #50DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DD56; }
p { color: rgb(80,221,86); }
H1.HeaderClassName
{
color: #50DD56;
}
.AnyTagClassName
{
color: #50DD56;
}
</style>
background-color css
<style>
a { background-color: #50DD56; }
a { background-color: rgb(80,221,86); }
div.DivClassName
{
background-color: #50DD56;
}
.BgClassName
{
background-color: #50DD56;
}
</style>
border-color css
<style>
span { border-color: #50DD56; }
span { border-color: rgb(80,221,86); }
td.TdClassName
{
border-color: #50DD56;
}
.TagClassName
{
border-color: #50DD56;
}
</style>