#50FC03

Color #50FC03 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #50FC03

Tints of Harlequin #50FC03

Color information

#50FC03 (or 0x50FC03) is unknown color: approx Harlequin. HEX triplet: 50, FC and 03. RGB value is (80,252,3). Sum of RGB (Red+Green+Blue) = 80+252+3=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FC03 is #AF03FC. Grayscale: #ADADAD. Windows color (decimal): -11469821 or 261200. OLE color: 261200.

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

Color convert

RGB802523-
CMYK0.6800.990.01
HSL101.45º97.65%50%-
HSV(B)101.45º98.81%98.82%-
XYZ38.1471.3311.84-
YUV172.1932.5262.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 252 (98.83% from 255) = 75.22%
BLUE value IS 3 (1.56% from 255) = 0.90%
R=23.88%
G=75.22%
B=0.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal8025230.6800.990.01101.4597.6550
Hex50FC3440631656232
Octal12037431040143114514262
Binary10100001111110011100010001100011111001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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