#50FC64

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

Shades of Screamin' Green #50FC64

Tints of Screamin' Green #50FC64

Color information

#50FC64 (or 0x50FC64) is unknown color: approx Screamin' Green. HEX triplet: 50, FC and 64. RGB value is (80,252,100). Sum of RGB (Red+Green+Blue) = 80+252+100=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FC64 is #AF039B. Grayscale: #B7B7B7. Windows color (decimal): -11469724 or 6618192. OLE color: 6618192.

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

Color convert

RGB80252100-
CMYK0.6800.600.01
HSL126.98º96.63%65.1%-
HSV(B)126.98º68.25%98.82%-
XYZ40.4272.2523.87-
YUV183.2481.0254.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.52%
GREEN value IS 252 (98.83% from 255) = 58.33%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=18.52%
G=58.33%
B=23.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal802521000.6800.600.01126.9896.6365.1
Hex50FC644403C17f6141
Octal1203741441040741177141101
Binary1010000111111001100100100010001111001111111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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