Shades of Screamin' Green #50EE52
Tints of Screamin' Green #50EE52
RGB
CMYK
RGB Variations
Color information
#50EE52 (or 0x50EE52) is known color: Screamin' Green. HEX triplet: 50, EE and 52. RGB value is (80,238,82). Sum of RGB (Red+Green+Blue) = 80+238+82=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 238 (93.36% from 255 or 59.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EE52 is #AF11AD. Grayscale: #ADADAD. Windows color (decimal): -11473326 or 5434960. OLE color: 5434960.
HSL color Cylindrical-coordinate representation of color #50EE52: hue angle of 120.76º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EE52 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 82 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.07 |
| HSL | 120.76º | 0.82% | 0.62% | - |
| HSV(B) | 120.76º | 0.66% | 0.93% | - |
| XYZ | 35.41 | 63.46 | 18.37 | - |
| YUV | 172.97 | 76.65 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 82 | 0.66 | 0 | 0.66 | 0.07 | 120.76 | 0.82 | 0.62 |
| Hex | 50 | EE | 52 | 42 | 0 | 42 | 7 | 79 | 52 | 3E |
| Octal | 120 | 356 | 122 | 102 | 0 | 102 | 7 | 171 | 122 | 76 |
| Binary | 1010000 | 11101110 | 1010010 | 1000010 | 0 | 1000010 | 111 | 1111001 | 1010010 | 111110 |
Color Harmonies of #50EE52
Complementary color
Monochromatic Colors of #50EE52
Black with #50EE52
Text Example
Text Example
White with #50EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EE52; }
p { color: rgb(80,238,82); }
H1.HeaderClassName
{
color: #50EE52;
}
.AnyTagClassName
{
color: #50EE52;
}
</style>
background-color css
<style>
a { background-color: #50EE52; }
a { background-color: rgb(80,238,82); }
div.DivClassName
{
background-color: #50EE52;
}
.BgClassName
{
background-color: #50EE52;
}
</style>
border-color css
<style>
span { border-color: #50EE52; }
span { border-color: rgb(80,238,82); }
td.TdClassName
{
border-color: #50EE52;
}
.TagClassName
{
border-color: #50EE52;
}
</style>