Shades of Screamin' Green #50EB68
Tints of Screamin' Green #50EB68
RGB
CMYK
RGB Variations
Color information
#50EB68 (or 0x50EB68) is known color: Screamin' Green. HEX triplet: 50, EB and 68. RGB value is (80,235,104). Sum of RGB (Red+Green+Blue) = 80+235+104=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 235 (92.19% from 255 or 56.09% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB68 is #AF1497. Grayscale: #AEAEAE. Windows color (decimal): -11474072 or 6875984. OLE color: 6875984.
HSL color Cylindrical-coordinate representation of color #50EB68: hue angle of 129.29º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EB68 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 104 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.08 |
| HSL | 129.29º | 0.79% | 0.62% | - |
| HSV(B) | 129.29º | 0.66% | 0.92% | - |
| XYZ | 35.52 | 62.12 | 23.22 | - |
| YUV | 173.72 | 88.65 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 104 | 0.66 | 0 | 0.56 | 0.08 | 129.29 | 0.79 | 0.62 |
| Hex | 50 | EB | 68 | 42 | 0 | 38 | 8 | 81 | 4F | 3E |
| Octal | 120 | 353 | 150 | 102 | 0 | 70 | 10 | 201 | 117 | 76 |
| Binary | 1010000 | 11101011 | 1101000 | 1000010 | 0 | 111000 | 1000 | 10000001 | 1001111 | 111110 |
Color Harmonies of #50EB68
Complementary color
Monochromatic Colors of #50EB68
Black with #50EB68
Text Example
Text Example
White with #50EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EB68; }
p { color: rgb(80,235,104); }
H1.HeaderClassName
{
color: #50EB68;
}
.AnyTagClassName
{
color: #50EB68;
}
</style>
background-color css
<style>
a { background-color: #50EB68; }
a { background-color: rgb(80,235,104); }
div.DivClassName
{
background-color: #50EB68;
}
.BgClassName
{
background-color: #50EB68;
}
</style>
border-color css
<style>
span { border-color: #50EB68; }
span { border-color: rgb(80,235,104); }
td.TdClassName
{
border-color: #50EB68;
}
.TagClassName
{
border-color: #50EB68;
}
</style>