Shades of Screamin' Green #50E75F
Tints of Screamin' Green #50E75F
RGB
CMYK
RGB Variations
Color information
#50E75F (or 0x50E75F) is known color: Screamin' Green. HEX triplet: 50, E7 and 5F. RGB value is (80,231,95). Sum of RGB (Red+Green+Blue) = 80+231+95=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 231 (90.62% from 255 or 56.90% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 231 - color contains mainly: green. Hex color #50E75F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E75F is #AF18A0. Grayscale: #AAAAAA. Windows color (decimal): -11475105 or 6285136. OLE color: 6285136.
HSL color Cylindrical-coordinate representation of color #50E75F: hue angle of 125.96º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E75F is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 95 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.09 |
| HSL | 125.96º | 0.76% | 0.61% | - |
| HSV(B) | 125.96º | 0.65% | 0.91% | - |
| XYZ | 33.95 | 59.68 | 20.56 | - |
| YUV | 170.35 | 85.47 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 95 | 0.65 | 0 | 0.59 | 0.09 | 125.96 | 0.76 | 0.61 |
| Hex | 50 | E7 | 5F | 41 | 0 | 3B | 9 | 7E | 4C | 3D |
| Octal | 120 | 347 | 137 | 101 | 0 | 73 | 11 | 176 | 114 | 75 |
| Binary | 1010000 | 11100111 | 1011111 | 1000001 | 0 | 111011 | 1001 | 1111110 | 1001100 | 111101 |
Color Harmonies of #50E75F
Complementary color
Monochromatic Colors of #50E75F
Black with #50E75F
Text Example
Text Example
White with #50E75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E75F; }
p { color: rgb(80,231,95); }
H1.HeaderClassName
{
color: #50E75F;
}
.AnyTagClassName
{
color: #50E75F;
}
</style>
background-color css
<style>
a { background-color: #50E75F; }
a { background-color: rgb(80,231,95); }
div.DivClassName
{
background-color: #50E75F;
}
.BgClassName
{
background-color: #50E75F;
}
</style>
border-color css
<style>
span { border-color: #50E75F; }
span { border-color: rgb(80,231,95); }
td.TdClassName
{
border-color: #50E75F;
}
.TagClassName
{
border-color: #50E75F;
}
</style>