Shades of Screamin' Green #50EF5D
Tints of Screamin' Green #50EF5D
RGB
CMYK
RGB Variations
Color information
#50EF5D (or 0x50EF5D) is known color: Screamin' Green. HEX triplet: 50, EF and 5D. RGB value is (80,239,93). Sum of RGB (Red+Green+Blue) = 80+239+93=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EF5D is #AF10A2. Grayscale: #AFAFAF. Windows color (decimal): -11473059 or 6156112. OLE color: 6156112.
HSL color Cylindrical-coordinate representation of color #50EF5D: hue angle of 124.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EF5D is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 93 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.06 |
| HSL | 124.91º | 0.83% | 0.63% | - |
| HSV(B) | 124.91º | 0.67% | 0.94% | - |
| XYZ | 36.15 | 64.23 | 20.85 | - |
| YUV | 174.82 | 81.82 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 93 | 0.67 | 0 | 0.61 | 0.06 | 124.91 | 0.83 | 0.63 |
| Hex | 50 | EF | 5D | 43 | 0 | 3D | 6 | 7D | 53 | 3F |
| Octal | 120 | 357 | 135 | 103 | 0 | 75 | 6 | 175 | 123 | 77 |
| Binary | 1010000 | 11101111 | 1011101 | 1000011 | 0 | 111101 | 110 | 1111101 | 1010011 | 111111 |
Color Harmonies of #50EF5D
Complementary color
Monochromatic Colors of #50EF5D
Black with #50EF5D
Text Example
Text Example
White with #50EF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF5D; }
p { color: rgb(80,239,93); }
H1.HeaderClassName
{
color: #50EF5D;
}
.AnyTagClassName
{
color: #50EF5D;
}
</style>
background-color css
<style>
a { background-color: #50EF5D; }
a { background-color: rgb(80,239,93); }
div.DivClassName
{
background-color: #50EF5D;
}
.BgClassName
{
background-color: #50EF5D;
}
</style>
border-color css
<style>
span { border-color: #50EF5D; }
span { border-color: rgb(80,239,93); }
td.TdClassName
{
border-color: #50EF5D;
}
.TagClassName
{
border-color: #50EF5D;
}
</style>