#50F764

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

Shades of Screamin' Green #50F764

Tints of Screamin' Green #50F764

Color information

#50F764 (or 0x50F764) is unknown color: approx Screamin' Green. HEX triplet: 50, F7 and 64. RGB value is (80,247,100). Sum of RGB (Red+Green+Blue) = 80+247+100=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 247 (96.88% from 255 or 57.85% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 247 - color contains mainly: green. Hex color #50F764 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F764 is #AF089B. Grayscale: #B4B4B4. Windows color (decimal): -11471004 or 6616912. OLE color: 6616912.

HSL color Cylindrical-coordinate representation of color #50F764: hue angle of 127.19º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F764 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB80247100-
CMYK0.6800.600.03
HSL127.19º91.26%64.12%-
HSV(B)127.19º67.61%96.86%-
XYZ38.8769.1523.35-
YUV180.3182.6756.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 247 (96.88% from 255) = 57.85%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=18.74%
G=57.85%
B=23.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal802471000.6800.600.03127.1991.2664.12
Hex50F7644403C37f5b40
Octal1203671441040743177133100
Binary10100001111011111001001000100011110011111111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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