Shades of Screamin' Green #50EA53
Tints of Screamin' Green #50EA53
RGB
CMYK
RGB Variations
Color information
#50EA53 (or 0x50EA53) is known color: Screamin' Green. HEX triplet: 50, EA and 53. RGB value is (80,234,83). Sum of RGB (Red+Green+Blue) = 80+234+83=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA53 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA53 is #AF15AC. Grayscale: #ABABAB. Windows color (decimal): -11474349 or 5499472. OLE color: 5499472.
HSL color Cylindrical-coordinate representation of color #50EA53: hue angle of 121.17º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA53 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 83 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.08 |
| HSL | 121.17º | 0.79% | 0.62% | - |
| HSV(B) | 121.17º | 0.66% | 0.92% | - |
| XYZ | 34.29 | 61.18 | 18.18 | - |
| YUV | 170.74 | 78.48 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 83 | 0.66 | 0 | 0.65 | 0.08 | 121.17 | 0.79 | 0.62 |
| Hex | 50 | EA | 53 | 42 | 0 | 41 | 8 | 79 | 4F | 3E |
| Octal | 120 | 352 | 123 | 102 | 0 | 101 | 10 | 171 | 117 | 76 |
| Binary | 1010000 | 11101010 | 1010011 | 1000010 | 0 | 1000001 | 1000 | 1111001 | 1001111 | 111110 |
Color Harmonies of #50EA53
Complementary color
Monochromatic Colors of #50EA53
Black with #50EA53
Text Example
Text Example
White with #50EA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA53; }
p { color: rgb(80,234,83); }
H1.HeaderClassName
{
color: #50EA53;
}
.AnyTagClassName
{
color: #50EA53;
}
</style>
background-color css
<style>
a { background-color: #50EA53; }
a { background-color: rgb(80,234,83); }
div.DivClassName
{
background-color: #50EA53;
}
.BgClassName
{
background-color: #50EA53;
}
</style>
border-color css
<style>
span { border-color: #50EA53; }
span { border-color: rgb(80,234,83); }
td.TdClassName
{
border-color: #50EA53;
}
.TagClassName
{
border-color: #50EA53;
}
</style>