#50F104

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

Shades of Harlequin #50F104

Tints of Harlequin #50F104

Color information

#50F104 (or 0x50F104) is unknown color: approx Harlequin. HEX triplet: 50, F1 and 04. RGB value is (80,241,4). Sum of RGB (Red+Green+Blue) = 80+241+4=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #50F104 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F104 is #AF0EFB. Grayscale: #A6A6A6. Windows color (decimal): -11472636 or 323920. OLE color: 323920.

HSL color Cylindrical-coordinate representation of color #50F104: hue angle of 100.76º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50F104 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB802414-
CMYK0.6700.980.05
HSL100.76º96.73%48.04%-
HSV(B)100.76º98.34%94.51%-
XYZ34.7964.6210.76-
YUV165.8436.6666.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 241 (94.53% from 255) = 74.15%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=24.62%
G=74.15%
B=1.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8024140.6700.980.05100.7696.7348.04
Hex50F14430625656130
Octal12036141030142514514160
Binary10100001111000110010000110110001010111001011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,4); }

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

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

 a { background-color: rgb(80,241,4); }

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

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

 span { border-color: rgb(80,241,4); }

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