#50f565

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

Shades of Screamin' Green #50F565

Tints of Screamin' Green #50F565

Color information

#50F565 (or 0x50F565) is unknown color: approx Screamin' Green. HEX triplet: 50, F5 and 65. RGB value is (80,245,101). Sum of RGB (Red+Green+Blue) = 80+245+101=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #50F565 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F565 is #AF0A9A. Grayscale: #B3B3B3. Windows color (decimal): -11471515 or 6681936. OLE color: 6681936.

HSL color Cylindrical-coordinate representation of color #50F565: hue angle of 127.64º 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 #50F565 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB80245101-
CMYK0.6700.590.04
HSL127.64º89.19%63.73%-
HSV(B)127.64º67.35%96.08%-
XYZ38.3167.9523.41-
YUV179.2583.8457.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.78%
GREEN value IS 245 (96.09% from 255) = 57.51%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=18.78%
G=57.51%
B=23.71%

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
Decimal802451010.6700.590.04127.6489.1963.73
Hex50F5654303B4805940
Octal1203651451030734200131100
Binary1010000111101011100101100001101110111001000000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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