Shades of Screamin' Green #50F144
Tints of Screamin' Green #50F144
RGB
CMYK
RGB Variations
Color information
#50F144 (or 0x50F144) is known color: Screamin' Green. HEX triplet: 50, F1 and 44. RGB value is (80,241,68). Sum of RGB (Red+Green+Blue) = 80+241+68=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #50F144 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F144 is #AF0EBB. Grayscale: #ADADAD. Windows color (decimal): -11472572 or 4518224. OLE color: 4518224.
HSL color Cylindrical-coordinate representation of color #50F144: hue angle of 115.84º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50F144 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 68 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.05 |
| HSL | 115.84º | 0.86% | 0.61% | - |
| HSV(B) | 115.84º | 0.72% | 0.95% | - |
| XYZ | 35.81 | 65.03 | 16.13 | - |
| YUV | 173.14 | 68.66 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 68 | 0.67 | 0 | 0.72 | 0.05 | 115.84 | 0.86 | 0.61 |
| Hex | 50 | F1 | 44 | 43 | 0 | 48 | 5 | 74 | 56 | 3D |
| Octal | 120 | 361 | 104 | 103 | 0 | 110 | 5 | 164 | 126 | 75 |
| Binary | 1010000 | 11110001 | 1000100 | 1000011 | 0 | 1001000 | 101 | 1110100 | 1010110 | 111101 |
Color Harmonies of #50F144
Complementary color
Monochromatic Colors of #50F144
Black with #50F144
Text Example
Text Example
White with #50F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F144; }
p { color: rgb(80,241,68); }
H1.HeaderClassName
{
color: #50F144;
}
.AnyTagClassName
{
color: #50F144;
}
</style>
background-color css
<style>
a { background-color: #50F144; }
a { background-color: rgb(80,241,68); }
div.DivClassName
{
background-color: #50F144;
}
.BgClassName
{
background-color: #50F144;
}
</style>
border-color css
<style>
span { border-color: #50F144; }
span { border-color: rgb(80,241,68); }
td.TdClassName
{
border-color: #50F144;
}
.TagClassName
{
border-color: #50F144;
}
</style>