Shades of Screamin' Green #50F33D
Tints of Screamin' Green #50F33D
RGB
CMYK
RGB Variations
Color information
#50F33D (or 0x50F33D) is known color: Screamin' Green. HEX triplet: 50, F3 and 3D. RGB value is (80,243,61). Sum of RGB (Red+Green+Blue) = 80+243+61=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 243 (95.31% from 255 or 63.28% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 243 - color contains mainly: green. Hex color #50F33D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F33D is #AF0CC2. Grayscale: #AEAEAE. Windows color (decimal): -11472067 or 4059984. OLE color: 4059984.
HSL color Cylindrical-coordinate representation of color #50F33D: hue angle of 113.74º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50F33D is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 61 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.05 |
| HSL | 113.74º | 0.88% | 0.6% | - |
| HSV(B) | 113.74º | 0.75% | 0.95% | - |
| XYZ | 36.2 | 66.14 | 15.27 | - |
| YUV | 173.52 | 64.5 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 61 | 0.67 | 0 | 0.75 | 0.05 | 113.74 | 0.88 | 0.6 |
| Hex | 50 | F3 | 3D | 43 | 0 | 4B | 5 | 72 | 58 | 3C |
| Octal | 120 | 363 | 75 | 103 | 0 | 113 | 5 | 162 | 130 | 74 |
| Binary | 1010000 | 11110011 | 111101 | 1000011 | 0 | 1001011 | 101 | 1110010 | 1011000 | 111100 |
Color Harmonies of #50F33D
Complementary color
Monochromatic Colors of #50F33D
Black with #50F33D
Text Example
Text Example
White with #50F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F33D; }
p { color: rgb(80,243,61); }
H1.HeaderClassName
{
color: #50F33D;
}
.AnyTagClassName
{
color: #50F33D;
}
</style>
background-color css
<style>
a { background-color: #50F33D; }
a { background-color: rgb(80,243,61); }
div.DivClassName
{
background-color: #50F33D;
}
.BgClassName
{
background-color: #50F33D;
}
</style>
border-color css
<style>
span { border-color: #50F33D; }
span { border-color: rgb(80,243,61); }
td.TdClassName
{
border-color: #50F33D;
}
.TagClassName
{
border-color: #50F33D;
}
</style>