Shades of Screamin' Green #50EF68
Tints of Screamin' Green #50EF68
RGB
CMYK
RGB Variations
Color information
#50EF68 (or 0x50EF68) is known color: Screamin' Green. HEX triplet: 50, EF and 68. RGB value is (80,239,104). Sum of RGB (Red+Green+Blue) = 80+239+104=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EF68 is #AF1097. Grayscale: #B0B0B0. Windows color (decimal): -11473048 or 6877008. OLE color: 6877008.
HSL color Cylindrical-coordinate representation of color #50EF68: hue angle of 129.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EF68 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 104 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.06 |
| HSL | 129.06º | 0.83% | 0.63% | - |
| HSV(B) | 129.06º | 0.67% | 0.94% | - |
| XYZ | 36.67 | 64.44 | 23.6 | - |
| YUV | 176.07 | 87.32 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 104 | 0.67 | 0 | 0.56 | 0.06 | 129.06 | 0.83 | 0.63 |
| Hex | 50 | EF | 68 | 43 | 0 | 38 | 6 | 81 | 53 | 3F |
| Octal | 120 | 357 | 150 | 103 | 0 | 70 | 6 | 201 | 123 | 77 |
| Binary | 1010000 | 11101111 | 1101000 | 1000011 | 0 | 111000 | 110 | 10000001 | 1010011 | 111111 |
Color Harmonies of #50EF68
Complementary color
Monochromatic Colors of #50EF68
Black with #50EF68
Text Example
Text Example
White with #50EF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF68; }
p { color: rgb(80,239,104); }
H1.HeaderClassName
{
color: #50EF68;
}
.AnyTagClassName
{
color: #50EF68;
}
</style>
background-color css
<style>
a { background-color: #50EF68; }
a { background-color: rgb(80,239,104); }
div.DivClassName
{
background-color: #50EF68;
}
.BgClassName
{
background-color: #50EF68;
}
</style>
border-color css
<style>
span { border-color: #50EF68; }
span { border-color: rgb(80,239,104); }
td.TdClassName
{
border-color: #50EF68;
}
.TagClassName
{
border-color: #50EF68;
}
</style>