#50ED20

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

Shades of Harlequin #50ED20

Tints of Harlequin #50ED20

Color information

#50ED20 (or 0x50ED20) is unknown color: approx Harlequin. HEX triplet: 50, ED and 20. RGB value is (80,237,32). Sum of RGB (Red+Green+Blue) = 80+237+32=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 237 (92.97% from 255 or 67.91% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50ED20 is #AF12DF. Grayscale: #A7A7A7. Windows color (decimal): -11473632 or 2157904. OLE color: 2157904.

HSL color Cylindrical-coordinate representation of color #50ED20: hue angle of 105.95º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50ED20 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB8023732-
CMYK0.6600.860.07
HSL105.95º85.06%52.75%-
HSV(B)105.95º86.5%92.94%-
XYZ33.8562.3811.62-
YUV166.6951.9966.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 237 (92.97% from 255) = 67.91%
BLUE value IS 32 (12.89% from 255) = 9.17%
R=22.92%
G=67.91%
B=9.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80237320.6600.860.07105.9585.0652.75
Hex50ED204205676a5535
Octal120355401020126715212565
Binary10100001110110110000010000100101011011111010101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ED20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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