#50FC06

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

Shades of Harlequin #50FC06

Tints of Harlequin #50FC06

Color information

#50FC06 (or 0x50FC06) is unknown color: approx Harlequin. HEX triplet: 50, FC and 06. RGB value is (80,252,6). Sum of RGB (Red+Green+Blue) = 80+252+6=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 252 (98.83% from 255 or 74.56% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FC06 is #AF03F9. Grayscale: #ADADAD. Windows color (decimal): -11469818 or 457808. OLE color: 457808.

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

Color convert

RGB802526-
CMYK0.6800.980.01
HSL101.95º97.62%50.59%-
HSV(B)101.95º97.62%98.82%-
XYZ38.1571.3411.93-
YUV172.5334.0262-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 252 (98.83% from 255) = 74.56%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=23.67%
G=74.56%
B=1.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal8025260.6800.980.01101.9597.6250.59
Hex50FC6440621666233
Octal12037461040142114614263
Binary101000011111100110100010001100010111001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50FC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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