Shades of Screamin' Green #50E869
Tints of Screamin' Green #50E869
RGB
CMYK
RGB Variations
Color information
#50E869 (or 0x50E869) is known color: Screamin' Green. HEX triplet: 50, E8 and 69. RGB value is (80,232,105). Sum of RGB (Red+Green+Blue) = 80+232+105=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 232 (91.02% from 255 or 55.64% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 232 - color contains mainly: green. Hex color #50E869 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E869 is #AF1796. Grayscale: #ACACAC. Windows color (decimal): -11474839 or 6940752. OLE color: 6940752.
HSL color Cylindrical-coordinate representation of color #50E869: hue angle of 129.87º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E869 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 105 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.09 |
| HSL | 129.87º | 0.77% | 0.61% | - |
| HSV(B) | 129.87º | 0.66% | 0.91% | - |
| XYZ | 34.71 | 60.44 | 23.2 | - |
| YUV | 172.07 | 90.14 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 105 | 0.66 | 0 | 0.55 | 0.09 | 129.87 | 0.77 | 0.61 |
| Hex | 50 | E8 | 69 | 42 | 0 | 37 | 9 | 82 | 4D | 3D |
| Octal | 120 | 350 | 151 | 102 | 0 | 67 | 11 | 202 | 115 | 75 |
| Binary | 1010000 | 11101000 | 1101001 | 1000010 | 0 | 110111 | 1001 | 10000010 | 1001101 | 111101 |
Color Harmonies of #50E869
Complementary color
Monochromatic Colors of #50E869
Black with #50E869
Text Example
Text Example
White with #50E869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E869; }
p { color: rgb(80,232,105); }
H1.HeaderClassName
{
color: #50E869;
}
.AnyTagClassName
{
color: #50E869;
}
</style>
background-color css
<style>
a { background-color: #50E869; }
a { background-color: rgb(80,232,105); }
div.DivClassName
{
background-color: #50E869;
}
.BgClassName
{
background-color: #50E869;
}
</style>
border-color css
<style>
span { border-color: #50E869; }
span { border-color: rgb(80,232,105); }
td.TdClassName
{
border-color: #50E869;
}
.TagClassName
{
border-color: #50E869;
}
</style>