Shades of Screamin' Green #50F743
Tints of Screamin' Green #50F743
RGB
CMYK
RGB Variations
Color information
#50F743 (or 0x50F743) is known color: Screamin' Green. HEX triplet: 50, F7 and 43. RGB value is (80,247,67). Sum of RGB (Red+Green+Blue) = 80+247+67=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 247 (96.88% from 255 or 62.69% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 247 - color contains mainly: green. Hex color #50F743 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F743 is #AF08BC. Grayscale: #B1B1B1. Windows color (decimal): -11471037 or 4454224. OLE color: 4454224.
HSL color Cylindrical-coordinate representation of color #50F743: hue angle of 115.67º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50F743 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 67 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.03 |
| HSL | 115.67º | 0.92% | 0.62% | - |
| HSV(B) | 115.67º | 0.73% | 0.97% | - |
| XYZ | 37.58 | 68.63 | 16.58 | - |
| YUV | 176.55 | 66.17 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 67 | 0.68 | 0 | 0.73 | 0.03 | 115.67 | 0.92 | 0.62 |
| Hex | 50 | F7 | 43 | 44 | 0 | 49 | 3 | 74 | 5C | 3E |
| Octal | 120 | 367 | 103 | 104 | 0 | 111 | 3 | 164 | 134 | 76 |
| Binary | 1010000 | 11110111 | 1000011 | 1000100 | 0 | 1001001 | 11 | 1110100 | 1011100 | 111110 |
Color Harmonies of #50F743
Complementary color
Monochromatic Colors of #50F743
Black with #50F743
Text Example
Text Example
White with #50F743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F743; }
p { color: rgb(80,247,67); }
H1.HeaderClassName
{
color: #50F743;
}
.AnyTagClassName
{
color: #50F743;
}
</style>
background-color css
<style>
a { background-color: #50F743; }
a { background-color: rgb(80,247,67); }
div.DivClassName
{
background-color: #50F743;
}
.BgClassName
{
background-color: #50F743;
}
</style>
border-color css
<style>
span { border-color: #50F743; }
span { border-color: rgb(80,247,67); }
td.TdClassName
{
border-color: #50F743;
}
.TagClassName
{
border-color: #50F743;
}
</style>