Shades of Screamin' Green #50F341
Tints of Screamin' Green #50F341
RGB
CMYK
RGB Variations
Color information
#50F341 (or 0x50F341) is known color: Screamin' Green. HEX triplet: 50, F3 and 41. RGB value is (80,243,65). Sum of RGB (Red+Green+Blue) = 80+243+65=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 243 (95.31% from 255 or 62.63% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 243 - color contains mainly: green. Hex color #50F341 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F341 is #AF0CBE. Grayscale: #AEAEAE. Windows color (decimal): -11472063 or 4322128. OLE color: 4322128.
HSL color Cylindrical-coordinate representation of color #50F341: hue angle of 114.94º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50F341 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 65 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.05 |
| HSL | 114.94º | 0.88% | 0.6% | - |
| HSV(B) | 114.94º | 0.73% | 0.95% | - |
| XYZ | 36.31 | 66.19 | 15.86 | - |
| YUV | 173.97 | 66.5 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 65 | 0.67 | 0 | 0.73 | 0.05 | 114.94 | 0.88 | 0.6 |
| Hex | 50 | F3 | 41 | 43 | 0 | 49 | 5 | 73 | 58 | 3C |
| Octal | 120 | 363 | 101 | 103 | 0 | 111 | 5 | 163 | 130 | 74 |
| Binary | 1010000 | 11110011 | 1000001 | 1000011 | 0 | 1001001 | 101 | 1110011 | 1011000 | 111100 |
Color Harmonies of #50F341
Complementary color
Monochromatic Colors of #50F341
Black with #50F341
Text Example
Text Example
White with #50F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F341; }
p { color: rgb(80,243,65); }
H1.HeaderClassName
{
color: #50F341;
}
.AnyTagClassName
{
color: #50F341;
}
</style>
background-color css
<style>
a { background-color: #50F341; }
a { background-color: rgb(80,243,65); }
div.DivClassName
{
background-color: #50F341;
}
.BgClassName
{
background-color: #50F341;
}
</style>
border-color css
<style>
span { border-color: #50F341; }
span { border-color: rgb(80,243,65); }
td.TdClassName
{
border-color: #50F341;
}
.TagClassName
{
border-color: #50F341;
}
</style>