Shades of Screamin' Green #50F348
Tints of Screamin' Green #50F348
RGB
CMYK
RGB Variations
Color information
#50F348 (or 0x50F348) is known color: Screamin' Green. HEX triplet: 50, F3 and 48. RGB value is (80,243,72). Sum of RGB (Red+Green+Blue) = 80+243+72=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #50F348 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F348 is #AF0CB7. Grayscale: #AFAFAF. Windows color (decimal): -11472056 or 4780880. OLE color: 4780880.
HSL color Cylindrical-coordinate representation of color #50F348: hue angle of 117.19º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50F348 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 72 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.05 |
| HSL | 117.19º | 0.88% | 0.62% | - |
| HSV(B) | 117.19º | 0.7% | 0.95% | - |
| XYZ | 36.53 | 66.27 | 17 | - |
| YUV | 174.77 | 70 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 72 | 0.67 | 0 | 0.70 | 0.05 | 117.19 | 0.88 | 0.62 |
| Hex | 50 | F3 | 48 | 43 | 0 | 46 | 5 | 75 | 58 | 3E |
| Octal | 120 | 363 | 110 | 103 | 0 | 106 | 5 | 165 | 130 | 76 |
| Binary | 1010000 | 11110011 | 1001000 | 1000011 | 0 | 1000110 | 101 | 1110101 | 1011000 | 111110 |
Color Harmonies of #50F348
Complementary color
Monochromatic Colors of #50F348
Black with #50F348
Text Example
Text Example
White with #50F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F348; }
p { color: rgb(80,243,72); }
H1.HeaderClassName
{
color: #50F348;
}
.AnyTagClassName
{
color: #50F348;
}
</style>
background-color css
<style>
a { background-color: #50F348; }
a { background-color: rgb(80,243,72); }
div.DivClassName
{
background-color: #50F348;
}
.BgClassName
{
background-color: #50F348;
}
</style>
border-color css
<style>
span { border-color: #50F348; }
span { border-color: rgb(80,243,72); }
td.TdClassName
{
border-color: #50F348;
}
.TagClassName
{
border-color: #50F348;
}
</style>