Shades of Screamin' Green #50FE42
Tints of Screamin' Green #50FE42
RGB
CMYK
RGB Variations
Color information
#50FE42 (or 0x50FE42) is known color: Screamin' Green. HEX triplet: 50, FE and 42. RGB value is (80,254,66). Sum of RGB (Red+Green+Blue) = 80+254+66=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 254 (99.61% from 255 or 63.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FE42 is #AF01BD. Grayscale: #B5B5B5. Windows color (decimal): -11469246 or 4390480. OLE color: 4390480.
HSL color Cylindrical-coordinate representation of color #50FE42: hue angle of 115.53º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50FE42 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 66 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.00 |
| HSL | 115.53º | 0.99% | 0.63% | - |
| HSV(B) | 115.53º | 0.74% | 1% | - |
| XYZ | 39.73 | 72.98 | 17.15 | - |
| YUV | 180.54 | 63.35 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 66 | 0.69 | 0 | 0.74 | 0.00 | 115.53 | 0.99 | 0.63 |
| Hex | 50 | FE | 42 | 45 | 0 | 4A | 0 | 74 | 63 | 3F |
| Octal | 120 | 376 | 102 | 105 | 0 | 112 | 0 | 164 | 143 | 77 |
| Binary | 1010000 | 11111110 | 1000010 | 1000101 | 0 | 1001010 | 0 | 1110100 | 1100011 | 111111 |
Color Harmonies of #50FE42
Complementary color
Monochromatic Colors of #50FE42
Black with #50FE42
Text Example
Text Example
White with #50FE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FE42; }
p { color: rgb(80,254,66); }
H1.HeaderClassName
{
color: #50FE42;
}
.AnyTagClassName
{
color: #50FE42;
}
</style>
background-color css
<style>
a { background-color: #50FE42; }
a { background-color: rgb(80,254,66); }
div.DivClassName
{
background-color: #50FE42;
}
.BgClassName
{
background-color: #50FE42;
}
</style>
border-color css
<style>
span { border-color: #50FE42; }
span { border-color: rgb(80,254,66); }
td.TdClassName
{
border-color: #50FE42;
}
.TagClassName
{
border-color: #50FE42;
}
</style>