#50E764

Color #50E764 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #50E764

Tints of Screamin' Green #50E764

Color information

#50E764 (or 0x50E764) is unknown color: approx Screamin' Green. HEX triplet: 50, E7 and 64. RGB value is (80,231,100). Sum of RGB (Red+Green+Blue) = 80+231+100=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 231 (90.62% from 255 or 56.20% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 231 - color contains mainly: green. Hex color #50E764 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E764 is #AF189B. Grayscale: #ABABAB. Windows color (decimal): -11475100 or 6612816. OLE color: 6612816.

HSL color Cylindrical-coordinate representation of color #50E764: hue angle of 127.95º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E764 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB80231100-
CMYK0.6500.570.09
HSL127.95º75.88%60.98%-
HSV(B)127.95º65.37%90.59%-
XYZ34.1859.7821.79-
YUV170.9287.9763.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 231 (90.62% from 255) = 56.20%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=19.46%
G=56.20%
B=24.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802311000.6500.570.09127.9575.8860.98
Hex50E764410399804c3d
Octal1203471441010711120011475
Binary1010000111001111100100100000101110011001100000001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50E764; }

 p { color: rgb(80,231,100); }

 H1.HeaderClassName
 {
   color: #50E764;
 }
 .AnyTagClassName
 {
   color: #50E764;
 }
</style>
background-color css

<style>
 a { background-color: #50E764; }

 a { background-color: rgb(80,231,100); }

 div.DivClassName
 {
   background-color: #50E764;
 }
 .BgClassName
 {
   background-color: #50E764;
 }
</style>
border-color css

<style>
 span { border-color: #50E764; }

 span { border-color: rgb(80,231,100); }

 td.TdClassName
 {
   border-color: #50E764;
 }
 .TagClassName
 {
   border-color: #50E764;
 }
</style>