#50f321

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

Shades of Harlequin #50F321

Tints of Harlequin #50F321

Color information

#50F321 (or 0x50F321) is unknown color: approx Harlequin. HEX triplet: 50, F3 and 21. RGB value is (80,243,33). Sum of RGB (Red+Green+Blue) = 80+243+33=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #50F321 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F321 is #AF0CDE. Grayscale: #ABABAB. Windows color (decimal): -11472095 or 2224976. OLE color: 2224976.

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

Color convert

RGB8024333-
CMYK0.6700.860.05
HSL106.57º89.74%54.12%-
HSV(B)106.57º86.42%95.29%-
XYZ35.6365.9212.28-
YUV170.3250.563.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 243 (95.31% from 255) = 68.26%
BLUE value IS 33 (13.28% from 255) = 9.27%
R=22.47%
G=68.26%
B=9.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80243330.6700.860.05106.5789.7454.12
Hex50F3214305656b5a36
Octal120363411030126515313266
Binary10100001111001110000110000110101011010111010111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,243,33); }

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

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

 a { background-color: rgb(80,243,33); }

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

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

 span { border-color: rgb(80,243,33); }

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