Shades of Screamin' Green #50E74A
Tints of Screamin' Green #50E74A
RGB
CMYK
RGB Variations
Color information
#50E74A (or 0x50E74A) is known color: Screamin' Green. HEX triplet: 50, E7 and 4A. RGB value is (80,231,74). Sum of RGB (Red+Green+Blue) = 80+231+74=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 231 (90.62% from 255 or 60% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 231 - color contains mainly: green. Hex color #50E74A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E74A is #AF18B5. Grayscale: #A8A8A8. Windows color (decimal): -11475126 or 4908880. OLE color: 4908880.
HSL color Cylindrical-coordinate representation of color #50E74A: hue angle of 117.71º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E74A is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 74 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.09 |
| HSL | 117.71º | 0.77% | 0.6% | - |
| HSV(B) | 117.71º | 0.68% | 0.91% | - |
| XYZ | 33.12 | 59.35 | 16.19 | - |
| YUV | 167.95 | 74.97 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 74 | 0.65 | 0 | 0.68 | 0.09 | 117.71 | 0.77 | 0.6 |
| Hex | 50 | E7 | 4A | 41 | 0 | 44 | 9 | 76 | 4D | 3C |
| Octal | 120 | 347 | 112 | 101 | 0 | 104 | 11 | 166 | 115 | 74 |
| Binary | 1010000 | 11100111 | 1001010 | 1000001 | 0 | 1000100 | 1001 | 1110110 | 1001101 | 111100 |
Color Harmonies of #50E74A
Complementary color
Monochromatic Colors of #50E74A
Black with #50E74A
Text Example
Text Example
White with #50E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E74A; }
p { color: rgb(80,231,74); }
H1.HeaderClassName
{
color: #50E74A;
}
.AnyTagClassName
{
color: #50E74A;
}
</style>
background-color css
<style>
a { background-color: #50E74A; }
a { background-color: rgb(80,231,74); }
div.DivClassName
{
background-color: #50E74A;
}
.BgClassName
{
background-color: #50E74A;
}
</style>
border-color css
<style>
span { border-color: #50E74A; }
span { border-color: rgb(80,231,74); }
td.TdClassName
{
border-color: #50E74A;
}
.TagClassName
{
border-color: #50E74A;
}
</style>