#50EB63

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

Shades of Screamin' Green #50EB63

Tints of Screamin' Green #50EB63

Color information

#50EB63 (or 0x50EB63) is unknown color: approx Screamin' Green. HEX triplet: 50, EB and 63. RGB value is (80,235,99). Sum of RGB (Red+Green+Blue) = 80+235+99=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 235 (92.19% from 255 or 56.76% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB63 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB63 is #AF149C. Grayscale: #ADADAD. Windows color (decimal): -11474077 or 6548304. OLE color: 6548304.

HSL color Cylindrical-coordinate representation of color #50EB63: hue angle of 127.35º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EB63 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB8023599-
CMYK0.6600.580.08
HSL127.35º79.49%61.76%-
HSV(B)127.35º65.96%92.16%-
XYZ35.2762.0221.92-
YUV173.1586.1561.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 235 (92.19% from 255) = 56.76%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=19.32%
G=56.76%
B=23.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal80235990.6600.580.08127.3579.4961.76
Hex50EB634203A87f4f3e
Octal1203531431020721017711776
Binary101000011101011110001110000100111010100011111111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,235,99); }

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

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

 a { background-color: rgb(80,235,99); }

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

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

 span { border-color: rgb(80,235,99); }

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