Shades of Screamin' Green #50FF5D
Tints of Screamin' Green #50FF5D
RGB
CMYK
RGB Variations
Color information
#50FF5D (or 0x50FF5D) is known color: Screamin' Green. HEX triplet: 50, FF and 5D. RGB value is (80,255,93). Sum of RGB (Red+Green+Blue) = 80+255+93=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FF5D is #AF00A2. Grayscale: #B8B8B8. Windows color (decimal): -11468963 or 6160208. OLE color: 6160208.
HSL color Cylindrical-coordinate representation of color #50FF5D: hue angle of 124.46º 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 #50FF5D is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 93 | - |
| CMYK | 0.69 | 0 | 0.64 | 0 |
| HSL | 124.46º | 1% | 0.66% | - |
| HSV(B) | 124.46º | 0.69% | 1% | - |
| XYZ | 41.04 | 74.02 | 22.48 | - |
| YUV | 184.21 | 76.52 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 93 | 0.69 | 0 | 0.64 | 0 | 124.46 | 1 | 0.66 |
| Hex | 50 | FF | 5D | 45 | 0 | 40 | 0 | 7C | 64 | 42 |
| Octal | 120 | 377 | 135 | 105 | 0 | 100 | 0 | 174 | 144 | 102 |
| Binary | 1010000 | 11111111 | 1011101 | 1000101 | 0 | 1000000 | 0 | 1111100 | 1100100 | 1000010 |
Color Harmonies of #50FF5D
Complementary color
Monochromatic Colors of #50FF5D
Black with #50FF5D
Text Example
Text Example
White with #50FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF5D; }
p { color: rgb(80,255,93); }
H1.HeaderClassName
{
color: #50FF5D;
}
.AnyTagClassName
{
color: #50FF5D;
}
</style>
background-color css
<style>
a { background-color: #50FF5D; }
a { background-color: rgb(80,255,93); }
div.DivClassName
{
background-color: #50FF5D;
}
.BgClassName
{
background-color: #50FF5D;
}
</style>
border-color css
<style>
span { border-color: #50FF5D; }
span { border-color: rgb(80,255,93); }
td.TdClassName
{
border-color: #50FF5D;
}
.TagClassName
{
border-color: #50FF5D;
}
</style>