#50EA20

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

Shades of Harlequin #50EA20

Tints of Harlequin #50EA20

Color information

#50EA20 (or 0x50EA20) is unknown color: approx Harlequin. HEX triplet: 50, EA and 20. RGB value is (80,234,32). Sum of RGB (Red+Green+Blue) = 80+234+32=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EA20 is #AF15DF. Grayscale: #A5A5A5. Windows color (decimal): -11474400 or 2157136. OLE color: 2157136.

HSL color Cylindrical-coordinate representation of color #50EA20: hue angle of 105.74º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50EA20 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB8023432-
CMYK0.6600.860.08
HSL105.74º82.79%52.16%-
HSV(B)105.74º86.32%91.76%-
XYZ32.9960.6611.34-
YUV164.9352.9867.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 234 (91.80% from 255) = 67.63%
BLUE value IS 32 (12.89% from 255) = 9.25%
R=23.12%
G=67.63%
B=9.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal80234320.6600.860.08105.7482.7952.16
Hex50EA204205686a5334
Octal1203524010201261015212364
Binary101000011101010100000100001001010110100011010101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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