Shades of Screamin' Green #50EE4F
Tints of Screamin' Green #50EE4F
RGB
CMYK
RGB Variations
Color information
#50EE4F (or 0x50EE4F) is known color: Screamin' Green. HEX triplet: 50, EE and 4F. RGB value is (80,238,79). Sum of RGB (Red+Green+Blue) = 80+238+79=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 238 (93.36% from 255 or 59.95% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE4F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EE4F is #AF11B0. Grayscale: #ADADAD. Windows color (decimal): -11473329 or 5238352. OLE color: 5238352.
HSL color Cylindrical-coordinate representation of color #50EE4F: hue angle of 119.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EE4F is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 79 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.07 |
| HSL | 119.62º | 0.82% | 0.62% | - |
| HSV(B) | 119.62º | 0.67% | 0.93% | - |
| XYZ | 35.29 | 63.42 | 17.78 | - |
| YUV | 172.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 79 | 0.66 | 0 | 0.67 | 0.07 | 119.62 | 0.82 | 0.62 |
| Hex | 50 | EE | 4F | 42 | 0 | 43 | 7 | 78 | 52 | 3E |
| Octal | 120 | 356 | 117 | 102 | 0 | 103 | 7 | 170 | 122 | 76 |
| Binary | 1010000 | 11101110 | 1001111 | 1000010 | 0 | 1000011 | 111 | 1111000 | 1010010 | 111110 |
Color Harmonies of #50EE4F
Complementary color
Monochromatic Colors of #50EE4F
Black with #50EE4F
Text Example
Text Example
White with #50EE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EE4F; }
p { color: rgb(80,238,79); }
H1.HeaderClassName
{
color: #50EE4F;
}
.AnyTagClassName
{
color: #50EE4F;
}
</style>
background-color css
<style>
a { background-color: #50EE4F; }
a { background-color: rgb(80,238,79); }
div.DivClassName
{
background-color: #50EE4F;
}
.BgClassName
{
background-color: #50EE4F;
}
</style>
border-color css
<style>
span { border-color: #50EE4F; }
span { border-color: rgb(80,238,79); }
td.TdClassName
{
border-color: #50EE4F;
}
.TagClassName
{
border-color: #50EE4F;
}
</style>