#50F564

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

Shades of Screamin' Green #50F564

Tints of Screamin' Green #50F564

Color information

#50F564 (or 0x50F564) is unknown color: approx Screamin' Green. HEX triplet: 50, F5 and 64. RGB value is (80,245,100). Sum of RGB (Red+Green+Blue) = 80+245+100=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 245 (96.09% from 255 or 57.65% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 245 - color contains mainly: green. Hex color #50F564 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F564 is #AF0A9B. Grayscale: #B3B3B3. Windows color (decimal): -11471516 or 6616400. OLE color: 6616400.

HSL color Cylindrical-coordinate representation of color #50F564: hue angle of 127.27º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F564 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB80245100-
CMYK0.6700.590.04
HSL127.27º89.19%63.73%-
HSV(B)127.27º67.35%96.08%-
XYZ38.2667.9323.15-
YUV179.1483.3457.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 245 (96.09% from 255) = 57.65%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=18.82%
G=57.65%
B=23.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal802451000.6700.590.04127.2789.1963.73
Hex50F5644303B47f5940
Octal1203651441030734177131100
Binary101000011110101110010010000110111011100111111110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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