Shades of Screamin' Green #50F24F
Tints of Screamin' Green #50F24F
RGB
CMYK
RGB Variations
Color information
#50F24F (or 0x50F24F) is known color: Screamin' Green. HEX triplet: 50, F2 and 4F. RGB value is (80,242,79). Sum of RGB (Red+Green+Blue) = 80+242+79=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #50F24F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F24F is #AF0DB0. Grayscale: #AFAFAF. Windows color (decimal): -11472305 or 5239376. OLE color: 5239376.
HSL color Cylindrical-coordinate representation of color #50F24F: hue angle of 119.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F24F is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 79 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.05 |
| HSL | 119.63º | 0.86% | 0.63% | - |
| HSV(B) | 119.63º | 0.67% | 0.95% | - |
| XYZ | 36.47 | 65.77 | 18.17 | - |
| YUV | 174.98 | 73.83 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 79 | 0.67 | 0 | 0.67 | 0.05 | 119.63 | 0.86 | 0.63 |
| Hex | 50 | F2 | 4F | 43 | 0 | 43 | 5 | 78 | 56 | 3F |
| Octal | 120 | 362 | 117 | 103 | 0 | 103 | 5 | 170 | 126 | 77 |
| Binary | 1010000 | 11110010 | 1001111 | 1000011 | 0 | 1000011 | 101 | 1111000 | 1010110 | 111111 |
Color Harmonies of #50F24F
Complementary color
Monochromatic Colors of #50F24F
Black with #50F24F
Text Example
Text Example
White with #50F24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F24F; }
p { color: rgb(80,242,79); }
H1.HeaderClassName
{
color: #50F24F;
}
.AnyTagClassName
{
color: #50F24F;
}
</style>
background-color css
<style>
a { background-color: #50F24F; }
a { background-color: rgb(80,242,79); }
div.DivClassName
{
background-color: #50F24F;
}
.BgClassName
{
background-color: #50F24F;
}
</style>
border-color css
<style>
span { border-color: #50F24F; }
span { border-color: rgb(80,242,79); }
td.TdClassName
{
border-color: #50F24F;
}
.TagClassName
{
border-color: #50F24F;
}
</style>