#50F820

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

Shades of Harlequin #50F820

Tints of Harlequin #50F820

Color information

#50F820 (or 0x50F820) is unknown color: approx Harlequin. HEX triplet: 50, F8 and 20. RGB value is (80,248,32). Sum of RGB (Red+Green+Blue) = 80+248+32=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #50F820 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F820 is #AF07DF. Grayscale: #ADADAD. Windows color (decimal): -11470816 or 2160720. OLE color: 2160720.

HSL color Cylindrical-coordinate representation of color #50F820: hue angle of 106.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50F820 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB8024832-
CMYK0.6800.870.03
HSL106.67º93.91%54.9%-
HSV(B)106.67º87.1%97.25%-
XYZ37.1468.9412.72-
YUV173.1448.3461.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 248 (97.27% from 255) = 68.89%
BLUE value IS 32 (12.89% from 255) = 8.89%
R=22.22%
G=68.89%
B=8.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal80248320.6800.870.03106.6793.9154.9
Hex50F8204405736b5e37
Octal120370401040127315313667
Binary1010000111110001000001000100010101111111010111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,248,32); }

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

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

 a { background-color: rgb(80,248,32); }

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

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

 span { border-color: rgb(80,248,32); }

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