Shades of Screamin' Green #50FA7C
Tints of Screamin' Green #50FA7C
RGB
CMYK
RGB Variations
Color information
#50FA7C (or 0x50FA7C) is known color: Screamin' Green. HEX triplet: 50, FA and 7C. RGB value is (80,250,124). Sum of RGB (Red+Green+Blue) = 80+250+124=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FA7C is #AF0583. Grayscale: #B9B9B9. Windows color (decimal): -11470212 or 8190544. OLE color: 8190544.
HSL color Cylindrical-coordinate representation of color #50FA7C: hue angle of 135.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FA7C is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 124 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.02 |
| HSL | 135.53º | 0.94% | 0.65% | - |
| HSV(B) | 135.53º | 0.68% | 0.98% | - |
| XYZ | 41.13 | 71.53 | 30.71 | - |
| YUV | 184.81 | 93.68 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 124 | 0.68 | 0 | 0.50 | 0.02 | 135.53 | 0.94 | 0.65 |
| Hex | 50 | FA | 7C | 44 | 0 | 32 | 2 | 88 | 5E | 41 |
| Octal | 120 | 372 | 174 | 104 | 0 | 62 | 2 | 210 | 136 | 101 |
| Binary | 1010000 | 11111010 | 1111100 | 1000100 | 0 | 110010 | 10 | 10001000 | 1011110 | 1000001 |
Color Harmonies of #50FA7C
Complementary color
Monochromatic Colors of #50FA7C
Black with #50FA7C
Text Example
Text Example
White with #50FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FA7C; }
p { color: rgb(80,250,124); }
H1.HeaderClassName
{
color: #50FA7C;
}
.AnyTagClassName
{
color: #50FA7C;
}
</style>
background-color css
<style>
a { background-color: #50FA7C; }
a { background-color: rgb(80,250,124); }
div.DivClassName
{
background-color: #50FA7C;
}
.BgClassName
{
background-color: #50FA7C;
}
</style>
border-color css
<style>
span { border-color: #50FA7C; }
span { border-color: rgb(80,250,124); }
td.TdClassName
{
border-color: #50FA7C;
}
.TagClassName
{
border-color: #50FA7C;
}
</style>