Shades of Screamin' Green #50F95E
Tints of Screamin' Green #50F95E
RGB
CMYK
RGB Variations
Color information
#50F95E (or 0x50F95E) is known color: Screamin' Green. HEX triplet: 50, F9 and 5E. RGB value is (80,249,94). Sum of RGB (Red+Green+Blue) = 80+249+94=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #50F95E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F95E is #AF06A1. Grayscale: #B5B5B5. Windows color (decimal): -11470498 or 6224208. OLE color: 6224208.
HSL color Cylindrical-coordinate representation of color #50F95E: hue angle of 124.97º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F95E is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 94 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.02 |
| HSL | 124.97º | 0.93% | 0.65% | - |
| HSV(B) | 124.97º | 0.68% | 0.98% | - |
| XYZ | 39.2 | 70.26 | 22.09 | - |
| YUV | 180.8 | 79.01 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 94 | 0.68 | 0 | 0.62 | 0.02 | 124.97 | 0.93 | 0.65 |
| Hex | 50 | F9 | 5E | 44 | 0 | 3E | 2 | 7D | 5D | 41 |
| Octal | 120 | 371 | 136 | 104 | 0 | 76 | 2 | 175 | 135 | 101 |
| Binary | 1010000 | 11111001 | 1011110 | 1000100 | 0 | 111110 | 10 | 1111101 | 1011101 | 1000001 |
Color Harmonies of #50F95E
Complementary color
Monochromatic Colors of #50F95E
Black with #50F95E
Text Example
Text Example
White with #50F95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F95E; }
p { color: rgb(80,249,94); }
H1.HeaderClassName
{
color: #50F95E;
}
.AnyTagClassName
{
color: #50F95E;
}
</style>
background-color css
<style>
a { background-color: #50F95E; }
a { background-color: rgb(80,249,94); }
div.DivClassName
{
background-color: #50F95E;
}
.BgClassName
{
background-color: #50F95E;
}
</style>
border-color css
<style>
span { border-color: #50F95E; }
span { border-color: rgb(80,249,94); }
td.TdClassName
{
border-color: #50F95E;
}
.TagClassName
{
border-color: #50F95E;
}
</style>