#50FD49

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

Shades of Screamin' Green #50FD49

Tints of Screamin' Green #50FD49

Color information

#50FD49 (or 0x50FD49) is unknown color: approx Screamin' Green. HEX triplet: 50, FD and 49. RGB value is (80,253,73). Sum of RGB (Red+Green+Blue) = 80+253+73=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 253 (99.22% from 255 or 62.32% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FD49 is #AF02B6. Grayscale: #B5B5B5. Windows color (decimal): -11469495 or 4848976. OLE color: 4848976.

HSL color Cylindrical-coordinate representation of color #50FD49: hue angle of 117.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50FD49 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB8025373-
CMYK0.6800.710.01
HSL117.67º97.83%63.92%-
HSV(B)117.67º71.15%99.22%-
XYZ39.6472.4418.2-
YUV180.7567.1956.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 253 (99.22% from 255) = 62.32%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=19.70%
G=62.32%
B=17.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal80253730.6800.710.01117.6797.8363.92
Hex50FD49440471766240
Octal12037511110401071166142100
Binary10100001111110110010011000100010001111111011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,253,73); }

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

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

 a { background-color: rgb(80,253,73); }

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

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

 span { border-color: rgb(80,253,73); }

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