Shades of Screamin' Green #50FB3C
Tints of Screamin' Green #50FB3C
RGB
CMYK
RGB Variations
Color information
#50FB3C (or 0x50FB3C) is known color: Screamin' Green. HEX triplet: 50, FB and 3C. RGB value is (80,251,60). Sum of RGB (Red+Green+Blue) = 80+251+60=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 251 (98.44% from 255 or 64.19% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FB3C is #AF04C3. Grayscale: #B2B2B2. Windows color (decimal): -11470020 or 3996496. OLE color: 3996496.
HSL color Cylindrical-coordinate representation of color #50FB3C: hue angle of 113.72º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50FB3C is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 60 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.02 |
| HSL | 113.72º | 0.96% | 0.61% | - |
| HSV(B) | 113.72º | 0.76% | 0.98% | - |
| XYZ | 38.62 | 71.03 | 15.95 | - |
| YUV | 178.1 | 61.35 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 60 | 0.68 | 0 | 0.76 | 0.02 | 113.72 | 0.96 | 0.61 |
| Hex | 50 | FB | 3C | 44 | 0 | 4C | 2 | 72 | 60 | 3D |
| Octal | 120 | 373 | 74 | 104 | 0 | 114 | 2 | 162 | 140 | 75 |
| Binary | 1010000 | 11111011 | 111100 | 1000100 | 0 | 1001100 | 10 | 1110010 | 1100000 | 111101 |
Color Harmonies of #50FB3C
Complementary color
Monochromatic Colors of #50FB3C
Black with #50FB3C
Text Example
Text Example
White with #50FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB3C; }
p { color: rgb(80,251,60); }
H1.HeaderClassName
{
color: #50FB3C;
}
.AnyTagClassName
{
color: #50FB3C;
}
</style>
background-color css
<style>
a { background-color: #50FB3C; }
a { background-color: rgb(80,251,60); }
div.DivClassName
{
background-color: #50FB3C;
}
.BgClassName
{
background-color: #50FB3C;
}
</style>
border-color css
<style>
span { border-color: #50FB3C; }
span { border-color: rgb(80,251,60); }
td.TdClassName
{
border-color: #50FB3C;
}
.TagClassName
{
border-color: #50FB3C;
}
</style>