Shades of Screamin' Green #50F445
Tints of Screamin' Green #50F445
RGB
CMYK
RGB Variations
Color information
#50F445 (or 0x50F445) is known color: Screamin' Green. HEX triplet: 50, F4 and 45. RGB value is (80,244,69). Sum of RGB (Red+Green+Blue) = 80+244+69=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 244 (95.70% from 255 or 62.09% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 244 - color contains mainly: green. Hex color #50F445 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F445 is #AF0BBA. Grayscale: #AFAFAF. Windows color (decimal): -11471803 or 4584528. OLE color: 4584528.
HSL color Cylindrical-coordinate representation of color #50F445: hue angle of 116.23º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50F445 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 69 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.04 |
| HSL | 116.23º | 0.89% | 0.61% | - |
| HSV(B) | 116.23º | 0.72% | 0.96% | - |
| XYZ | 36.73 | 66.84 | 16.59 | - |
| YUV | 175.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 69 | 0.67 | 0 | 0.72 | 0.04 | 116.23 | 0.89 | 0.61 |
| Hex | 50 | F4 | 45 | 43 | 0 | 48 | 4 | 74 | 59 | 3D |
| Octal | 120 | 364 | 105 | 103 | 0 | 110 | 4 | 164 | 131 | 75 |
| Binary | 1010000 | 11110100 | 1000101 | 1000011 | 0 | 1001000 | 100 | 1110100 | 1011001 | 111101 |
Color Harmonies of #50F445
Complementary color
Monochromatic Colors of #50F445
Black with #50F445
Text Example
Text Example
White with #50F445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F445; }
p { color: rgb(80,244,69); }
H1.HeaderClassName
{
color: #50F445;
}
.AnyTagClassName
{
color: #50F445;
}
</style>
background-color css
<style>
a { background-color: #50F445; }
a { background-color: rgb(80,244,69); }
div.DivClassName
{
background-color: #50F445;
}
.BgClassName
{
background-color: #50F445;
}
</style>
border-color css
<style>
span { border-color: #50F445; }
span { border-color: rgb(80,244,69); }
td.TdClassName
{
border-color: #50F445;
}
.TagClassName
{
border-color: #50F445;
}
</style>