Shades of Screamin' Green #50E664
Tints of Screamin' Green #50E664
RGB
CMYK
RGB Variations
Color information
#50E664 (or 0x50E664) is known color: Screamin' Green. HEX triplet: 50, E6 and 64. RGB value is (80,230,100). Sum of RGB (Red+Green+Blue) = 80+230+100=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #50E664 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E664 is #AF199B. Grayscale: #AAAAAA. Windows color (decimal): -11475356 or 6612560. OLE color: 6612560.
HSL color Cylindrical-coordinate representation of color #50E664: hue angle of 128º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E664 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 230 | 100 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.10 |
| HSL | 128º | 0.75% | 0.61% | - |
| HSV(B) | 128º | 0.65% | 0.9% | - |
| XYZ | 33.91 | 59.22 | 21.7 | - |
| YUV | 170.33 | 88.31 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 230 | 100 | 0.65 | 0 | 0.57 | 0.10 | 128 | 0.75 | 0.61 |
| Hex | 50 | E6 | 64 | 41 | 0 | 39 | A | 80 | 4B | 3D |
| Octal | 120 | 346 | 144 | 101 | 0 | 71 | 12 | 200 | 113 | 75 |
| Binary | 1010000 | 11100110 | 1100100 | 1000001 | 0 | 111001 | 1010 | 10000000 | 1001011 | 111101 |
Color Harmonies of #50E664
Complementary color
Monochromatic Colors of #50E664
Black with #50E664
Text Example
Text Example
White with #50E664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E664; }
p { color: rgb(80,230,100); }
H1.HeaderClassName
{
color: #50E664;
}
.AnyTagClassName
{
color: #50E664;
}
</style>
background-color css
<style>
a { background-color: #50E664; }
a { background-color: rgb(80,230,100); }
div.DivClassName
{
background-color: #50E664;
}
.BgClassName
{
background-color: #50E664;
}
</style>
border-color css
<style>
span { border-color: #50E664; }
span { border-color: rgb(80,230,100); }
td.TdClassName
{
border-color: #50E664;
}
.TagClassName
{
border-color: #50E664;
}
</style>