Shades of Screamin' Green #50FF60
Tints of Screamin' Green #50FF60
RGB
CMYK
RGB Variations
Color information
#50FF60 (or 0x50FF60) is known color: Screamin' Green. HEX triplet: 50, FF and 60. RGB value is (80,255,96). Sum of RGB (Red+Green+Blue) = 80+255+96=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FF60 is #AF009F. Grayscale: #B9B9B9. Windows color (decimal): -11468960 or 6356816. OLE color: 6356816.
HSL color Cylindrical-coordinate representation of color #50FF60: hue angle of 125.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FF60 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 96 | - |
| CMYK | 0.69 | 0 | 0.62 | 0 |
| HSL | 125.49º | 1% | 0.66% | - |
| HSV(B) | 125.49º | 0.69% | 1% | - |
| XYZ | 41.18 | 74.07 | 23.19 | - |
| YUV | 184.55 | 78.02 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 96 | 0.69 | 0 | 0.62 | 0 | 125.49 | 1 | 0.66 |
| Hex | 50 | FF | 60 | 45 | 0 | 3E | 0 | 7D | 64 | 42 |
| Octal | 120 | 377 | 140 | 105 | 0 | 76 | 0 | 175 | 144 | 102 |
| Binary | 1010000 | 11111111 | 1100000 | 1000101 | 0 | 111110 | 0 | 1111101 | 1100100 | 1000010 |
Color Harmonies of #50FF60
Complementary color
Monochromatic Colors of #50FF60
Black with #50FF60
Text Example
Text Example
White with #50FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF60; }
p { color: rgb(80,255,96); }
H1.HeaderClassName
{
color: #50FF60;
}
.AnyTagClassName
{
color: #50FF60;
}
</style>
background-color css
<style>
a { background-color: #50FF60; }
a { background-color: rgb(80,255,96); }
div.DivClassName
{
background-color: #50FF60;
}
.BgClassName
{
background-color: #50FF60;
}
</style>
border-color css
<style>
span { border-color: #50FF60; }
span { border-color: rgb(80,255,96); }
td.TdClassName
{
border-color: #50FF60;
}
.TagClassName
{
border-color: #50FF60;
}
</style>