Shades of Screamin' Green #50DD53
Tints of Screamin' Green #50DD53
RGB
CMYK
RGB Variations
Color information
#50DD53 (or 0x50DD53) is known color: Screamin' Green. HEX triplet: 50, DD and 53. RGB value is (80,221,83). Sum of RGB (Red+Green+Blue) = 80+221+83=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DD53 is #AF22AC. Grayscale: #A3A3A3. Windows color (decimal): -11477677 or 5496144. OLE color: 5496144.
HSL color Cylindrical-coordinate representation of color #50DD53: hue angle of 121.28º 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 #50DD53 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 83 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.13 |
| HSL | 121.28º | 0.67% | 0.59% | - |
| HSV(B) | 121.28º | 0.64% | 0.87% | - |
| XYZ | 30.73 | 54.04 | 17 | - |
| YUV | 163.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 83 | 0.64 | 0 | 0.62 | 0.13 | 121.28 | 0.67 | 0.59 |
| Hex | 50 | DD | 53 | 40 | 0 | 3E | D | 79 | 43 | 3B |
| Octal | 120 | 335 | 123 | 100 | 0 | 76 | 15 | 171 | 103 | 73 |
| Binary | 1010000 | 11011101 | 1010011 | 1000000 | 0 | 111110 | 1101 | 1111001 | 1000011 | 111011 |
Color Harmonies of #50DD53
Complementary color
Monochromatic Colors of #50DD53
Black with #50DD53
Text Example
Text Example
White with #50DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DD53; }
p { color: rgb(80,221,83); }
H1.HeaderClassName
{
color: #50DD53;
}
.AnyTagClassName
{
color: #50DD53;
}
</style>
background-color css
<style>
a { background-color: #50DD53; }
a { background-color: rgb(80,221,83); }
div.DivClassName
{
background-color: #50DD53;
}
.BgClassName
{
background-color: #50DD53;
}
</style>
border-color css
<style>
span { border-color: #50DD53; }
span { border-color: rgb(80,221,83); }
td.TdClassName
{
border-color: #50DD53;
}
.TagClassName
{
border-color: #50DD53;
}
</style>