Shades of Screamin' Green #50F070
Tints of Screamin' Green #50F070
RGB
CMYK
RGB Variations
Color information
#50F070 (or 0x50F070) is known color: Screamin' Green. HEX triplet: 50, F0 and 70. RGB value is (80,240,112). Sum of RGB (Red+Green+Blue) = 80+240+112=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #50F070 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F070 is #AF0F8F. Grayscale: #B1B1B1. Windows color (decimal): -11472784 or 7401552. OLE color: 7401552.
HSL color Cylindrical-coordinate representation of color #50F070: hue angle of 132º degrees, saturation: 0.84, 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 #50F070 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 112 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.06 |
| HSL | 132º | 0.84% | 0.63% | - |
| HSV(B) | 132º | 0.67% | 0.94% | - |
| XYZ | 37.39 | 65.2 | 25.94 | - |
| YUV | 177.57 | 90.99 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 112 | 0.67 | 0 | 0.53 | 0.06 | 132 | 0.84 | 0.63 |
| Hex | 50 | F0 | 70 | 43 | 0 | 35 | 6 | 84 | 54 | 3F |
| Octal | 120 | 360 | 160 | 103 | 0 | 65 | 6 | 204 | 124 | 77 |
| Binary | 1010000 | 11110000 | 1110000 | 1000011 | 0 | 110101 | 110 | 10000100 | 1010100 | 111111 |
Color Harmonies of #50F070
Complementary color
Monochromatic Colors of #50F070
Black with #50F070
Text Example
Text Example
White with #50F070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F070; }
p { color: rgb(80,240,112); }
H1.HeaderClassName
{
color: #50F070;
}
.AnyTagClassName
{
color: #50F070;
}
</style>
background-color css
<style>
a { background-color: #50F070; }
a { background-color: rgb(80,240,112); }
div.DivClassName
{
background-color: #50F070;
}
.BgClassName
{
background-color: #50F070;
}
</style>
border-color css
<style>
span { border-color: #50F070; }
span { border-color: rgb(80,240,112); }
td.TdClassName
{
border-color: #50F070;
}
.TagClassName
{
border-color: #50F070;
}
</style>